Skip to content
Success

Console Output

Skipping 47 KB.. Full Log
#27 naming to docker.io/osmocom-build/debian-bookworm-build:latest done
#27 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/debian-bookworm-build'
+ docker_image_exists debian-bookworm-build
+ docker images -q osmocom-build/debian-bookworm-build
+ test -n 676b93488b9f
+ list_osmo_packages debian-bookworm debian-bookworm-build
+ local distro=debian-bookworm
+ local image=debian-bookworm-build
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c
+ [ -n  ]
+ return
+ docker_distro_from_image_name osmo-bts-master
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-bts-master
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-bts-master
+ echo osmo-bts-master
+ dir=osmo-bts-master
+ pull_arg=--pull
+ grep ^FROM ../osmo-bts-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-bts-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmo-bts-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-bts-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/osmo-bts-master'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=jolly/work \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=jolly/work \
	 -t osmocom-build/osmo-bts-master:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.49kB done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [internal] load build context
#4 DONE 0.0s

#5 [1/8] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#5 DONE 0.0s

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-bts/+/master?format=TEXT
#6 DONE 0.1s

#4 [internal] load build context
#4 transferring context: 1.63kB done
#4 DONE 0.0s

#7 [7/8] COPY	OSMO-BTS.CFG /data/osmo-bts.cfg
#7 CACHED

#8 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-abis-dev 			libosmo-netif-dev 			libsmpp34-dev 			libgtp-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmoabis)" 			"pkgconfig(libosmocodec)" 			"pkgconfig(libosmocoding)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmotrau)" 			"pkgconfig(libosmovty)" 		;; 	esac
#8 CACHED

#9 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BTS/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bts
#9 CACHED

#10 [6/8] RUN	CD osmo-bts && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && 	autoreconf -fi && 	./configure --enable-trx && 	make "-j$(nproc)" install
#10 CACHED

#11 [3/8] WORKDIR	/TMP
#11 CACHED

#12 [4/8] RUN	GIT clone https://gerrit.osmocom.org/osmo-bts.git
#12 CACHED

#13 [8/8] WORKDIR	/DATA
#13 CACHED

#14 exporting to image
#14 exporting layers done
#14 writing image sha256:798420250cfb91d6bd18c29c89c0d7e9f619ef384bcd188a8c4eeae15c63e668 done
#14 naming to docker.io/osmocom-build/osmo-bts-master:latest done
#14 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/osmo-bts-master'
+ docker_image_exists osmo-bts-master
+ docker images -q osmocom-build/osmo-bts-master
+ test -n 798420250cfb
+ list_osmo_packages debian-bookworm osmo-bts-master
+ local distro=debian-bookworm
+ local image=osmo-bts-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-bts-master -c
+ [ -n  ]
+ set +x

### Installed Osmocom packages in: osmo-bts-master ###

ii  libosmo-abis-dev:amd64                 1.6.0.202409102026                amd64        Development headers for A-bis interface
ii  libosmo-netif-dev:amd64                1.5.1.5.89a1.202409102026         amd64        Development headers for Osmocom network interface
ii  libosmoabis13:amd64                    1.6.0.202409102026                amd64        GSM A-bis handling
ii  libosmocodec4:amd64                    1.10.0.12.6e1e.202409102026       amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.10.0.12.6e1e.202409102026       amd64        Osmo coding library
ii  libosmocore                            1.10.0.12.6e1e.202409102026       amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.10.0.12.6e1e.202409102026       amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore22:amd64                    1.10.0.12.6e1e.202409102026       amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.10.0.12.6e1e.202409102026       amd64        Osmo control library
ii  libosmogb14:amd64                      1.10.0.12.6e1e.202409102026       amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.10.0.12.6e1e.202409102026       amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.10.0.12.6e1e.202409102026       amd64        Osmo ISDN utility library
ii  libosmonetif11:amd64                   1.5.1.5.89a1.202409102026         amd64        Common/shared code regarding network interface for OpenBSC
ii  libosmosim2:amd64                      1.10.0.12.6e1e.202409102026       amd64        Osmo SIM library
ii  libosmotrau10:amd64                    1.6.0.202409102026                amd64        GSM trau handling
ii  libosmousb0:amd64                      1.10.0.12.6e1e.202409102026       amd64        Osmo USB library
ii  libosmovty13:amd64                     1.10.0.12.6e1e.202409102026       amd64        Osmo VTY library
ii  osmocom-nightly                        202409102026                      amd64        Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master', 'osmocom-nightly']

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends ttcn3-bsc-test
+ local feed
+ echo debian-bookworm-titan
+ depends=debian-bookworm-titan
+ [ -n debian-bookworm-titan ]
+ docker_images_require debian-bookworm-titan
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker pull registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest
latest: Pulling from osmocom-build/debian-bookworm-titan
Digest: sha256:00ea4ed1eea02094fbacf572c5ee2f6d9ad752a154eaad516f2f4bce43665e7d
Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
+ continue
+ docker_distro_from_image_name ttcn3-bsc-test
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name ttcn3-bsc-test
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name ttcn3-bsc-test
+ echo ttcn3-bsc-test
+ dir=ttcn3-bsc-test
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-bsc-test/Dockerfile
+ from_line=FROM	$REGISTRY/$USER/debian-bookworm-titan
+ echo FROM	$REGISTRY/$USER/debian-bookworm-titan
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: ttcn3-bsc-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../ttcn3-bsc-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-bsc-test OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/ttcn3-bsc-test'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=jolly/work \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=jolly/work \
	 -t osmocom-build/ttcn3-bsc-test:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 385B done
#1 DONE 0.0s

#2 [internal] load metadata for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [1/4] FROM registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 2.20kB done
#5 DONE 0.0s

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/master?format=TEXT
#6 DONE 0.1s

#7 [2/4] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

#8 [3/4] RUN	TTCN3-DOCKER-PREPARE "master" bsc
#8 CACHED

#9 [4/4] COPY	BSC_TESTS.CFG /data/BSC_Tests.cfg
#9 CACHED

#10 exporting to image
#10 exporting layers done
#10 writing image sha256:251abdcada344ee83cbd091622509b762130f7c2ea13b739113cff0f9cf66053 0.0s done
#10 naming to docker.io/osmocom-build/ttcn3-bsc-test:latest
#10 naming to docker.io/osmocom-build/ttcn3-bsc-test:latest 0.0s done
#10 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/ttcn3-bsc-test'
+ docker_image_exists ttcn3-bsc-test
+ docker images -q osmocom-build/ttcn3-bsc-test
+ test -n 251abdcada34
+ list_osmo_packages debian-bookworm ttcn3-bsc-test
+ local distro=debian-bookworm
+ local image=ttcn3-bsc-test
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-bsc-test -c
+ [ -n  ]
+ return
+ set_clean_up_trap
+ trap clean_up_common EXIT INT TERM 0
+ set -e
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester
+ cp BSC_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester/BSC_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester/BSC_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester/BSC_Tests.cfg ]
+ line=Misc_Helpers.mp_osmo_repo := "nightly"
+ sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester/BSC_Tests.cfg
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/stp
+ cp osmo-stp.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/stp/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc
+ cp osmo-bsc.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bts-omldummy
+ network_create
+ SUBNET=2352505
+ seq 1 30
+ echo (2352505 + 1) % 256
+ bc
+ SUBNET=122
+ NET_NAME=ttcn3-bsc-test-vamos-122
+ SUB4=172.18.122.0/24
+ SUB6=fd02:db8:122::/64
+ set +x
Creating network ttcn3-bsc-test-vamos-122, trying SUBNET=122...
+ docker network create --internal --subnet 172.18.122.0/24 --ipv6 --subnet fd02:db8:122::/64 ttcn3-bsc-test-vamos-122
284b6246637c65dc8a70741fccb2442e354cdf1861822c60a010373a2af11fa5
+ set +x

### Network ttcn3-bsc-test-vamos-122 created (SUBNET=122) ###

+ return
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=122 to: /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/stp/osmo-stp.cfg
Applying SUBNET=122 to: /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc/osmo-bsc.cfg
Applying SUBNET=122 to: /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester/BSC_Tests.cfg
+ echo Starting container with STP
Starting container with STP
+ docker_network_params 122 200
+ NET=122
+ ADDR_SUFIX=200
+ echo --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.200 --ip6 fd02:db8:122::200
+ docker run --rm --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.200 --ip6 fd02:db8:122::200 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/stp:/data --name jenkins-ttcn3-bsc-test-vamos-1208-stp -d --ulimit core=-1 osmocom-build/osmo-stp-master
2a9e67d6b94f2195e009c5a846ac953a1ef5605fea284ae2c925eb31994d9d00
+ echo Starting container with BSC
Starting container with BSC
+ docker_network_params 122 20
+ NET=122
+ ADDR_SUFIX=20
+ echo --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.20 --ip6 fd02:db8:122::20
+ docker run --rm --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.20 --ip6 fd02:db8:122::20 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc:/data --name jenkins-ttcn3-bsc-test-vamos-1208-bsc -d osmocom-build/osmo-bsc-master
f5c813300260c3a8916200bc9e299f3adc39397e92ad51fcf4c1d927d3947303
+ BTS_FEATURES=-fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,VAMOS,OSMUX
+ seq 0 2
+ echo Starting container with OML for BTS0
Starting container with OML for BTS0
+ docker_network_params 122 100
+ NET=122
+ ADDR_SUFIX=100
+ echo --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.100 --ip6 fd02:db8:122::100
+ docker run --rm --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.100 --ip6 fd02:db8:122::100 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bts-omldummy:/data --name jenkins-ttcn3-bsc-test-vamos-1208-bts0 -d osmocom-build/osmo-bts-master /bin/sh -c /usr/local/bin/respawn.sh 				osmo-bts-omldummy 					-fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,VAMOS,OSMUX 					172.18.122.20 					1234 					1 				>>/data/osmo-bts-omldummy-0.log 2>&1
be322a0c543f2e4080d19d4c12b27042df8b91ad4a132a1c88bf26ea85c590b1
+ echo Starting container with OML for BTS1
Starting container with OML for BTS1
+ docker_network_params 122 101
+ NET=122
+ ADDR_SUFIX=101
+ echo --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.101 --ip6 fd02:db8:122::101
+ docker run --rm --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.101 --ip6 fd02:db8:122::101 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bts-omldummy:/data --name jenkins-ttcn3-bsc-test-vamos-1208-bts1 -d osmocom-build/osmo-bts-master /bin/sh -c /usr/local/bin/respawn.sh 				osmo-bts-omldummy 					-fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,VAMOS,OSMUX 					172.18.122.20 					1235 					1 				>>/data/osmo-bts-omldummy-1.log 2>&1
844c210b6f0734c9358313dfbe5d471eb2b7268d90abea4916486925c7bf6209
+ echo Starting container with OML for BTS2
Starting container with OML for BTS2
+ docker_network_params 122 102
+ NET=122
+ ADDR_SUFIX=102
+ echo --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.102 --ip6 fd02:db8:122::102
+ docker run --rm --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.102 --ip6 fd02:db8:122::102 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bts-omldummy:/data --name jenkins-ttcn3-bsc-test-vamos-1208-bts2 -d osmocom-build/osmo-bts-master /bin/sh -c /usr/local/bin/respawn.sh 				osmo-bts-omldummy 					-fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,VAMOS,OSMUX 					172.18.122.20 					1236 					1 				>>/data/osmo-bts-omldummy-2.log 2>&1
8adf70793c53cc5f26a3be882c286b4add967405ae03b80e2d63be2b7cc2439b
+ echo Starting container with BSC testsuite
Starting container with BSC testsuite
+ docker_network_params 122 203
+ NET=122
+ ADDR_SUFIX=203
+ echo --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.203 --ip6 fd02:db8:122::203
+ docker run --rm --network ttcn3-bsc-test-vamos-122 --ip 172.18.122.203 --ip6 fd02:db8:122::203 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e OSMO_SUT_HOST=172.18.122.20 -e OSMO_SUT_PORT=4242 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester:/data --name jenkins-ttcn3-bsc-test-vamos-1208-ttcn3-bsc-test osmocom-build/ttcn3-bsc-test
+ SUBDIR=bsc
+ SUITE=BSC_Tests
+ '[' -n '' ']'
+ cd /data
+ EXTRA_ARGS=
+ '[' -n '' ']'
+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/bsc/BSC_Tests BSC_Tests.cfg
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli BSC_Tests.cfg

*************************************************************************
* TTCN-3 Test Executor - Main Controller 2                              *
* Version: 9.0.0                                                        *
* Copyright (c) 2000-2023 Ericsson Telecom AB                           *
* All rights reserved. This program and the accompanying materials      *
* are made available under the terms of the Eclipse Public License v2.0 *
* which accompanies this distribution, and is available at              *
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html            *
*************************************************************************

Using configuration file: BSC_Tests.cfg
MC@3a4b1736b28b: Unix server socket created successfully.
MC@3a4b1736b28b: Listening on TCP port 44023.
MC2> 3a4b1736b28b is the default
spawn /osmo-ttcn3-hacks/bsc/BSC_Tests 3a4b1736b28b 44023
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@3a4b1736b28b: New HC connected from 172.18.122.203 [172.18.122.203]. 3a4b1736b28b: Linux 6.1.0-21-amd64 on x86_64.
cmtc
MC@3a4b1736b28b: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@3a4b1736b28b: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@3a4b1736b28b: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@3a4b1736b28b: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@3a4b1736b28b: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@3a4b1736b28b: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@3a4b1736b28b: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@3a4b1736b28b: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
MC@3a4b1736b28b: Configuration file was processed on all HCs.
MC@3a4b1736b28b: Creating MTC on host 172.18.122.203.
MC@3a4b1736b28b: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_chan_act_to_vamos'.
------ BSC_Tests_VAMOS.TC_chan_act_to_vamos ------
Wed Sep 11 07:26:13 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BSC_Tests_VAMOS.TC_chan_act_to_vamos.pcap" >/data/BSC_Tests_VAMOS.TC_chan_act_to_vamos.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_chan_act_to_vamos' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Test case TC_chan_act_to_vamos started.
MTC@3a4b1736b28b: "TC_chan_act_to_vamos"
VirtMSC-M3UA(5)@3a4b1736b28b: *************************************************
VirtMSC-M3UA(5)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtMSC-M3UA(5)@3a4b1736b28b: *************************************************
VirtMSC-SCCP(4)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtMSC-M3UA(5)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23905 to server: "172.18.122.200":2905 association #8
VirtMSC-M3UA(5)@3a4b1736b28b: Sending buffered message #0
MTC@3a4b1736b28b: BSSMAP: Respoding to inbound RESET with RESET-ACK
MTC@3a4b1736b28b: BSSMAP: Timeout waiting for RESET-ACK after sending RESET
VirtSMLC-M3UA(7)@3a4b1736b28b: *************************************************
VirtSMLC-M3UA(7)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtSMLC-M3UA(7)@3a4b1736b28b: *************************************************
VirtSMLC-SCCP(6)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtSMLC-M3UA(7)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23908 to server: "172.18.122.200":2905 association #8
IPA-BTS0-TRX0-RSL-IPA(10)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-BTS0-TRX0-RSL-IPA(10)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } }
IPA-BTS0-TRX0-RSL-IPA(10)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } }
IPA-BTS0-TRX0-RSL-IPA(10)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@3a4b1736b28b: "TC_chan_act_to_vamos() start"
MTC@3a4b1736b28b: setverdict(pass): none -> pass
MTC@3a4b1736b28b: talloc reports "struct bsc_subscr" x 0, expecting 0
MTC@3a4b1736b28b: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0
VirtMSC-SCCP(4)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-M3UA(5)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-STATS(3)@3a4b1736b28b: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(8)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtSMLC-SCCP(6)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-M3UA(7)@3a4b1736b28b: Final verdict of PTC: none
VirtMGW-MGCP-0(9)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-IPA(10)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: Setting final verdict of the test case.
MTC@3a4b1736b28b: Local verdict of MTC: pass
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-STATS(3): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-SCCP(4): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-M3UA(5): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-SCCP(6): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-M3UA(7): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-CTRL-CLI-IPA(8): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMGW-MGCP-0(9): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(10): none (pass -> pass)
MTC@3a4b1736b28b: Test case TC_chan_act_to_vamos finished. Verdict: pass
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_chan_act_to_vamos pass'.
Wed Sep 11 07:26:24 UTC 2024
====== BSC_Tests_VAMOS.TC_chan_act_to_vamos pass ======

Saving talloc report from 172.18.122.20:4242 to BSC_Tests_VAMOS.TC_chan_act_to_vamos.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=297662)
Waiting for packet dumper to finish... 1 (prev_count=297662, count=495314)
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_chan_act_to_vamos pass' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr'.
------ BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr ------
Wed Sep 11 07:26:28 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr.pcap" >/data/BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Test case TC_mode_modify_to_vamos_fr started.
MTC@3a4b1736b28b: "TC_mode_modify_to_vamos_fr": using IMSI '001017063193320'H
MTC@3a4b1736b28b: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting RAN_Emulation
VirtMSC-M3UA(14)@3a4b1736b28b: *************************************************
VirtMSC-M3UA(14)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtMSC-M3UA(14)@3a4b1736b28b: *************************************************
VirtMSC-SCCP(12)@3a4b1736b28b: v_sccp_pdu_maxlen:268
MTC@3a4b1736b28b: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting BSSAP_LE_Emulation
VirtSMLC-M3UA(17)@3a4b1736b28b: *************************************************
VirtSMLC-M3UA(17)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtSMLC-M3UA(17)@3a4b1736b28b: *************************************************
VirtSMLC-SCCP(15)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtMSC-M3UA(14)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23905 to server: "172.18.122.200":2905 association #8
VirtSMLC-M3UA(17)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23908 to server: "172.18.122.200":2905 association #8
VirtMSC-RAN(13)@3a4b1736b28b: BSSMAP: Responding to inbound RESET with RESET-ACK
VirtMSC-RAN(13)@3a4b1736b28b: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go!
VirtSMLC-BSSAP_LE(16)@3a4b1736b28b: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go!
IPA-BTS0-TRX0-RSL-IPA(20)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-BTS0-TRX0-RSL-IPA(20)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } }
IPA-BTS0-TRX0-RSL-IPA(20)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } }
IPA-BTS0-TRX0-RSL-IPA(20)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@3a4b1736b28b: "TC_mode_modify_to_vamos_fr() start"
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(13)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910100736913302'O, n_connectPointCode := omit
VirtMSC-RAN(13)@3a4b1736b28b: Created Expect[0] for '05240103505902080910100736913302'O to be handled at TC_mode_modify_to_vamos_fr(22)
VirtMSC-SCCP(12)@3a4b1736b28b: First idle individual index:0
VirtMSC-SCCP(12)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[0].
VirtMSC-RAN(13)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(13)@3a4b1736b28b: Found Expect[0] for '05240103505902080910100736913302'O handled at TC_mode_modify_to_vamos_fr(22)
VirtMSC-RAN(13)@3a4b1736b28b: Added conn table entry 0TC_mode_modify_to_vamos_fr(22)8293767
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(12)@3a4b1736b28b: Warning: Re-starting timer T_ias[0], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(21)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(19)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mode_modify_to_vamos_fr(22)
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(12)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(12)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(12)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O
VirtMGW-MGCP-0(19)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "1", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "1" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mode_modify_to_vamos_fr(22)
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(21)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(12)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(12)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(12)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: setverdict(pass): none -> pass
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '53E56463'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '02D5007E'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: "TC_mode_modify_to_vamos_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: "TC_mode_modify_to_vamos_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(12)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(12)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(12)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(12)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(12)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(12)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: "MSC instructs BSC to clear channel"
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(12)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(12)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(12)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(12)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(12)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(12)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-RAN(13)@3a4b1736b28b: Deleted conn table entry 0TC_mode_modify_to_vamos_fr(22)8293767
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on connection ID:0
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: "Got RSL RR Release"
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: "Got RSL Deact SACCH"
VirtMSC-SCCP(12)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(12)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_mode_modify_to_vamos_fr(22)@3a4b1736b28b: Final verdict of PTC: pass
MTC@3a4b1736b28b: talloc reports "struct bsc_subscr" x 0, expecting 0
MTC@3a4b1736b28b: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0
VirtMSC-SCCP(12)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-RAN(13)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-M3UA(14)@3a4b1736b28b: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(18)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-STATS(11)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: setverdict(pass): none -> pass
VirtSMLC-SCCP(15)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-RSL(21)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-BSSAP_LE(16)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-M3UA(17)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-IPA(20)@3a4b1736b28b: Final verdict of PTC: none
VirtMGW-MGCP-0(19)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: Setting final verdict of the test case.
MTC@3a4b1736b28b: Local verdict of MTC: pass
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-STATS(11): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-SCCP(12): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-RAN(13): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-M3UA(14): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-SCCP(15): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-BSSAP_LE(16): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-M3UA(17): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-CTRL-CLI-IPA(18): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMGW-MGCP-0(19): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(20): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(21): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_mode_modify_to_vamos_fr(22): pass (pass -> pass)
MTC@3a4b1736b28b: Test case TC_mode_modify_to_vamos_fr finished. Verdict: pass
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr pass'.
Wed Sep 11 07:26:38 UTC 2024
====== BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr pass ======

Saving talloc report from 172.18.122.20:4242 to BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=466645)
Waiting for packet dumper to finish... 1 (prev_count=466645, count=668310)
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr pass' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr'.
------ BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr ------
Wed Sep 11 07:26:42 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr.pcap" >/data/BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Test case TC_mode_modify_to_vamos_hr started.
MTC@3a4b1736b28b: "TC_mode_modify_to_vamos_hr": using IMSI '001011044450548'H
MTC@3a4b1736b28b: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting RAN_Emulation
VirtMSC-M3UA(26)@3a4b1736b28b: *************************************************
VirtMSC-M3UA(26)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtMSC-M3UA(26)@3a4b1736b28b: *************************************************
VirtMSC-SCCP(24)@3a4b1736b28b: v_sccp_pdu_maxlen:268
MTC@3a4b1736b28b: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT
VirtSMLC-M3UA(29)@3a4b1736b28b: *************************************************
MTC@3a4b1736b28b: Starting BSSAP_LE_Emulation
VirtSMLC-M3UA(29)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtSMLC-M3UA(29)@3a4b1736b28b: *************************************************
VirtSMLC-SCCP(27)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtMSC-M3UA(26)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23905 to server: "172.18.122.200":2905 association #8
VirtSMLC-M3UA(29)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23908 to server: "172.18.122.200":2905 association #8
VirtMSC-RAN(25)@3a4b1736b28b: BSSMAP: Responding to inbound RESET with RESET-ACK
VirtMSC-RAN(25)@3a4b1736b28b: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go!
VirtSMLC-BSSAP_LE(28)@3a4b1736b28b: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go!
IPA-BTS0-TRX0-RSL-IPA(32)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-BTS0-TRX0-RSL-IPA(32)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } }
IPA-BTS0-TRX0-RSL-IPA(32)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } }
IPA-BTS0-TRX0-RSL-IPA(32)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@3a4b1736b28b: "TC_mode_modify_to_vamos_hr() start"
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(25)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910100144545084'O, n_connectPointCode := omit
VirtMSC-RAN(25)@3a4b1736b28b: Created Expect[0] for '05240103505902080910100144545084'O to be handled at TC_mode_modify_to_vamos_hr(34)
VirtMSC-SCCP(24)@3a4b1736b28b: First idle individual index:0
VirtMSC-SCCP(24)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[0].
VirtMSC-RAN(25)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(25)@3a4b1736b28b: Found Expect[0] for '05240103505902080910100144545084'O handled at TC_mode_modify_to_vamos_hr(34)
VirtMSC-RAN(25)@3a4b1736b28b: Added conn table entry 0TC_mode_modify_to_vamos_hr(34)2805662
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(24)@3a4b1736b28b: Warning: Re-starting timer T_ias[0], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(33)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(31)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mode_modify_to_vamos_hr(34)
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(24)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(24)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(24)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O
VirtMGW-MGCP-0(31)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "6", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mode_modify_to_vamos_hr(34)
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(33)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(24)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(24)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(24)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: setverdict(pass): none -> pass
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '00218EE4'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '04188C35'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: "TC_mode_modify_to_vamos_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: "TC_mode_modify_to_vamos_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(24)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(24)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(24)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(24)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(24)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(24)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: "MSC instructs BSC to clear channel"
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(24)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(24)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(24)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(24)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(24)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(24)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-RAN(25)@3a4b1736b28b: Deleted conn table entry 0TC_mode_modify_to_vamos_hr(34)2805662
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on connection ID:0
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: "Got RSL RR Release"
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: "Got RSL Deact SACCH"
VirtMSC-SCCP(24)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(24)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_mode_modify_to_vamos_hr(34)@3a4b1736b28b: Final verdict of PTC: pass
MTC@3a4b1736b28b: talloc reports "struct bsc_subscr" x 0, expecting 0
MTC@3a4b1736b28b: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0
VirtMSC-RAN(25)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-SCCP(24)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-M3UA(26)@3a4b1736b28b: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(30)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-STATS(23)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: setverdict(pass): none -> pass
VirtSMLC-BSSAP_LE(28)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-RSL(33)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-SCCP(27)@3a4b1736b28b: Final verdict of PTC: none
VirtMGW-MGCP-0(31)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-IPA(32)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-M3UA(29)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: Setting final verdict of the test case.
MTC@3a4b1736b28b: Local verdict of MTC: pass
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-STATS(23): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-SCCP(24): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-RAN(25): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-M3UA(26): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-SCCP(27): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-BSSAP_LE(28): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-M3UA(29): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-CTRL-CLI-IPA(30): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMGW-MGCP-0(31): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(32): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(33): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_mode_modify_to_vamos_hr(34): pass (pass -> pass)
MTC@3a4b1736b28b: Test case TC_mode_modify_to_vamos_hr finished. Verdict: pass
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr pass'.
Wed Sep 11 07:26:52 UTC 2024
====== BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr pass ======

Saving talloc report from 172.18.122.20:4242 to BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=462778)
Waiting for packet dumper to finish... 1 (prev_count=462778, count=662491)
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr pass' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr'.
------ BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr ------
Wed Sep 11 07:26:56 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr.pcap" >/data/BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Test case TC_assign_to_secondary_lchan_fr started.
MTC@3a4b1736b28b: "TC_assign_to_secondary_lchan_fr": using IMSI '001013846175737'H
MTC@3a4b1736b28b: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting RAN_Emulation
VirtMSC-M3UA(38)@3a4b1736b28b: *************************************************
VirtMSC-M3UA(38)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtMSC-M3UA(38)@3a4b1736b28b: *************************************************
VirtMSC-SCCP(36)@3a4b1736b28b: v_sccp_pdu_maxlen:268
MTC@3a4b1736b28b: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting BSSAP_LE_Emulation
VirtSMLC-M3UA(41)@3a4b1736b28b: *************************************************
VirtSMLC-M3UA(41)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtSMLC-M3UA(41)@3a4b1736b28b: *************************************************
VirtSMLC-SCCP(39)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtMSC-M3UA(38)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23905 to server: "172.18.122.200":2905 association #8
VirtSMLC-M3UA(41)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23908 to server: "172.18.122.200":2905 association #8
VirtMSC-RAN(37)@3a4b1736b28b: BSSMAP: Responding to inbound RESET with RESET-ACK
VirtMSC-RAN(37)@3a4b1736b28b: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go!
VirtSMLC-BSSAP_LE(40)@3a4b1736b28b: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go!
IPA-BTS0-TRX0-RSL-IPA(44)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-BTS0-TRX0-RSL-IPA(44)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } }
IPA-BTS0-TRX0-RSL-IPA(44)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } }
IPA-BTS0-TRX0-RSL-IPA(44)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@3a4b1736b28b: "TC_assign_to_secondary_lchan_fr() start"
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(37)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910108364717573'O, n_connectPointCode := omit
VirtMSC-RAN(37)@3a4b1736b28b: Created Expect[0] for '05240103505902080910108364717573'O to be handled at TC_assign_to_secondary_lchan_fr(46)
VirtMSC-SCCP(36)@3a4b1736b28b: First idle individual index:0
VirtMSC-SCCP(36)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[0].
VirtMSC-RAN(37)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(37)@3a4b1736b28b: Found Expect[0] for '05240103505902080910108364717573'O handled at TC_assign_to_secondary_lchan_fr(46)
VirtMSC-RAN(37)@3a4b1736b28b: Added conn table entry 0TC_assign_to_secondary_lchan_fr(46)15548632
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(36)@3a4b1736b28b: Warning: Re-starting timer T_ias[0], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(45)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(43)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assign_to_secondary_lchan_fr(46)
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(36)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(36)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(36)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O
VirtMGW-MGCP-0(43)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "11", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assign_to_secondary_lchan_fr(46)
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(45)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: setverdict(pass): none -> pass
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6BFFCE33'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '5C5B6144'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: "TC_assign_to_secondary_lchan_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: "TC_assign_to_secondary_lchan_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: f_rslem_register(0, new_chan_nr = { u := { ch0 := RSL_CHAN_NR_OSMO_VAMOS_Bm_ACCH (29) }, tn := 2 })
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(36)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(36)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(36)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: f_rslem_register(0, new_chan_nr = { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 3 })
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(36)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(36)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(36)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: "MSC instructs BSC to clear channel"
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(36)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(36)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(36)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(36)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-RAN(37)@3a4b1736b28b: Deleted conn table entry 0TC_assign_to_secondary_lchan_fr(46)15548632
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on connection ID:0
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: "Got RSL RR Release"
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: "Got RSL Deact SACCH"
VirtMSC-SCCP(36)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(36)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_assign_to_secondary_lchan_fr(46)@3a4b1736b28b: Final verdict of PTC: pass
MTC@3a4b1736b28b: talloc reports "struct bsc_subscr" x 0, expecting 0
MTC@3a4b1736b28b: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0
VirtMSC-RAN(37)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-SCCP(36)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-M3UA(38)@3a4b1736b28b: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(42)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-STATS(35)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: setverdict(pass): none -> pass
VirtSMLC-SCCP(39)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-BSSAP_LE(40)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-RSL(45)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-M3UA(41)@3a4b1736b28b: Final verdict of PTC: none
VirtMGW-MGCP-0(43)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-IPA(44)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: Setting final verdict of the test case.
MTC@3a4b1736b28b: Local verdict of MTC: pass
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-STATS(35): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-SCCP(36): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-RAN(37): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-M3UA(38): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-SCCP(39): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-BSSAP_LE(40): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-M3UA(41): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-CTRL-CLI-IPA(42): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMGW-MGCP-0(43): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(44): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(45): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_assign_to_secondary_lchan_fr(46): pass (pass -> pass)
MTC@3a4b1736b28b: Test case TC_assign_to_secondary_lchan_fr finished. Verdict: pass
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr pass'.
Wed Sep 11 07:27:13 UTC 2024
====== BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr pass ======

Saving talloc report from 172.18.122.20:4242 to BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=574666)
Waiting for packet dumper to finish... 1 (prev_count=574666, count=776331)
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr pass' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr'.
------ BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr ------
Wed Sep 11 07:27:17 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr.pcap" >/data/BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Test case TC_assign_to_secondary_lchan_hr started.
MTC@3a4b1736b28b: "TC_assign_to_secondary_lchan_hr": using IMSI '001017887918480'H
MTC@3a4b1736b28b: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting RAN_Emulation
VirtMSC-M3UA(50)@3a4b1736b28b: *************************************************
VirtMSC-M3UA(50)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtMSC-M3UA(50)@3a4b1736b28b: *************************************************
VirtMSC-SCCP(48)@3a4b1736b28b: v_sccp_pdu_maxlen:268
MTC@3a4b1736b28b: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting BSSAP_LE_Emulation
VirtSMLC-M3UA(53)@3a4b1736b28b: *************************************************
VirtSMLC-M3UA(53)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtSMLC-M3UA(53)@3a4b1736b28b: *************************************************
VirtSMLC-SCCP(51)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtMSC-M3UA(50)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23905 to server: "172.18.122.200":2905 association #8
VirtSMLC-M3UA(53)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23908 to server: "172.18.122.200":2905 association #8
VirtMSC-RAN(49)@3a4b1736b28b: BSSMAP: Responding to inbound RESET with RESET-ACK
VirtMSC-RAN(49)@3a4b1736b28b: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go!
VirtSMLC-BSSAP_LE(52)@3a4b1736b28b: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go!
IPA-BTS0-TRX0-RSL-IPA(56)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-BTS0-TRX0-RSL-IPA(56)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } }
IPA-BTS0-TRX0-RSL-IPA(56)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } }
IPA-BTS0-TRX0-RSL-IPA(56)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@3a4b1736b28b: "TC_assign_to_secondary_lchan_hr() start"
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(49)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910108778194808'O, n_connectPointCode := omit
VirtMSC-RAN(49)@3a4b1736b28b: Created Expect[0] for '05240103505902080910108778194808'O to be handled at TC_assign_to_secondary_lchan_hr(58)
VirtMSC-SCCP(48)@3a4b1736b28b: First idle individual index:0
VirtMSC-SCCP(48)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[0].
VirtMSC-RAN(49)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(49)@3a4b1736b28b: Found Expect[0] for '05240103505902080910108778194808'O handled at TC_assign_to_secondary_lchan_hr(58)
VirtMSC-RAN(49)@3a4b1736b28b: Added conn table entry 0TC_assign_to_secondary_lchan_hr(58)215757
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(48)@3a4b1736b28b: Warning: Re-starting timer T_ias[0], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(57)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(55)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assign_to_secondary_lchan_hr(58)
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(48)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(48)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(48)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O
VirtMGW-MGCP-0(55)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "18", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "4" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assign_to_secondary_lchan_hr(58)
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(57)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: setverdict(pass): none -> pass
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '2A008379'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '57208DA5'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: "TC_assign_to_secondary_lchan_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: "TC_assign_to_secondary_lchan_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: f_rslem_register(0, new_chan_nr = { u := { lm := { tag := '1111'B, sub_chan := 0 } }, tn := 6 })
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(48)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(48)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(48)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: f_rslem_register(0, new_chan_nr = { u := { lm := { tag := '0001'B, sub_chan := 1 } }, tn := 6 })
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(48)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(48)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(48)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: "MSC instructs BSC to clear channel"
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(48)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(48)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(48)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(48)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-RAN(49)@3a4b1736b28b: Deleted conn table entry 0TC_assign_to_secondary_lchan_hr(58)215757
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on connection ID:0
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: "Got RSL RR Release"
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: "Got RSL Deact SACCH"
VirtMSC-SCCP(48)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(48)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_assign_to_secondary_lchan_hr(58)@3a4b1736b28b: Final verdict of PTC: pass
MTC@3a4b1736b28b: talloc reports "struct bsc_subscr" x 0, expecting 0
MTC@3a4b1736b28b: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0
VirtMSC-SCCP(48)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-RAN(49)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-M3UA(50)@3a4b1736b28b: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(54)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-STATS(47)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: setverdict(pass): none -> pass
VirtSMLC-BSSAP_LE(52)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-RSL(57)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-SCCP(51)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-M3UA(53)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-IPA(56)@3a4b1736b28b: Final verdict of PTC: none
VirtMGW-MGCP-0(55)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: Setting final verdict of the test case.
MTC@3a4b1736b28b: Local verdict of MTC: pass
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-STATS(47): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-SCCP(48): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-RAN(49): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-M3UA(50): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-SCCP(51): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-BSSAP_LE(52): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-M3UA(53): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-CTRL-CLI-IPA(54): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMGW-MGCP-0(55): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(56): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(57): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_assign_to_secondary_lchan_hr(58): pass (pass -> pass)
MTC@3a4b1736b28b: Test case TC_assign_to_secondary_lchan_hr finished. Verdict: pass
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr pass'.
Wed Sep 11 07:27:34 UTC 2024
====== BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr pass ======

Saving talloc report from 172.18.122.20:4242 to BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=574426)
Waiting for packet dumper to finish... 1 (prev_count=574426, count=774964)
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr pass' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f'.
------ BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f ------
Wed Sep 11 07:27:39 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f.pcap" >/data/BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Test case TC_vamos_multiplex_tch_f_tch_f started.
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_f_tch_f": using IMSI '001010700790894'H
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_f_tch_f": using IMSI '001019285066813'H
MTC@3a4b1736b28b: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting RAN_Emulation
VirtMSC-M3UA(62)@3a4b1736b28b: *************************************************
VirtMSC-M3UA(62)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtMSC-M3UA(62)@3a4b1736b28b: *************************************************
VirtMSC-SCCP(60)@3a4b1736b28b: v_sccp_pdu_maxlen:268
MTC@3a4b1736b28b: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting BSSAP_LE_Emulation
VirtSMLC-M3UA(65)@3a4b1736b28b: *************************************************
VirtSMLC-M3UA(65)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtSMLC-M3UA(65)@3a4b1736b28b: *************************************************
VirtSMLC-SCCP(63)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtMSC-M3UA(62)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23905 to server: "172.18.122.200":2905 association #8
VirtSMLC-M3UA(65)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23908 to server: "172.18.122.200":2905 association #8
VirtMSC-RAN(61)@3a4b1736b28b: BSSMAP: Responding to inbound RESET with RESET-ACK
VirtMSC-RAN(61)@3a4b1736b28b: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go!
VirtSMLC-BSSAP_LE(64)@3a4b1736b28b: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go!
IPA-BTS0-TRX0-RSL-IPA(68)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-BTS0-TRX0-RSL-IPA(68)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } }
IPA-BTS0-TRX0-RSL-IPA(68)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } }
IPA-BTS0-TRX0-RSL-IPA(68)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_f_tch_f() start"
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(61)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910107000978049'O, n_connectPointCode := omit
VirtMSC-RAN(61)@3a4b1736b28b: Created Expect[0] for '05240103505902080910107000978049'O to be handled at TC_vamos_multiplex_tch_f_tch_f(70)
VirtMSC-SCCP(60)@3a4b1736b28b: First idle individual index:0
VirtMSC-SCCP(60)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[0].
VirtMSC-RAN(61)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(61)@3a4b1736b28b: Found Expect[0] for '05240103505902080910107000978049'O handled at TC_vamos_multiplex_tch_f_tch_f(70)
VirtMSC-RAN(61)@3a4b1736b28b: Added conn table entry 0TC_vamos_multiplex_tch_f_tch_f(70)4154495
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(60)@3a4b1736b28b: Warning: Re-starting timer T_ias[0], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(69)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(67)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_vamos_multiplex_tch_f_tch_f(70)
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(60)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(60)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(60)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O
VirtMGW-MGCP-0(67)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "25", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_vamos_multiplex_tch_f_tch_f(70)
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(69)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: setverdict(pass): none -> pass
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '03DBAFDD'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '380DD903'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "TC_vamos_multiplex_tch_f_tch_f": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "TC_vamos_multiplex_tch_f_tch_f": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(60)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(60)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(60)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "f_est_lchan_and_mode_modify_to_vamos done"
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(61)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910102443322443'O, n_connectPointCode := omit
VirtMSC-RAN(61)@3a4b1736b28b: Created Expect[0] for '05240103505902080910102443322443'O to be handled at TC_vamos_multiplex_tch_f_tch_f(71)
VirtMSC-SCCP(60)@3a4b1736b28b: First idle individual index:1
VirtMSC-SCCP(60)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[1].
VirtMSC-RAN(61)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(61)@3a4b1736b28b: Found Expect[0] for '05240103505902080910102443322443'O handled at TC_vamos_multiplex_tch_f_tch_f(71)
VirtMSC-RAN(61)@3a4b1736b28b: Added conn table entry 1TC_vamos_multiplex_tch_f_tch_f(71)14632382
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(60)@3a4b1736b28b: Warning: Re-starting timer T_ias[1], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(69)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(67)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_vamos_multiplex_tch_f_tch_f(71)
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(60)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(60)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(60)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O
VirtMGW-MGCP-0(67)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "28", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "6" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_vamos_multiplex_tch_f_tch_f(71)
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(69)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: setverdict(pass): none -> pass
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7CBE9A19'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '655A62FB'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } }
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: "TC_vamos_multiplex_tch_f_tch_f": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: "TC_vamos_multiplex_tch_f_tch_f": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: f_rslem_register(0, new_chan_nr = { u := { ch0 := RSL_CHAN_NR_OSMO_VAMOS_Bm_ACCH (29) }, tn := 1 })
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(60)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(60)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(60)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: "MSC instructs BSC to clear channel"
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "MSC instructs BSC to clear channel"
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(60)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(60)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(60)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(60)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(60)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(60)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(60)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-RAN(61)@3a4b1736b28b: Deleted conn table entry 0TC_vamos_multiplex_tch_f_tch_f(70)4154495
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:0
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "Got RSL RR Release"
VirtMSC-RAN(61)@3a4b1736b28b: Deleted conn table entry 1TC_vamos_multiplex_tch_f_tch_f(71)14632382
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on connection ID:1
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "Got RSL Deact SACCH"
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: "Got RSL RR Release"
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(60)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: "Got RSL Deact SACCH"
VirtMSC-SCCP(60)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(60)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_vamos_multiplex_tch_f_tch_f(70)@3a4b1736b28b: Final verdict of PTC: pass
TC_vamos_multiplex_tch_f_tch_f(71)@3a4b1736b28b: Final verdict of PTC: pass
MTC@3a4b1736b28b: talloc reports "struct bsc_subscr" x 0, expecting 0
MTC@3a4b1736b28b: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0
VirtMSC-STATS(59)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-M3UA(62)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-SCCP(60)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-RAN(61)@3a4b1736b28b: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(66)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: setverdict(pass): none -> pass
VirtSMLC-BSSAP_LE(64)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-SCCP(63)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-RSL(69)@3a4b1736b28b: Final verdict of PTC: none
VirtMGW-MGCP-0(67)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-IPA(68)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-M3UA(65)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: Setting final verdict of the test case.
MTC@3a4b1736b28b: Local verdict of MTC: pass
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-STATS(59): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-SCCP(60): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-RAN(61): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-M3UA(62): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-SCCP(63): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-BSSAP_LE(64): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-M3UA(65): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-CTRL-CLI-IPA(66): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMGW-MGCP-0(67): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(68): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(69): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_vamos_multiplex_tch_f_tch_f(70): pass (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_vamos_multiplex_tch_f_tch_f(71): pass (pass -> pass)
MTC@3a4b1736b28b: Test case TC_vamos_multiplex_tch_f_tch_f finished. Verdict: pass
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f pass'.
Wed Sep 11 07:27:57 UTC 2024
====== BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f pass ======

Saving talloc report from 172.18.122.20:4242 to BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=682374)
Waiting for packet dumper to finish... 1 (prev_count=682374, count=882912)
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f pass' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h'.
------ BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h ------
Wed Sep 11 07:28:01 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h.pcap" >/data/BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-start.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h' was executed successfully (exit status: 0).
MTC@3a4b1736b28b: Test case TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h started.
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": using IMSI '001010605255694'H
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": using IMSI '001014551635665'H
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": using IMSI '001011882346411'H
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": using IMSI '001017646464246'H
MTC@3a4b1736b28b: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting RAN_Emulation
VirtMSC-M3UA(75)@3a4b1736b28b: *************************************************
VirtMSC-M3UA(75)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtMSC-M3UA(75)@3a4b1736b28b: *************************************************
VirtMSC-SCCP(73)@3a4b1736b28b: v_sccp_pdu_maxlen:268
MTC@3a4b1736b28b: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT
MTC@3a4b1736b28b: Starting BSSAP_LE_Emulation
VirtSMLC-M3UA(78)@3a4b1736b28b: *************************************************
VirtSMLC-M3UA(78)@3a4b1736b28b: M3UA emulation initiated, the test can be started
VirtSMLC-M3UA(78)@3a4b1736b28b: *************************************************
VirtSMLC-SCCP(76)@3a4b1736b28b: v_sccp_pdu_maxlen:268
VirtMSC-M3UA(75)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23905 to server: "172.18.122.200":2905 association #8
VirtSMLC-M3UA(78)@3a4b1736b28b: SCTP_ConnectResult -> connection established from: "172.18.122.203":23908 to server: "172.18.122.200":2905 association #8
VirtMSC-RAN(74)@3a4b1736b28b: BSSMAP: Responding to inbound RESET with RESET-ACK
VirtMSC-RAN(74)@3a4b1736b28b: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go!
VirtSMLC-BSSAP_LE(77)@3a4b1736b28b: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go!
IPA-BTS0-TRX0-RSL-IPA(81)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-BTS0-TRX0-RSL-IPA(81)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } }
IPA-BTS0-TRX0-RSL-IPA(81)@3a4b1736b28b: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } }
IPA-BTS0-TRX0-RSL-IPA(81)@3a4b1736b28b: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h() start"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(74)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910101111111111'O, n_connectPointCode := omit
VirtMSC-RAN(74)@3a4b1736b28b: Created Expect[0] for '05240103505902080910101111111111'O to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)
VirtMSC-SCCP(73)@3a4b1736b28b: First idle individual index:0
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[0].
VirtMSC-RAN(74)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(74)@3a4b1736b28b: Found Expect[0] for '05240103505902080910101111111111'O handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)
VirtMSC-RAN(74)@3a4b1736b28b: Added conn table entry 0TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)4092454
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Re-starting timer T_ias[0], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(80)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O
VirtMGW-MGCP-0(80)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "36", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: setverdict(pass): none -> pass
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '3F5DC255'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '711DF951'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "f_est_lchan_and_mode_modify_to_vamos done"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(74)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910102222222222'O, n_connectPointCode := omit
VirtMSC-RAN(74)@3a4b1736b28b: Created Expect[0] for '05240103505902080910102222222222'O to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)
VirtMSC-SCCP(73)@3a4b1736b28b: First idle individual index:1
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[1].
VirtMSC-RAN(74)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(74)@3a4b1736b28b: Found Expect[0] for '05240103505902080910102222222222'O handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)
VirtMSC-RAN(74)@3a4b1736b28b: Added conn table entry 1TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)15461185
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Re-starting timer T_ias[1], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(80)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O
VirtMGW-MGCP-0(80)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "39", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00011'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: setverdict(pass): none -> pass
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '5F48416E'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7EA9002C'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } }
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: f_rslem_register(0, new_chan_nr = { u := { lm := { tag := '1111'B, sub_chan := 0 } }, tn := 5 })
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(74)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910103333333333'O, n_connectPointCode := omit
VirtMSC-RAN(74)@3a4b1736b28b: Created Expect[0] for '05240103505902080910103333333333'O to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)
VirtMSC-SCCP(73)@3a4b1736b28b: First idle individual index:2
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[2].
VirtMSC-RAN(74)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(74)@3a4b1736b28b: Found Expect[0] for '05240103505902080910103333333333'O handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)
VirtMSC-RAN(74)@3a4b1736b28b: Added conn table entry 2TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)14542997
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:2
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Re-starting timer T_ias[2], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(80)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:2
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O
VirtMGW-MGCP-0(80)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "43", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "9" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00011'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:2
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: setverdict(pass): none -> pass
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/3@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '311B9CA3'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10006 }, peer := { host := "127.0.0.2", port_nr := 9006 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '54FE0087'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11006 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 3, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9006 }, peer := { host := "127.0.0.5", port_nr := 9006 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 3, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9006 }, peer := <unbound>, local_osmux_cid := 3, remote_osmux_cid := omit } }
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:2
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:2
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "f_est_lchan_and_mode_modify_to_vamos done"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } }
VirtMSC-RAN(74)@3a4b1736b28b: f_create_expect(l3 := '05240103505902080910104444444444'O, n_connectPointCode := omit
VirtMSC-RAN(74)@3a4b1736b28b: Created Expect[0] for '05240103505902080910104444444444'O to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)
VirtMSC-SCCP(73)@3a4b1736b28b: First idle individual index:3
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Stopping inactive timer T_ias[3].
VirtMSC-RAN(74)@3a4b1736b28b: ExpectedCreateCallback completeLayer3Information
VirtMSC-RAN(74)@3a4b1736b28b: Found Expect[0] for '05240103505902080910104444444444'O handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)
VirtMSC-RAN(74)@3a4b1736b28b: Added conn table entry 3TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)6738744
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:3
VirtMSC-SCCP(73)@3a4b1736b28b: Warning: Re-starting timer T_ias[3], which is already active (running or expired).
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Enabled queueing of DChan messages
VirtMGW-MGCP-0(80)@3a4b1736b28b: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:3
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:19
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O
VirtMGW-MGCP-0(80)@3a4b1736b28b: Found Expect[0] for { line := { verb := "CRCX", trans_id := "46", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "a" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '110'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } }
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Disabled queueing of DChan messages
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:3
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: setverdict(pass): none -> pass
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: g_media { mgcp_ep := "rtpbridge/4@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '67FC3DD3'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10008 }, peer := { host := "127.0.0.2", port_nr := 9008 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '1AA0A864'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11008 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 4, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9008 }, peer := { host := "127.0.0.5", port_nr := 9008 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 4, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9008 }, peer := <unbound>, local_osmux_cid := 4, remote_osmux_cid := omit } }
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: "TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: f_rslem_register(0, new_chan_nr = { u := { lm := { tag := '1111'B, sub_chan := 1 } }, tn := 5 })
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: setverdict(pass): pass -> pass, component reason not changed
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:3
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:3
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:12
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '0100090800DCBA9876543210'O
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: "MSC instructs BSC to clear channel"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "MSC instructs BSC to clear channel"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: "MSC instructs BSC to clear channel"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "MSC instructs BSC to clear channel"
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:3
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:2
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:0
VirtMSC-SCCP(73)@3a4b1736b28b: vl_len:6
VirtMSC-SCCP(73)@3a4b1736b28b: vl_from0
VirtMSC-SCCP(73)@3a4b1736b28b: data sent by MTP3_SCCP_PORT: '000420040100'O
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:3
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:2
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 will be put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1 data has been put to the reassembly buffer
VirtMSC-SCCP(73)@3a4b1736b28b: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: "Got BSSMAP Clear Complete"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "Got BSSMAP Clear Complete"
VirtMSC-RAN(74)@3a4b1736b28b: Deleted conn table entry 3TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)6738744
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:3
VirtMSC-RAN(74)@3a4b1736b28b: Deleted conn table entry 2TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)14542997
VirtMSC-RAN(74)@3a4b1736b28b: Deleted conn table entry 1TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)15461185
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: "Got RSL RR Release"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "Got RSL RR Release"
VirtMSC-RAN(74)@3a4b1736b28b: Deleted conn table entry 0TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)4092454
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:2
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:1
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on connection ID:0
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "Got RSL Deact SACCH"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: "Got RSL Deact SACCH"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: "Got RSL RR Release"
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:3
VirtMSC-SCCP(73)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "Got RSL RR Release"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: "Got RSL Deact SACCH"
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:2
VirtMSC-SCCP(73)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "Got RSL Deact SACCH"
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:1
VirtMSC-SCCP(73)@3a4b1736b28b: RLC received in state:disconnect_pending 
VirtMSC-SCCP(73)@3a4b1736b28b: Session index based on local reference:0
VirtMSC-SCCP(73)@3a4b1736b28b: RLC received in state:disconnect_pending 
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: "Got RSL RF Chan Rel, sending Rel Ack"
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85)@3a4b1736b28b: Final verdict of PTC: pass
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86)@3a4b1736b28b: Final verdict of PTC: pass
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84)@3a4b1736b28b: Final verdict of PTC: pass
TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83)@3a4b1736b28b: Final verdict of PTC: pass
MTC@3a4b1736b28b: talloc reports "struct bsc_subscr" x 0, expecting 0
MTC@3a4b1736b28b: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0
VirtMSC-SCCP(73)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-RAN(74)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-M3UA(75)@3a4b1736b28b: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(79)@3a4b1736b28b: Final verdict of PTC: none
VirtMSC-STATS(72)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: setverdict(pass): none -> pass
VirtSMLC-BSSAP_LE(77)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-RSL(82)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-SCCP(76)@3a4b1736b28b: Final verdict of PTC: none
VirtMGW-MGCP-0(80)@3a4b1736b28b: Final verdict of PTC: none
VirtSMLC-M3UA(78)@3a4b1736b28b: Final verdict of PTC: none
IPA-BTS0-TRX0-RSL-IPA(81)@3a4b1736b28b: Final verdict of PTC: none
MTC@3a4b1736b28b: Setting final verdict of the test case.
MTC@3a4b1736b28b: Local verdict of MTC: pass
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-STATS(72): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-SCCP(73): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-RAN(74): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMSC-M3UA(75): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-SCCP(76): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-BSSAP_LE(77): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtSMLC-M3UA(78): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-CTRL-CLI-IPA(79): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC VirtMGW-MGCP-0(80): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(81): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(82): none (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(83): pass (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(84): pass (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(85): pass (pass -> pass)
MTC@3a4b1736b28b: Local verdict of PTC TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h(86): pass (pass -> pass)
MTC@3a4b1736b28b: Test case TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h finished. Verdict: pass
MTC@3a4b1736b28b: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h pass'.
Wed Sep 11 07:28:27 UTC 2024
====== BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h pass ======

Saving talloc report from 172.18.122.20:4242 to BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=1078494)
Waiting for packet dumper to finish... 1 (prev_count=1078494, count=1280985)
MTC@3a4b1736b28b: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h pass' was executed successfully (exit status: 0).
MC@3a4b1736b28b: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@3a4b1736b28b: Terminating MTC.
MC@3a4b1736b28b: MTC terminated.
MC2> exit
MC@3a4b1736b28b: Shutting down session.
MC@3a4b1736b28b: Shutdown complete.

Comparing expected results '/osmo-ttcn3-hacks/bsc/expected-results.xml' against results in 'junit-xml-21.log'
--------------------
NEW: PASS BSC_Tests_VAMOS.TC_chan_act_to_vamos
NEW: PASS BSC_Tests_VAMOS.TC_mode_modify_to_vamos_fr
NEW: PASS BSC_Tests_VAMOS.TC_mode_modify_to_vamos_hr
NEW: PASS BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_fr
NEW: PASS BSC_Tests_VAMOS.TC_assign_to_secondary_lchan_hr
NEW: PASS BSC_Tests_VAMOS.TC_vamos_multiplex_tch_f_tch_f
NEW: PASS BSC_Tests_VAMOS.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h

Summary:
  NEW: PASS: 7
  skip: 330


+ exit_code=0
+ /osmo-ttcn3-hacks/log_merge.sh BSC_Tests --rm
Generated BSC_Tests.TC_assign_to_secondary_lchan_fr.merged
Generated BSC_Tests.TC_assign_to_secondary_lchan_hr.merged
Generated BSC_Tests.TC_chan_act_to_vamos.merged
Generated BSC_Tests.TC_mode_modify_to_vamos_fr.merged
Generated BSC_Tests.TC_mode_modify_to_vamos_hr.merged
Generated BSC_Tests.TC_vamos_multiplex_tch_f_tch_f.merged
Generated BSC_Tests.TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h.merged
Removing Input log files !!!
+ exit 0
+ clean_up_common
+ set +e
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ type clean_up
+ network_clean
+ docker network inspect ttcn3-bsc-test-vamos-122
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-ttcn3-bsc-test-vamos-1208-stp
jenkins-ttcn3-bsc-test-vamos-1208-bts1
jenkins-ttcn3-bsc-test-vamos-1208-bts2
jenkins-ttcn3-bsc-test-vamos-1208-bts0
jenkins-ttcn3-bsc-test-vamos-1208-bsc
+ [ -n jenkins-ttcn3-bsc-test-vamos-1208-stp
jenkins-ttcn3-bsc-test-vamos-1208-bts1
jenkins-ttcn3-bsc-test-vamos-1208-bts2
jenkins-ttcn3-bsc-test-vamos-1208-bts0
jenkins-ttcn3-bsc-test-vamos-1208-bsc ]
+ docker_kill_wait jenkins-ttcn3-bsc-test-vamos-1208-stp jenkins-ttcn3-bsc-test-vamos-1208-bts1 jenkins-ttcn3-bsc-test-vamos-1208-bts2 jenkins-ttcn3-bsc-test-vamos-1208-bts0 jenkins-ttcn3-bsc-test-vamos-1208-bsc
+ docker kill jenkins-ttcn3-bsc-test-vamos-1208-stp jenkins-ttcn3-bsc-test-vamos-1208-bts1 jenkins-ttcn3-bsc-test-vamos-1208-bts2 jenkins-ttcn3-bsc-test-vamos-1208-bts0 jenkins-ttcn3-bsc-test-vamos-1208-bsc
jenkins-ttcn3-bsc-test-vamos-1208-stp
jenkins-ttcn3-bsc-test-vamos-1208-bts1
jenkins-ttcn3-bsc-test-vamos-1208-bts2
jenkins-ttcn3-bsc-test-vamos-1208-bts0
jenkins-ttcn3-bsc-test-vamos-1208-bsc
+ docker wait jenkins-ttcn3-bsc-test-vamos-1208-stp jenkins-ttcn3-bsc-test-vamos-1208-bts1 jenkins-ttcn3-bsc-test-vamos-1208-bts2 jenkins-ttcn3-bsc-test-vamos-1208-bts0 jenkins-ttcn3-bsc-test-vamos-1208-bsc
137
137
Error response from daemon: No such container: jenkins-ttcn3-bsc-test-vamos-1208-stp
Error response from daemon: No such container: jenkins-ttcn3-bsc-test-vamos-1208-bts1
Error response from daemon: No such container: jenkins-ttcn3-bsc-test-vamos-1208-bts2
+ true
+ network_remove
+ set +x
Removing network ttcn3-bsc-test-vamos-122
+ docker network remove ttcn3-bsc-test-vamos-122
ttcn3-bsc-test-vamos-122
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/unix
+ fix_perms
+ set +x
Fixing permissions
+ id -u
+ id -g
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/_cache:/cache --name jenkins-ttcn3-bsc-test-vamos-1208-cleaner debian:bookworm sh -e -x -c 
				chmod -R a+rX /data/ /cache/
				chown -R 1000:1000 /data /cache
			
+ chmod -R a+rX /data/ /cache/
+ chown -R 1000:1000 /data /cache
+ collect_logs
+ cat /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test-vamos/logs/bsc-tester/junit-xml-21.log
<?xml version="1.0"?>
<testsuite name='BSC_Tests' tests='7' failures='0' errors='0' skipped='0' inconc='0' time='138.00'>
  <testcase classname='BSC_Tests_VAMOS' name='TC_chan_act_to_vamos' time='9.138710'/>
  <testcase classname='BSC_Tests_VAMOS' name='TC_mode_modify_to_vamos_fr' time='8.766794'/>
  <testcase classname='BSC_Tests_VAMOS' name='TC_mode_modify_to_vamos_hr' time='8.758993'/>
  <testcase classname='BSC_Tests_VAMOS' name='TC_assign_to_secondary_lchan_fr' time='15.901145'/>
  <testcase classname='BSC_Tests_VAMOS' name='TC_assign_to_secondary_lchan_hr' time='15.899718'/>
  <testcase classname='BSC_Tests_VAMOS' name='TC_vamos_multiplex_tch_f_tch_f' time='16.903404'/>
  <testcase classname='BSC_Tests_VAMOS' name='TC_vamos_multiplex_tch_h_tch_h_tch_h_tch_h' time='24.755330'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS