Started by timer Running as SYSTEM Building remotely on gtp0-deb10fr (hdlc dahdi) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-fr-test The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/docker-playground > git init /home/osmocom-build/jenkins/workspace/ttcn3-fr-test # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/docker-playground > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/arehbein/devtests Seen branch in repository origin/arehbein/devtests%topic=fixes Seen branch in repository origin/daniel/bscnat_tests Seen branch in repository origin/daniel/training Seen branch in repository origin/daniel/wip Seen branch in repository origin/fixeria/confmerge Seen branch in repository origin/fixeria/sccplite Seen branch in repository origin/fixeria/testing Seen branch in repository origin/jolly/testing Seen branch in repository origin/laforge/ergw Seen branch in repository origin/laforge/fr Seen branch in repository origin/laforge/ns Seen branch in repository origin/laforge/podman Seen branch in repository origin/lynxis/gerrit-comment-ci Seen branch in repository origin/master Seen branch in repository origin/neels/hnbgw-pfcp Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/fix-registry-pull Seen branch in repository origin/osmith/fix-rpi-gnutls Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/rpm-local Seen branch in repository origin/osmith/ttcn3-pass-args Seen branch in repository origin/osmith/wip Seen branch in repository origin/osmith/wip-4g-only Seen branch in repository origin/osmith/wip-asan Seen branch in repository origin/pespin/bts-perf Seen branch in repository origin/pespin/ergw Seen branch in repository origin/pespin/gtp1 Seen branch in repository origin/pespin/master Seen branch in repository origin/pmaier/pcuif Seen branch in repository origin/refsf/for/master/dyn-pdch Seen 31 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision 57f680439f378f5bb5c6582297ae0636db6650f8 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 57f680439f378f5bb5c6582297ae0636db6650f8 # timeout=10 Commit message: "ttcn3-bts-test: do not use respawn.sh" > git rev-list --no-walk 57f680439f378f5bb5c6582297ae0636db6650f8 # timeout=10
[ttcn3-fr-test] $ /bin/sh -xe /tmp/jenkins4440424736988986684.sh + export REGISTRY_HOST=registry.osmocom.org + DIR=ttcn3-fr-test + export IMAGE_SUFFIX=master + cd ttcn3-fr-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-fr-test = x ] + VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs + [ ! -d /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs ] + [ xjenkins-ttcn3-fr-test-1463 = x ] + basename /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/ttcn3-fr-test + SUITE_NAME=ttcn3-fr-test + IMAGE_SUFFIX=master + docker_images_require ttcn3-fr-test + 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_depends ttcn3-fr-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:8529d827d48b70872a15a7697ece0082d989ca3e105403b6b731153caff24dce 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-fr-test + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name ttcn3-fr-test + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name ttcn3-fr-test + echo ttcn3-fr-test + dir=ttcn3-fr-test + [ -z ] + pull_arg=--pull + grep ^FROM ../ttcn3-fr-test/Dockerfile + from_line=FROM $REGISTRY/$USER/debian-bookworm-titan + grep -q $USER + echo FROM $REGISTRY/$USER/debian-bookworm-titan + pull_arg= + set +x Building image: ttcn3-fr-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../ttcn3-fr-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-fr-test OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-fr-test/ttcn3-fr-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-fr-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1003 \ --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=sysmocom/20.7.0 \ --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_REMSIM_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=sysmocom/2.14 \ -t osmocom-build/ttcn3-fr-test:latest . Sending build context to Docker daemon 33.28kB Step 1/10 : ARG REGISTRY Step 2/10 : ARG USER Step 3/10 : FROM $REGISTRY/$USER/debian-bookworm-titan ---> 510554d4efd0 Step 4/10 : ARG OSMO_TTCN3_BRANCH="master" ---> Using cache ---> 12147f22e5ad Step 5/10 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit ---> Using cache ---> 5c83f50aaa7b Step 6/10 : RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" fr fr-net ---> Using cache ---> dc0f20fb0d97 Step 7/10 : VOLUME /data ---> Using cache ---> c43fab154b03 Step 8/10 : COPY FR_Tests.cfg /data/FR_Tests.cfg ---> Using cache ---> 8089d08c1703 Step 9/10 : COPY FRNET_Tests.cfg /data/FRNET_Tests.cfg ---> Using cache ---> 9d39ba64ffe6 Step 10/10 : ENTRYPOINT ["ttcn3-docker-run"] ---> Using cache ---> 1e6cf0f4c4d9 [Warning] One or more build-args [OSMO_MSC_BRANCH OSMOCOM_REPO_PATH OSMO_BB_BRANCH OSMO_HNBGW_BRANCH UID DISTRO OSMO_EPDG_BRANCH OSMO_MGW_BRANCH OSMO_SGSN_BRANCH OPEN5GS_BRANCH OSMO_CBC_BRANCH OSMO_DIA2GSUP_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_IUH_BRANCH OSMO_HLR_BRANCH OSMO_PCU_BRANCH PJPROJECT_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_NITB_BRANCH OSMO_GBPROXY_BRANCH OSMO_GGSN_BRANCH OSMO_HNODEB_BRANCH OSMO_REMSIM_BRANCH OSMO_SIP_BRANCH OSMOCOM_REPO_MIRROR OSMOCOM_REPO_VERSION OSMO_BTS_BRANCH OSMO_STP_BRANCH UPSTREAM_DISTRO OSMO_UECUPS_BRANCH ASTERISK_BRANCH LIBOSMOCORE_BRANCH OSMO_BSC_BRANCH] were not consumed Successfully built 1e6cf0f4c4d9 Successfully tagged osmocom-build/ttcn3-fr-test:latest rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-fr-test/ttcn3-fr-test' + docker_image_exists ttcn3-fr-test + docker images -q osmocom-build/ttcn3-fr-test + test -n 1e6cf0f4c4d9 + list_osmo_packages debian-bookworm ttcn3-fr-test + local distro=debian-bookworm + local image=ttcn3-fr-test + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-fr-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-fr-test/logs/fr-tester + chmod a+w /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester + cp FR_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester/ + write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester/FR_Tests.cfg + local repo=nightly + local config=/home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester/FR_Tests.cfg + local line + [ -e /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester/FR_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-fr-test/logs/fr-tester/FR_Tests.cfg + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/frnet + cp FRNET_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/frnet/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/unix + network_clean_remove_all_ttcn3 + local networks + local i + grep ^ttcn3- + docker network ls --format {{.Name}} + true + networks= + [ -z ] + return + network_create + SUBNET=27587 + seq 1 30 + echo+ bc (27587 + 1) % 256 + SUBNET=196 + NET_NAME=ttcn3-fr-test-196 + SUB4=172.18.196.0/24 + SUB6=fd02:db8:196::/64 + set +x Creating network ttcn3-fr-test-196, trying SUBNET=196... + docker network create --internal --subnet 172.18.196.0/24 --ipv6 --subnet fd02:db8:196::/64 ttcn3-fr-test-196 e020ed350caa4534d5a5fabe91d492aa15b4f083df2b0f68e6833bd36dd2833a + set +x ### Network ttcn3-fr-test-196 created (SUBNET=196) ### + return + network_replace_subnet_in_configs + set +x Applying SUBNET=196 to: /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester/FR_Tests.cfg Applying SUBNET=196 to: /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/frnet/FRNET_Tests.cfg + echo Starting container with FRNET Starting container with FRNET + docker_network_params 196 10 + NET=196 + ADDR_SUFIX=10 + echo --network ttcn3-fr-test-196 --ip 172.18.196.10 --ip6 fd02:db8:196::10 + docker run --cap-add=NET_RAW --cap-add=SYS_RAWIO --network ttcn3-fr-test-196 --ip 172.18.196.10 --ip6 fd02:db8:196::10 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e WAIT_FOR_NETDEV=hdlcnet8 -v /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/frnet:/data --name jenkins-ttcn3-fr-test-1463-frnet -d osmocom-build/ttcn3-fr-test fr-net FRNET_Tests c98b6e97a1f51383f320c22a37b312f99b5242496dc1f46060799e99cae7db4e + seq 1 8 + DEV=hdlcnet1 + sudo ./netdev-to-docker.sh hdlcnet1 jenkins-ttcn3-fr-test-1463-frnet + DEV=hdlcnet2 + sudo ./netdev-to-docker.sh hdlcnet2 jenkins-ttcn3-fr-test-1463-frnet + DEV=hdlcnet3 + sudo ./netdev-to-docker.sh hdlcnet3 jenkins-ttcn3-fr-test-1463-frnet + DEV=hdlcnet4 + sudo ./netdev-to-docker.sh hdlcnet4 jenkins-ttcn3-fr-test-1463-frnet + DEV=hdlcnet5 + sudo ./netdev-to-docker.sh hdlcnet5 jenkins-ttcn3-fr-test-1463-frnet + DEV=hdlcnet6 + sudo ./netdev-to-docker.sh hdlcnet6 jenkins-ttcn3-fr-test-1463-frnet + DEV=hdlcnet7 + sudo ./netdev-to-docker.sh hdlcnet7 jenkins-ttcn3-fr-test-1463-frnet + DEV=hdlcnet8 + sudo ./netdev-to-docker.sh hdlcnet8 jenkins-ttcn3-fr-test-1463-frnet + echo Starting container with FR testsuite Starting container with FR testsuite + docker_network_params 196 103 + NET=196 + ADDR_SUFIX=103 + echo --network ttcn3-fr-test-196 --ip 172.18.196.103 --ip6 fd02:db8:196::103 + docker run --cap-add=NET_RAW --cap-add=SYS_RAWIO --network ttcn3-fr-test-196 --ip 172.18.196.103 --ip6 fd02:db8:196::103 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e WAIT_FOR_NETDEV=hdlc8 -v /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester:/data --name jenkins-ttcn3-fr-test-1463-ttcn3-fr-test -d osmocom-build/ttcn3-fr-test fr FR_Tests f189803133cd3c9d04d72f096f949cbc4facf6cd3b14109d397ad2ae0d395220 + seq 1 8 + DEV=hdlc1 + sudo ./netdev-to-docker.sh hdlc1 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + DEV=hdlc2 + sudo ./netdev-to-docker.sh hdlc2 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + DEV=hdlc3 + sudo ./netdev-to-docker.sh hdlc3 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + DEV=hdlc4 + sudo ./netdev-to-docker.sh hdlc4 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + DEV=hdlc5 + sudo ./netdev-to-docker.sh hdlc5 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + DEV=hdlc6 + sudo ./netdev-to-docker.sh hdlc6 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + DEV=hdlc7 + sudo ./netdev-to-docker.sh hdlc7 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + DEV=hdlc8 + sudo ./netdev-to-docker.sh hdlc8 jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + docker logs -f jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + SUBDIR=fr + SUITE=FR_Tests + '[' -n hdlc8 ']' + echo 'Waiting for hdlc8 to appear' + pipework --wait -i hdlc8 Waiting for hdlc8 to appear + true + '[' '!' -f /sys/class/net/hdlc8/flags ']' ++ cat /sys/class/net/hdlc8/flags + FLAGS=0x91 + let 'FLAG_UP=0x91&1' + '[' 1 = 1 ']' + break + cd /data + EXTRA_ARGS= + '[' -n '' ']' + /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/fr/FR_Tests FR_Tests.cfg ttcn3_start: Starting the test suite ttcn3_start: warning: TTCN3_DIR environment variable is not set spawn mctr_cli FR_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: FR_Tests.cfg MC@f189803133cd: Unix server socket created successfully. MC@f189803133cd: Listening on TCP port 46623. MC2> f189803133cd is the default spawn /osmo-ttcn3-hacks/fr/FR_Tests f189803133cd 46623 TTCN-3 Host Controller (parallel mode), version 9.0.0 MC@f189803133cd: New HC connected from 172.18.196.103 [172.18.196.103]. f189803133cd: Linux 4.19.0-12-amd64 on x86_64. cmtc MC@f189803133cd: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@f189803133cd: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. HC@f189803133cd: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. MC@f189803133cd: Configuration file was processed on all HCs. MC@f189803133cd: Creating MTC on host 172.18.196.103. MC@f189803133cd: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@f189803133cd: Starting external command `../ttcn3-dumpcap-start.sh FR_Tests.TC_bvc_bringup'. ------ FR_Tests.TC_bvc_bringup ------ Thu Feb 27 04:06:29 UTC 2025 Waiting for packet dumper to start... 0 MTC@f189803133cd: External command `../ttcn3-dumpcap-start.sh FR_Tests.TC_bvc_bringup' was executed successfully (exit status: 0). MTC@f189803133cd: Test case TC_bvc_bringup started. MTC@f189803133cd: Initializing Gb interface 0: NSEI=123 gb0-NSemu(3)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc1", dlci := 21 } }, nsvci := 101 } gb0-NSemu(3)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc2", dlci := 22 } }, nsvci := 102 } gb0-NSVCI101-NSVCemu101-provFR(8)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI101(5)@f189803133cd: NSVC 101 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSemu(3)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc3", dlci := 23 } }, nsvci := 103 } gb0-NSVCI102-NSVCemu102-provFR(10)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI102(6)@f189803133cd: NSVC 102 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSemu(3)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc4", dlci := 24 } }, nsvci := 104 } gb0-NSVCI101-NSVCemu101-FRemu(13)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI103-NSVCemu103-provFR(14)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI103(9)@f189803133cd: NSVC 103 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSVCI101-NSVCemu101-FRemu(13)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI101-NSVCemu101-FRemu(13)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc1' gb0-NSVCI102-NSVCemu102-FRemu(17)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI104-NSVCemu104-provFR(16)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI103-NSVCemu103-FRemu(18)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI103-NSVCemu103-FRemu(18)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI102-NSVCemu102-FRemu(17)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI103-NSVCemu103-FRemu(18)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc3' gb0-NSVCI104(12)@f189803133cd: NSVC 104 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSVCI102-NSVCemu102-FRemu(17)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc2' gb0-NSVCI104-NSVCemu104-FRemu(21)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI104-NSVCemu104-FRemu(21)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI104-NSVCemu104-FRemu(21)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc4' gb0-BSSGPemu(4)@f189803133cd: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_WAIT_NS_ALIVE_UNBLOCKED (1) TC_bvc_bringup-BVCI100(7)@f189803133cd: Adding Client=gb0-bvc100-UEsim0(27), IMSI='262420000000000'H, TLLI='F67892EF'O, index=0 gb0-bvc100-UEsim0(27)@f189803133cd: "gb0-bvc100-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI101(11)@f189803133cd: Adding Client=gb0-bvc101-UEsim0(28), IMSI='262420000000100'H, TLLI='EFA04ED9'O, index=0 gb0-bvc101-UEsim0(28)@f189803133cd: "gb0-bvc101-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI102(15)@f189803133cd: Adding Client=gb0-bvc102-UEsim0(29), IMSI='262420000000200'H, TLLI='C8B641C2'O, index=0 gb0-bvc102-UEsim0(29)@f189803133cd: "gb0-bvc102-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI103(19)@f189803133cd: Adding Client=gb0-bvc103-UEsim0(30), IMSI='262420000000300'H, TLLI='F79C9018'O, index=0 gb0-bvc103-UEsim0(30)@f189803133cd: "gb0-bvc103-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI104(20)@f189803133cd: Adding Client=gb0-bvc104-UEsim0(31), IMSI='262420000000400'H, TLLI='FEC30AC1'O, index=0 gb0-bvc104-UEsim0(31)@f189803133cd: "gb0-bvc104-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI105(22)@f189803133cd: Adding Client=gb0-bvc105-UEsim0(32), IMSI='262420000000500'H, TLLI='D8DC46CF'O, index=0 gb0-bvc105-UEsim0(32)@f189803133cd: "gb0-bvc105-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI106(23)@f189803133cd: Adding Client=gb0-bvc106-UEsim0(33), IMSI='262420000000600'H, TLLI='C733B9B7'O, index=0 gb0-bvc106-UEsim0(33)@f189803133cd: "gb0-bvc106-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI107(24)@f189803133cd: Adding Client=gb0-bvc107-UEsim0(34), IMSI='262420000000700'H, TLLI='E60DF01B'O, index=0 gb0-bvc107-UEsim0(34)@f189803133cd: "gb0-bvc107-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI108(25)@f189803133cd: Adding Client=gb0-bvc108-UEsim0(35), IMSI='262420000000800'H, TLLI='FC2E8766'O, index=0 gb0-bvc108-UEsim0(35)@f189803133cd: "gb0-bvc108-UEsim0" Waiting for BVC-UNBLOCK TC_bvc_bringup-BVCI109(26)@f189803133cd: Adding Client=gb0-bvc109-UEsim0(36), IMSI='262420000000900'H, TLLI='EBF8CD32'O, index=0 gb0-bvc109-UEsim0(36)@f189803133cd: "gb0-bvc109-UEsim0" Waiting for BVC-UNBLOCK gb0-NSVCI101-NSVCemu101-FRemu(13)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI103-NSVCemu103-FRemu(18)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI102-NSVCemu102-FRemu(17)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI104-NSVCemu104-FRemu(21)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI101(5)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI103(9)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI102(6)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI104(12)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI103(9)@f189803133cd: NSVC 103 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI101(5)@f189803133cd: NSVC 101 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI102(6)@f189803133cd: NSVC 102 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI104(12)@f189803133cd: NSVC 104 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI101(5)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI101(5)@f189803133cd: NSVC 101 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI103(9)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI103(9)@f189803133cd: NSVC 103 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI102(6)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI102(6)@f189803133cd: NSVC 102 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI104(12)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI104(12)@f189803133cd: NSVC 104 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-BSSGPemu(4)@f189803133cd: BVCI(0) Rx BVC-RESET-ACK gb0-BSSGPemu(4)@f189803133cd: BVCI(0) State Transition: BVC_S_WAIT_NS_ALIVE_UNBLOCKED (1) -> BVC_S_UNBLOCKED (3) TC_bvc_bringup-BVCI100(7)@f189803133cd: BVCI(100) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc100-UEsim0(27)@f189803133cd: "gb0-bvc100-UEsim0" Entering main loop gb0-bvc100-UEsim0(27)@f189803133cd: "gb0-bvc100-UEsim0"Leaving main loop TC_bvc_bringup-BVCI104(20)@f189803133cd: BVCI(104) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) TC_bvc_bringup-BVCI100(7)@f189803133cd: Removing Client IMSI='262420000000000'H, index=0 gb0-bvc104-UEsim0(31)@f189803133cd: "gb0-bvc104-UEsim0" Entering main loop gb0-bvc104-UEsim0(31)@f189803133cd: "gb0-bvc104-UEsim0"Leaving main loop TC_bvc_bringup-BVCI104(20)@f189803133cd: Removing Client IMSI='262420000000400'H, index=0 TC_bvc_bringup-BVCI105(22)@f189803133cd: BVCI(105) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc105-UEsim0(32)@f189803133cd: "gb0-bvc105-UEsim0" Entering main loop gb0-bvc105-UEsim0(32)@f189803133cd: "gb0-bvc105-UEsim0"Leaving main loop TC_bvc_bringup-BVCI101(11)@f189803133cd: BVCI(101) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) TC_bvc_bringup-BVCI109(26)@f189803133cd: BVCI(109) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc101-UEsim0(28)@f189803133cd: "gb0-bvc101-UEsim0" Entering main loop gb0-bvc101-UEsim0(28)@f189803133cd: "gb0-bvc101-UEsim0"Leaving main loop TC_bvc_bringup-BVCI105(22)@f189803133cd: Removing Client IMSI='262420000000500'H, index=0 TC_bvc_bringup-BVCI101(11)@f189803133cd: Removing Client IMSI='262420000000100'H, index=0 TC_bvc_bringup-BVCI103(19)@f189803133cd: BVCI(103) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc109-UEsim0(36)@f189803133cd: "gb0-bvc109-UEsim0" Entering main loop gb0-bvc103-UEsim0(30)@f189803133cd: "gb0-bvc103-UEsim0" Entering main loop gb0-bvc103-UEsim0(30)@f189803133cd: "gb0-bvc103-UEsim0"Leaving main loop TC_bvc_bringup-BVCI103(19)@f189803133cd: Removing Client IMSI='262420000000300'H, index=0 TC_bvc_bringup-BVCI107(24)@f189803133cd: BVCI(107) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc107-UEsim0(34)@f189803133cd: "gb0-bvc107-UEsim0" Entering main loop gb0-bvc107-UEsim0(34)@f189803133cd: "gb0-bvc107-UEsim0"Leaving main loop TC_bvc_bringup-BVCI107(24)@f189803133cd: Removing Client IMSI='262420000000700'H, index=0 TC_bvc_bringup-BVCI108(25)@f189803133cd: BVCI(108) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc109-UEsim0(36)@f189803133cd: "gb0-bvc109-UEsim0"Leaving main loop gb0-bvc108-UEsim0(35)@f189803133cd: "gb0-bvc108-UEsim0" Entering main loop gb0-bvc108-UEsim0(35)@f189803133cd: "gb0-bvc108-UEsim0"Leaving main loop TC_bvc_bringup-BVCI109(26)@f189803133cd: Removing Client IMSI='262420000000900'H, index=0 TC_bvc_bringup-BVCI108(25)@f189803133cd: Removing Client IMSI='262420000000800'H, index=0 TC_bvc_bringup-BVCI106(23)@f189803133cd: BVCI(106) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc106-UEsim0(33)@f189803133cd: "gb0-bvc106-UEsim0" Entering main loop gb0-bvc106-UEsim0(33)@f189803133cd: "gb0-bvc106-UEsim0"Leaving main loop TC_bvc_bringup-BVCI106(23)@f189803133cd: Removing Client IMSI='262420000000600'H, index=0 TC_bvc_bringup-BVCI102(15)@f189803133cd: BVCI(102) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc102-UEsim0(29)@f189803133cd: "gb0-bvc102-UEsim0" Entering main loop gb0-bvc102-UEsim0(29)@f189803133cd: "gb0-bvc102-UEsim0"Leaving main loop TC_bvc_bringup-BVCI102(15)@f189803133cd: Removing Client IMSI='262420000000200'H, index=0 gb0-NSVCI104-NSVCemu104-FRemu(21)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI103-NSVCemu103-FRemu(18)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI102-NSVCemu102-FRemu(17)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI101-NSVCemu101-FRemu(13)@f189803133cd: AF_PACKET Test port (FR): user_stop MTC@f189803133cd: Test case TC_bvc_bringup finished. Verdict: pass MTC@f189803133cd: Starting external command `../ttcn3-dumpcap-stop.sh FR_Tests.TC_bvc_bringup pass'. Thu Feb 27 04:06:35 UTC 2025 ====== FR_Tests.TC_bvc_bringup pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=15236) Waiting for packet dumper to finish... 1 (prev_count=15236, count=16012) MTC@f189803133cd: External command `../ttcn3-dumpcap-stop.sh FR_Tests.TC_bvc_bringup pass' was executed successfully (exit status: 0). MTC@f189803133cd: Starting external command `../ttcn3-dumpcap-start.sh FR_Tests.TC_ul_ud'. ------ FR_Tests.TC_ul_ud ------ Thu Feb 27 04:06:37 UTC 2025 Waiting for packet dumper to start... 0 MTC@f189803133cd: External command `../ttcn3-dumpcap-start.sh FR_Tests.TC_ul_ud' was executed successfully (exit status: 0). MTC@f189803133cd: Test case TC_ul_ud started. MTC@f189803133cd: Initializing Gb interface 0: NSEI=123 gb0-NSemu(37)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc1", dlci := 21 } }, nsvci := 101 } gb0-NSVCI101-NSVCemu101-provFR(41)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI101(39)@f189803133cd: NSVC 101 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSemu(37)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc2", dlci := 22 } }, nsvci := 102 } gb0-NSVCI101-NSVCemu101-FRemu(44)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI101-NSVCemu101-FRemu(44)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI101-NSVCemu101-FRemu(44)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc1' gb0-NSemu(37)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc3", dlci := 23 } }, nsvci := 103 } gb0-NSVCI102-NSVCemu102-provFR(47)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI102(42)@f189803133cd: NSVC 102 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSVCI103-NSVCemu103-provFR(50)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI103(45)@f189803133cd: NSVC 103 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSVCI102-NSVCemu102-FRemu(52)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI102-NSVCemu102-FRemu(52)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSemu(37)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc4", dlci := 24 } }, nsvci := 104 } gb0-NSVCI102-NSVCemu102-FRemu(52)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc2' gb0-NSVCI103-NSVCemu103-FRemu(53)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI103-NSVCemu103-FRemu(53)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI103-NSVCemu103-FRemu(53)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc3' gb0-NSVCI104-NSVCemu104-provFR(54)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI104(49)@f189803133cd: NSVC 104 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSVCI104-NSVCemu104-FRemu(56)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI104-NSVCemu104-FRemu(56)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI104-NSVCemu104-FRemu(56)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc4' gb0-BSSGPemu(38)@f189803133cd: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_WAIT_NS_ALIVE_UNBLOCKED (1) TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim0(61), IMSI='262420000000000'H, TLLI='DBF8696F'O, index=0 gb0-bvc100-UEsim0(61)@f189803133cd: "gb0-bvc100-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim1(62), IMSI='262420000000001'H, TLLI='FBE327E5'O, index=1 gb0-bvc100-UEsim1(62)@f189803133cd: "gb0-bvc100-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim2(63), IMSI='262420000000002'H, TLLI='D7DB58B7'O, index=2 gb0-bvc100-UEsim2(63)@f189803133cd: "gb0-bvc100-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim3(64), IMSI='262420000000003'H, TLLI='E2FEF724'O, index=3 gb0-bvc100-UEsim3(64)@f189803133cd: "gb0-bvc100-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim4(65), IMSI='262420000000004'H, TLLI='E3595C16'O, index=4 gb0-bvc100-UEsim4(65)@f189803133cd: "gb0-bvc100-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim5(66), IMSI='262420000000005'H, TLLI='C9976385'O, index=5 gb0-bvc100-UEsim5(66)@f189803133cd: "gb0-bvc100-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim6(67), IMSI='262420000000006'H, TLLI='FE6FB719'O, index=6 gb0-bvc100-UEsim6(67)@f189803133cd: "gb0-bvc100-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim7(68), IMSI='262420000000007'H, TLLI='C41257B7'O, index=7 gb0-bvc100-UEsim7(68)@f189803133cd: "gb0-bvc100-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim8(69), IMSI='262420000000008'H, TLLI='D99008AB'O, index=8 gb0-bvc100-UEsim8(69)@f189803133cd: "gb0-bvc100-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI100(40)@f189803133cd: Adding Client=gb0-bvc100-UEsim9(70), IMSI='262420000000009'H, TLLI='F9A3A5B0'O, index=9 gb0-bvc100-UEsim9(70)@f189803133cd: "gb0-bvc100-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim0(71), IMSI='262420000000100'H, TLLI='E763004F'O, index=0 gb0-bvc101-UEsim0(71)@f189803133cd: "gb0-bvc101-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim1(72), IMSI='262420000000101'H, TLLI='D4B00F3F'O, index=1 gb0-bvc101-UEsim1(72)@f189803133cd: "gb0-bvc101-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim2(73), IMSI='262420000000102'H, TLLI='C8E418F3'O, index=2 gb0-bvc101-UEsim2(73)@f189803133cd: "gb0-bvc101-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim3(74), IMSI='262420000000103'H, TLLI='D9382AAB'O, index=3 gb0-bvc101-UEsim3(74)@f189803133cd: "gb0-bvc101-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim4(75), IMSI='262420000000104'H, TLLI='EF45CB27'O, index=4 gb0-bvc101-UEsim4(75)@f189803133cd: "gb0-bvc101-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim5(76), IMSI='262420000000105'H, TLLI='E0135404'O, index=5 gb0-bvc101-UEsim5(76)@f189803133cd: "gb0-bvc101-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim6(77), IMSI='262420000000106'H, TLLI='F049F3DF'O, index=6 gb0-bvc101-UEsim6(77)@f189803133cd: "gb0-bvc101-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim7(78), IMSI='262420000000107'H, TLLI='E704BBBB'O, index=7 gb0-bvc101-UEsim7(78)@f189803133cd: "gb0-bvc101-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim8(79), IMSI='262420000000108'H, TLLI='E7FF5FE6'O, index=8 gb0-bvc101-UEsim8(79)@f189803133cd: "gb0-bvc101-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI101(43)@f189803133cd: Adding Client=gb0-bvc101-UEsim9(80), IMSI='262420000000109'H, TLLI='EC7F2939'O, index=9 gb0-bvc101-UEsim9(80)@f189803133cd: "gb0-bvc101-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim0(81), IMSI='262420000000200'H, TLLI='D6AE0874'O, index=0 gb0-bvc102-UEsim0(81)@f189803133cd: "gb0-bvc102-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim1(82), IMSI='262420000000201'H, TLLI='F1C15029'O, index=1 gb0-bvc102-UEsim1(82)@f189803133cd: "gb0-bvc102-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim2(83), IMSI='262420000000202'H, TLLI='EF97316F'O, index=2 gb0-bvc102-UEsim2(83)@f189803133cd: "gb0-bvc102-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim3(84), IMSI='262420000000203'H, TLLI='F9615553'O, index=3 gb0-bvc102-UEsim3(84)@f189803133cd: "gb0-bvc102-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim4(85), IMSI='262420000000204'H, TLLI='CB95404A'O, index=4 gb0-bvc102-UEsim4(85)@f189803133cd: "gb0-bvc102-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim5(86), IMSI='262420000000205'H, TLLI='E4B6B105'O, index=5 gb0-bvc102-UEsim5(86)@f189803133cd: "gb0-bvc102-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim6(87), IMSI='262420000000206'H, TLLI='C4116D80'O, index=6 gb0-bvc102-UEsim6(87)@f189803133cd: "gb0-bvc102-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim7(88), IMSI='262420000000207'H, TLLI='EB8DE122'O, index=7 gb0-bvc102-UEsim7(88)@f189803133cd: "gb0-bvc102-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim8(89), IMSI='262420000000208'H, TLLI='C8B62631'O, index=8 gb0-bvc102-UEsim8(89)@f189803133cd: "gb0-bvc102-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI102(46)@f189803133cd: Adding Client=gb0-bvc102-UEsim9(90), IMSI='262420000000209'H, TLLI='EC85EE3D'O, index=9 gb0-bvc102-UEsim9(90)@f189803133cd: "gb0-bvc102-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim0(91), IMSI='262420000000300'H, TLLI='C051AF99'O, index=0 gb0-bvc103-UEsim0(91)@f189803133cd: "gb0-bvc103-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim1(92), IMSI='262420000000301'H, TLLI='F8F89A4C'O, index=1 gb0-bvc103-UEsim1(92)@f189803133cd: "gb0-bvc103-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim2(93), IMSI='262420000000302'H, TLLI='D4B7928A'O, index=2 gb0-bvc103-UEsim2(93)@f189803133cd: "gb0-bvc103-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim3(94), IMSI='262420000000303'H, TLLI='FFD2DBBD'O, index=3 gb0-bvc103-UEsim3(94)@f189803133cd: "gb0-bvc103-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim4(95), IMSI='262420000000304'H, TLLI='E53D6D5A'O, index=4 gb0-bvc103-UEsim4(95)@f189803133cd: "gb0-bvc103-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim5(96), IMSI='262420000000305'H, TLLI='F4CD5E1A'O, index=5 gb0-bvc103-UEsim5(96)@f189803133cd: "gb0-bvc103-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim6(97), IMSI='262420000000306'H, TLLI='D8400167'O, index=6 gb0-bvc103-UEsim6(97)@f189803133cd: "gb0-bvc103-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim7(98), IMSI='262420000000307'H, TLLI='F4AFF59F'O, index=7 gb0-bvc103-UEsim7(98)@f189803133cd: "gb0-bvc103-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim8(99), IMSI='262420000000308'H, TLLI='F46AC463'O, index=8 gb0-bvc103-UEsim8(99)@f189803133cd: "gb0-bvc103-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI103(48)@f189803133cd: Adding Client=gb0-bvc103-UEsim9(100), IMSI='262420000000309'H, TLLI='E6AD3F99'O, index=9 gb0-bvc103-UEsim9(100)@f189803133cd: "gb0-bvc103-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim0(101), IMSI='262420000000400'H, TLLI='DEFAD18D'O, index=0 gb0-bvc104-UEsim0(101)@f189803133cd: "gb0-bvc104-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim1(102), IMSI='262420000000401'H, TLLI='F5D14DAA'O, index=1 gb0-bvc104-UEsim1(102)@f189803133cd: "gb0-bvc104-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim2(103), IMSI='262420000000402'H, TLLI='ED169E14'O, index=2 gb0-bvc104-UEsim2(103)@f189803133cd: "gb0-bvc104-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim3(104), IMSI='262420000000403'H, TLLI='F072B794'O, index=3 gb0-bvc104-UEsim3(104)@f189803133cd: "gb0-bvc104-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim4(105), IMSI='262420000000404'H, TLLI='CC3A18CE'O, index=4 gb0-bvc104-UEsim4(105)@f189803133cd: "gb0-bvc104-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim5(106), IMSI='262420000000405'H, TLLI='C7F56D9B'O, index=5 gb0-bvc104-UEsim5(106)@f189803133cd: "gb0-bvc104-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim6(107), IMSI='262420000000406'H, TLLI='EA4D5AB4'O, index=6 gb0-bvc104-UEsim6(107)@f189803133cd: "gb0-bvc104-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim7(108), IMSI='262420000000407'H, TLLI='F5E27EE8'O, index=7 gb0-bvc104-UEsim7(108)@f189803133cd: "gb0-bvc104-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim8(109), IMSI='262420000000408'H, TLLI='F166CD74'O, index=8 gb0-bvc104-UEsim8(109)@f189803133cd: "gb0-bvc104-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI104(51)@f189803133cd: Adding Client=gb0-bvc104-UEsim9(110), IMSI='262420000000409'H, TLLI='DB0F490D'O, index=9 gb0-bvc104-UEsim9(110)@f189803133cd: "gb0-bvc104-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim0(111), IMSI='262420000000500'H, TLLI='C86085D5'O, index=0 gb0-bvc105-UEsim0(111)@f189803133cd: "gb0-bvc105-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim1(112), IMSI='262420000000501'H, TLLI='D306B72A'O, index=1 gb0-bvc105-UEsim1(112)@f189803133cd: "gb0-bvc105-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim2(113), IMSI='262420000000502'H, TLLI='E1606A9D'O, index=2 gb0-bvc105-UEsim2(113)@f189803133cd: "gb0-bvc105-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim3(114), IMSI='262420000000503'H, TLLI='F20EB3DE'O, index=3 gb0-bvc105-UEsim3(114)@f189803133cd: "gb0-bvc105-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim4(115), IMSI='262420000000504'H, TLLI='C4213A00'O, index=4 gb0-bvc105-UEsim4(115)@f189803133cd: "gb0-bvc105-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim5(116), IMSI='262420000000505'H, TLLI='D62E90B5'O, index=5 gb0-bvc105-UEsim5(116)@f189803133cd: "gb0-bvc105-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim6(117), IMSI='262420000000506'H, TLLI='FF7356D1'O, index=6 gb0-bvc105-UEsim6(117)@f189803133cd: "gb0-bvc105-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim7(118), IMSI='262420000000507'H, TLLI='C763EC7E'O, index=7 gb0-bvc105-UEsim7(118)@f189803133cd: "gb0-bvc105-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim8(119), IMSI='262420000000508'H, TLLI='FA7E3A03'O, index=8 gb0-bvc105-UEsim8(119)@f189803133cd: "gb0-bvc105-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI105(55)@f189803133cd: Adding Client=gb0-bvc105-UEsim9(120), IMSI='262420000000509'H, TLLI='F0C17C86'O, index=9 gb0-bvc105-UEsim9(120)@f189803133cd: "gb0-bvc105-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim0(121), IMSI='262420000000600'H, TLLI='EAA1AC2D'O, index=0 gb0-bvc106-UEsim0(121)@f189803133cd: "gb0-bvc106-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim1(122), IMSI='262420000000601'H, TLLI='FF89377E'O, index=1 gb0-bvc106-UEsim1(122)@f189803133cd: "gb0-bvc106-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim2(123), IMSI='262420000000602'H, TLLI='F475DA6A'O, index=2 gb0-bvc106-UEsim2(123)@f189803133cd: "gb0-bvc106-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim3(124), IMSI='262420000000603'H, TLLI='ED73AD7B'O, index=3 gb0-bvc106-UEsim3(124)@f189803133cd: "gb0-bvc106-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim4(125), IMSI='262420000000604'H, TLLI='FB4036DD'O, index=4 gb0-bvc106-UEsim4(125)@f189803133cd: "gb0-bvc106-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim5(126), IMSI='262420000000605'H, TLLI='E4469B41'O, index=5 gb0-bvc106-UEsim5(126)@f189803133cd: "gb0-bvc106-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim6(127), IMSI='262420000000606'H, TLLI='F67A4BFC'O, index=6 gb0-bvc106-UEsim6(127)@f189803133cd: "gb0-bvc106-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim7(128), IMSI='262420000000607'H, TLLI='E38074EE'O, index=7 gb0-bvc106-UEsim7(128)@f189803133cd: "gb0-bvc106-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim8(129), IMSI='262420000000608'H, TLLI='C048AED6'O, index=8 gb0-bvc106-UEsim8(129)@f189803133cd: "gb0-bvc106-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI106(57)@f189803133cd: Adding Client=gb0-bvc106-UEsim9(130), IMSI='262420000000609'H, TLLI='D76431BD'O, index=9 gb0-bvc106-UEsim9(130)@f189803133cd: "gb0-bvc106-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim0(131), IMSI='262420000000700'H, TLLI='F9C7EE3D'O, index=0 gb0-bvc107-UEsim0(131)@f189803133cd: "gb0-bvc107-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim1(132), IMSI='262420000000701'H, TLLI='D6E9A7B1'O, index=1 gb0-bvc107-UEsim1(132)@f189803133cd: "gb0-bvc107-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim2(133), IMSI='262420000000702'H, TLLI='D6CA9E07'O, index=2 gb0-bvc107-UEsim2(133)@f189803133cd: "gb0-bvc107-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim3(134), IMSI='262420000000703'H, TLLI='C80BA693'O, index=3 gb0-bvc107-UEsim3(134)@f189803133cd: "gb0-bvc107-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim4(135), IMSI='262420000000704'H, TLLI='F531A260'O, index=4 gb0-bvc107-UEsim4(135)@f189803133cd: "gb0-bvc107-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim5(136), IMSI='262420000000705'H, TLLI='D3FC3AE2'O, index=5 gb0-bvc107-UEsim5(136)@f189803133cd: "gb0-bvc107-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim6(137), IMSI='262420000000706'H, TLLI='E8627062'O, index=6 gb0-bvc107-UEsim6(137)@f189803133cd: "gb0-bvc107-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim7(138), IMSI='262420000000707'H, TLLI='DF07D802'O, index=7 gb0-bvc107-UEsim7(138)@f189803133cd: "gb0-bvc107-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim8(139), IMSI='262420000000708'H, TLLI='F4744D1F'O, index=8 gb0-bvc107-UEsim8(139)@f189803133cd: "gb0-bvc107-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI107(58)@f189803133cd: Adding Client=gb0-bvc107-UEsim9(140), IMSI='262420000000709'H, TLLI='FD90A42B'O, index=9 gb0-bvc107-UEsim9(140)@f189803133cd: "gb0-bvc107-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim0(141), IMSI='262420000000800'H, TLLI='DFA5827E'O, index=0 gb0-bvc108-UEsim0(141)@f189803133cd: "gb0-bvc108-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim1(142), IMSI='262420000000801'H, TLLI='EEA8AD6F'O, index=1 gb0-bvc108-UEsim1(142)@f189803133cd: "gb0-bvc108-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim2(143), IMSI='262420000000802'H, TLLI='D620045D'O, index=2 gb0-bvc108-UEsim2(143)@f189803133cd: "gb0-bvc108-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim3(144), IMSI='262420000000803'H, TLLI='C4ABC855'O, index=3 gb0-bvc108-UEsim3(144)@f189803133cd: "gb0-bvc108-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim4(145), IMSI='262420000000804'H, TLLI='D4E460B9'O, index=4 gb0-bvc108-UEsim4(145)@f189803133cd: "gb0-bvc108-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim5(146), IMSI='262420000000805'H, TLLI='C1FD948B'O, index=5 gb0-bvc108-UEsim5(146)@f189803133cd: "gb0-bvc108-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim6(147), IMSI='262420000000806'H, TLLI='F3849F99'O, index=6 gb0-bvc108-UEsim6(147)@f189803133cd: "gb0-bvc108-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim7(148), IMSI='262420000000807'H, TLLI='CEA2704E'O, index=7 gb0-bvc108-UEsim7(148)@f189803133cd: "gb0-bvc108-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim8(149), IMSI='262420000000808'H, TLLI='CCB55F12'O, index=8 gb0-bvc108-UEsim8(149)@f189803133cd: "gb0-bvc108-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI108(59)@f189803133cd: Adding Client=gb0-bvc108-UEsim9(150), IMSI='262420000000809'H, TLLI='F7924450'O, index=9 gb0-bvc108-UEsim9(150)@f189803133cd: "gb0-bvc108-UEsim9" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim0(151), IMSI='262420000000900'H, TLLI='C4519288'O, index=0 gb0-bvc109-UEsim0(151)@f189803133cd: "gb0-bvc109-UEsim0" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim1(152), IMSI='262420000000901'H, TLLI='C2CE9200'O, index=1 gb0-bvc109-UEsim1(152)@f189803133cd: "gb0-bvc109-UEsim1" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim2(153), IMSI='262420000000902'H, TLLI='CE1D4A27'O, index=2 gb0-bvc109-UEsim2(153)@f189803133cd: "gb0-bvc109-UEsim2" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim3(154), IMSI='262420000000903'H, TLLI='F40BB15B'O, index=3 gb0-bvc109-UEsim3(154)@f189803133cd: "gb0-bvc109-UEsim3" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim4(155), IMSI='262420000000904'H, TLLI='CCD45962'O, index=4 gb0-bvc109-UEsim4(155)@f189803133cd: "gb0-bvc109-UEsim4" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim5(156), IMSI='262420000000905'H, TLLI='FA6AF59E'O, index=5 gb0-bvc109-UEsim5(156)@f189803133cd: "gb0-bvc109-UEsim5" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim6(157), IMSI='262420000000906'H, TLLI='E366E90B'O, index=6 gb0-bvc109-UEsim6(157)@f189803133cd: "gb0-bvc109-UEsim6" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim7(158), IMSI='262420000000907'H, TLLI='D3264D68'O, index=7 gb0-bvc109-UEsim7(158)@f189803133cd: "gb0-bvc109-UEsim7" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim8(159), IMSI='262420000000908'H, TLLI='DDEADCBB'O, index=8 gb0-bvc109-UEsim8(159)@f189803133cd: "gb0-bvc109-UEsim8" Waiting for BVC-UNBLOCK TC_ul_ud-BVCI109(60)@f189803133cd: Adding Client=gb0-bvc109-UEsim9(160), IMSI='262420000000909'H, TLLI='DE3AF049'O, index=9 gb0-bvc109-UEsim9(160)@f189803133cd: "gb0-bvc109-UEsim9" Waiting for BVC-UNBLOCK gb0-NSVCI101-NSVCemu101-FRemu(44)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI102-NSVCemu102-FRemu(52)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI103-NSVCemu103-FRemu(53)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI104-NSVCemu104-FRemu(56)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI101(39)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI101(39)@f189803133cd: NSVC 101 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI102(42)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI101(39)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI101(39)@f189803133cd: NSVC 101 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI103(45)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI104(49)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI103(45)@f189803133cd: NSVC 103 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI102(42)@f189803133cd: NSVC 102 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI103(45)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI104(49)@f189803133cd: NSVC 104 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-BSSGPemu(38)@f189803133cd: BVCI(0) Rx BVC-RESET-ACK gb0-NSVCI102(42)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-BSSGPemu(38)@f189803133cd: BVCI(0) State Transition: BVC_S_WAIT_NS_ALIVE_UNBLOCKED (1) -> BVC_S_UNBLOCKED (3) gb0-NSVCI102(42)@f189803133cd: NSVC 102 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI104(49)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI103(45)@f189803133cd: NSVC 103 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI104(49)@f189803133cd: NSVC 104 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) TC_ul_ud-BVCI103(48)@f189803133cd: BVCI(103) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc103-UEsim5(96)@f189803133cd: "gb0-bvc103-UEsim5" Entering main loop gb0-bvc103-UEsim1(92)@f189803133cd: "gb0-bvc103-UEsim1" Entering main loop gb0-bvc103-UEsim4(95)@f189803133cd: "gb0-bvc103-UEsim4" Entering main loop gb0-bvc103-UEsim3(94)@f189803133cd: "gb0-bvc103-UEsim3" Entering main loop gb0-bvc103-UEsim0(91)@f189803133cd: "gb0-bvc103-UEsim0" Entering main loop gb0-bvc103-UEsim2(93)@f189803133cd: "gb0-bvc103-UEsim2" Entering main loop gb0-bvc103-UEsim8(99)@f189803133cd: "gb0-bvc103-UEsim8" Entering main loop gb0-bvc103-UEsim7(98)@f189803133cd: "gb0-bvc103-UEsim7" Entering main loop gb0-bvc103-UEsim6(97)@f189803133cd: "gb0-bvc103-UEsim6" Entering main loop gb0-bvc103-UEsim9(100)@f189803133cd: "gb0-bvc103-UEsim9" Entering main loop TC_ul_ud-BVCI105(55)@f189803133cd: BVCI(105) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc105-UEsim1(112)@f189803133cd: "gb0-bvc105-UEsim1" Entering main loop gb0-bvc105-UEsim5(116)@f189803133cd: "gb0-bvc105-UEsim5" Entering main loop gb0-bvc105-UEsim2(113)@f189803133cd: "gb0-bvc105-UEsim2" Entering main loop gb0-bvc105-UEsim9(120)@f189803133cd: "gb0-bvc105-UEsim9" Entering main loop gb0-bvc105-UEsim7(118)@f189803133cd: "gb0-bvc105-UEsim7" Entering main loop gb0-bvc105-UEsim3(114)@f189803133cd: "gb0-bvc105-UEsim3" Entering main loop gb0-bvc105-UEsim6(117)@f189803133cd: "gb0-bvc105-UEsim6" Entering main loop gb0-bvc105-UEsim4(115)@f189803133cd: "gb0-bvc105-UEsim4" Entering main loop gb0-bvc105-UEsim8(119)@f189803133cd: "gb0-bvc105-UEsim8" Entering main loop gb0-bvc105-UEsim0(111)@f189803133cd: "gb0-bvc105-UEsim0" Entering main loop TC_ul_ud-BVCI109(60)@f189803133cd: BVCI(109) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc109-UEsim2(153)@f189803133cd: "gb0-bvc109-UEsim2" Entering main loop gb0-bvc109-UEsim1(152)@f189803133cd: "gb0-bvc109-UEsim1" Entering main loop gb0-bvc109-UEsim0(151)@f189803133cd: "gb0-bvc109-UEsim0" Entering main loop gb0-bvc109-UEsim5(156)@f189803133cd: "gb0-bvc109-UEsim5" Entering main loop gb0-bvc109-UEsim6(157)@f189803133cd: "gb0-bvc109-UEsim6" Entering main loop gb0-bvc109-UEsim3(154)@f189803133cd: "gb0-bvc109-UEsim3" Entering main loop gb0-bvc109-UEsim4(155)@f189803133cd: "gb0-bvc109-UEsim4" Entering main loop gb0-bvc109-UEsim7(158)@f189803133cd: "gb0-bvc109-UEsim7" Entering main loop gb0-bvc109-UEsim9(160)@f189803133cd: "gb0-bvc109-UEsim9" Entering main loop gb0-bvc109-UEsim8(159)@f189803133cd: "gb0-bvc109-UEsim8" Entering main loop TC_ul_ud-BVCI102(46)@f189803133cd: BVCI(102) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) TC_ul_ud-BVCI106(57)@f189803133cd: BVCI(106) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) TC_ul_ud-BVCI101(43)@f189803133cd: BVCI(101) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc106-UEsim1(122)@f189803133cd: "gb0-bvc106-UEsim1" Entering main loop TC_ul_ud-BVCI107(58)@f189803133cd: BVCI(107) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc106-UEsim5(126)@f189803133cd: "gb0-bvc106-UEsim5" Entering main loop gb0-bvc101-UEsim9(80)@f189803133cd: "gb0-bvc101-UEsim9" Entering main loop gb0-bvc101-UEsim3(74)@f189803133cd: "gb0-bvc101-UEsim3" Entering main loop gb0-bvc106-UEsim8(129)@f189803133cd: "gb0-bvc106-UEsim8" Entering main loop gb0-bvc106-UEsim0(121)@f189803133cd: "gb0-bvc106-UEsim0" Entering main loop gb0-bvc106-UEsim4(125)@f189803133cd: "gb0-bvc106-UEsim4" Entering main loop gb0-bvc107-UEsim3(134)@f189803133cd: "gb0-bvc107-UEsim3" Entering main loop gb0-bvc101-UEsim7(78)@f189803133cd: "gb0-bvc101-UEsim7" Entering main loop gb0-bvc101-UEsim5(76)@f189803133cd: "gb0-bvc101-UEsim5" Entering main loop gb0-bvc106-UEsim6(127)@f189803133cd: "gb0-bvc106-UEsim6" Entering main loop gb0-bvc101-UEsim1(72)@f189803133cd: "gb0-bvc101-UEsim1" Entering main loop gb0-bvc101-UEsim2(73)@f189803133cd: "gb0-bvc101-UEsim2" Entering main loop gb0-bvc106-UEsim7(128)@f189803133cd: "gb0-bvc106-UEsim7" Entering main loop gb0-bvc106-UEsim9(130)@f189803133cd: "gb0-bvc106-UEsim9" Entering main loop gb0-bvc101-UEsim0(71)@f189803133cd: "gb0-bvc101-UEsim0" Entering main loop gb0-bvc101-UEsim4(75)@f189803133cd: "gb0-bvc101-UEsim4" Entering main loop gb0-bvc101-UEsim6(77)@f189803133cd: "gb0-bvc101-UEsim6" Entering main loop gb0-bvc101-UEsim8(79)@f189803133cd: "gb0-bvc101-UEsim8" Entering main loop gb0-bvc106-UEsim3(124)@f189803133cd: "gb0-bvc106-UEsim3" Entering main loop gb0-bvc107-UEsim2(133)@f189803133cd: "gb0-bvc107-UEsim2" Entering main loop gb0-bvc107-UEsim1(132)@f189803133cd: "gb0-bvc107-UEsim1" Entering main loop gb0-bvc107-UEsim0(131)@f189803133cd: "gb0-bvc107-UEsim0" Entering main loop gb0-bvc107-UEsim4(135)@f189803133cd: "gb0-bvc107-UEsim4" Entering main loop gb0-bvc107-UEsim5(136)@f189803133cd: "gb0-bvc107-UEsim5" Entering main loop gb0-bvc102-UEsim5(86)@f189803133cd: "gb0-bvc102-UEsim5" Entering main loop gb0-bvc107-UEsim7(138)@f189803133cd: "gb0-bvc107-UEsim7" Entering main loop gb0-bvc102-UEsim0(81)@f189803133cd: "gb0-bvc102-UEsim0" Entering main loop gb0-bvc102-UEsim2(83)@f189803133cd: "gb0-bvc102-UEsim2" Entering main loop gb0-bvc102-UEsim6(87)@f189803133cd: "gb0-bvc102-UEsim6" Entering main loop gb0-bvc106-UEsim2(123)@f189803133cd: "gb0-bvc106-UEsim2" Entering main loop gb0-bvc107-UEsim6(137)@f189803133cd: "gb0-bvc107-UEsim6" Entering main loop gb0-bvc102-UEsim1(82)@f189803133cd: "gb0-bvc102-UEsim1" Entering main loop gb0-bvc102-UEsim9(90)@f189803133cd: "gb0-bvc102-UEsim9" Entering main loop gb0-bvc102-UEsim4(85)@f189803133cd: "gb0-bvc102-UEsim4" Entering main loop gb0-bvc107-UEsim8(139)@f189803133cd: "gb0-bvc107-UEsim8" Entering main loop gb0-bvc102-UEsim7(88)@f189803133cd: "gb0-bvc102-UEsim7" Entering main loop gb0-bvc107-UEsim9(140)@f189803133cd: "gb0-bvc107-UEsim9" Entering main loop gb0-bvc102-UEsim3(84)@f189803133cd: "gb0-bvc102-UEsim3" Entering main loop gb0-bvc102-UEsim8(89)@f189803133cd: "gb0-bvc102-UEsim8" Entering main loop TC_ul_ud-BVCI104(51)@f189803133cd: BVCI(104) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc104-UEsim0(101)@f189803133cd: "gb0-bvc104-UEsim0" Entering main loop gb0-bvc104-UEsim2(103)@f189803133cd: "gb0-bvc104-UEsim2" Entering main loop gb0-bvc104-UEsim3(104)@f189803133cd: "gb0-bvc104-UEsim3" Entering main loop TC_ul_ud-BVCI108(59)@f189803133cd: BVCI(108) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc104-UEsim1(102)@f189803133cd: "gb0-bvc104-UEsim1" Entering main loop gb0-bvc104-UEsim8(109)@f189803133cd: "gb0-bvc104-UEsim8" Entering main loop gb0-bvc104-UEsim5(106)@f189803133cd: "gb0-bvc104-UEsim5" Entering main loop gb0-bvc104-UEsim6(107)@f189803133cd: "gb0-bvc104-UEsim6" Entering main loop gb0-bvc104-UEsim9(110)@f189803133cd: "gb0-bvc104-UEsim9" Entering main loop gb0-bvc108-UEsim4(145)@f189803133cd: "gb0-bvc108-UEsim4" Entering main loop gb0-bvc104-UEsim7(108)@f189803133cd: "gb0-bvc104-UEsim7" Entering main loop gb0-bvc108-UEsim0(141)@f189803133cd: "gb0-bvc108-UEsim0" Entering main loop gb0-bvc108-UEsim3(144)@f189803133cd: "gb0-bvc108-UEsim3" Entering main loop gb0-bvc108-UEsim7(148)@f189803133cd: "gb0-bvc108-UEsim7" Entering main loop gb0-bvc108-UEsim1(142)@f189803133cd: "gb0-bvc108-UEsim1" Entering main loop gb0-bvc108-UEsim8(149)@f189803133cd: "gb0-bvc108-UEsim8" Entering main loop gb0-bvc108-UEsim2(143)@f189803133cd: "gb0-bvc108-UEsim2" Entering main loop gb0-bvc108-UEsim6(147)@f189803133cd: "gb0-bvc108-UEsim6" Entering main loop gb0-bvc104-UEsim4(105)@f189803133cd: "gb0-bvc104-UEsim4" Entering main loop gb0-bvc108-UEsim5(146)@f189803133cd: "gb0-bvc108-UEsim5" Entering main loop gb0-bvc108-UEsim9(150)@f189803133cd: "gb0-bvc108-UEsim9" Entering main loop TC_ul_ud-BVCI100(40)@f189803133cd: BVCI(100) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc100-UEsim6(67)@f189803133cd: "gb0-bvc100-UEsim6" Entering main loop gb0-bvc100-UEsim3(64)@f189803133cd: "gb0-bvc100-UEsim3" Entering main loop gb0-bvc100-UEsim1(62)@f189803133cd: "gb0-bvc100-UEsim1" Entering main loop gb0-bvc100-UEsim2(63)@f189803133cd: "gb0-bvc100-UEsim2" Entering main loop gb0-bvc100-UEsim5(66)@f189803133cd: "gb0-bvc100-UEsim5" Entering main loop gb0-bvc100-UEsim7(68)@f189803133cd: "gb0-bvc100-UEsim7" Entering main loop gb0-bvc100-UEsim4(65)@f189803133cd: "gb0-bvc100-UEsim4" Entering main loop gb0-bvc100-UEsim9(70)@f189803133cd: "gb0-bvc100-UEsim9" Entering main loop gb0-bvc100-UEsim8(69)@f189803133cd: "gb0-bvc100-UEsim8" Entering main loop gb0-bvc100-UEsim0(61)@f189803133cd: "gb0-bvc100-UEsim0" Entering main loop gb0-bvc103-UEsim5(96)@f189803133cd: "gb0-bvc103-UEsim5"Leaving main loop TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000305'H, index=5 gb0-bvc103-UEsim7(98)@f189803133cd: "gb0-bvc103-UEsim7"Leaving main loop gb0-bvc103-UEsim2(93)@f189803133cd: "gb0-bvc103-UEsim2"Leaving main loop TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000307'H, index=7 TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000302'H, index=2 gb0-bvc106-UEsim7(128)@f189803133cd: "gb0-bvc106-UEsim7"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000607'H, index=7 gb0-bvc106-UEsim9(130)@f189803133cd: "gb0-bvc106-UEsim9"Leaving main loop gb0-bvc109-UEsim4(155)@f189803133cd: "gb0-bvc109-UEsim4"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000609'H, index=9 TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000904'H, index=4 gb0-bvc109-UEsim2(153)@f189803133cd: "gb0-bvc109-UEsim2"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000902'H, index=2 gb0-bvc103-UEsim8(99)@f189803133cd: "gb0-bvc103-UEsim8"Leaving main loop TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000308'H, index=8 gb0-bvc109-UEsim9(160)@f189803133cd: "gb0-bvc109-UEsim9"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000909'H, index=9 gb0-bvc103-UEsim6(97)@f189803133cd: "gb0-bvc103-UEsim6"Leaving main loop TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000306'H, index=6 gb0-bvc105-UEsim1(112)@f189803133cd: "gb0-bvc105-UEsim1"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000501'H, index=1 gb0-bvc102-UEsim9(90)@f189803133cd: "gb0-bvc102-UEsim9"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000209'H, index=9 gb0-bvc102-UEsim5(86)@f189803133cd: "gb0-bvc102-UEsim5"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000205'H, index=5 gb0-bvc103-UEsim4(95)@f189803133cd: "gb0-bvc103-UEsim4"Leaving main loop gb0-bvc104-UEsim7(108)@f189803133cd: "gb0-bvc104-UEsim7"Leaving main loop gb0-bvc105-UEsim6(117)@f189803133cd: "gb0-bvc105-UEsim6"Leaving main loop gb0-bvc106-UEsim5(126)@f189803133cd: "gb0-bvc106-UEsim5"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000506'H, index=6 TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000304'H, index=4 TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000407'H, index=7 TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000605'H, index=5 gb0-bvc103-UEsim0(91)@f189803133cd: "gb0-bvc103-UEsim0"Leaving main loop gb0-bvc107-UEsim1(132)@f189803133cd: "gb0-bvc107-UEsim1"Leaving main loop gb0-bvc103-UEsim3(94)@f189803133cd: "gb0-bvc103-UEsim3"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000701'H, index=1 gb0-bvc107-UEsim2(133)@f189803133cd: "gb0-bvc107-UEsim2"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000702'H, index=2 gb0-bvc107-UEsim3(134)@f189803133cd: "gb0-bvc107-UEsim3"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000703'H, index=3 TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000300'H, index=0 TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000303'H, index=3 gb0-bvc104-UEsim8(109)@f189803133cd: "gb0-bvc104-UEsim8"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000408'H, index=8 gb0-bvc102-UEsim0(81)@f189803133cd: "gb0-bvc102-UEsim0"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000200'H, index=0 gb0-bvc109-UEsim6(157)@f189803133cd: "gb0-bvc109-UEsim6"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000906'H, index=6 gb0-bvc108-UEsim3(144)@f189803133cd: "gb0-bvc108-UEsim3"Leaving main loop gb0-bvc105-UEsim3(114)@f189803133cd: "gb0-bvc105-UEsim3"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000803'H, index=3 TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000503'H, index=3 gb0-bvc106-UEsim6(127)@f189803133cd: "gb0-bvc106-UEsim6"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000606'H, index=6 gb0-bvc100-UEsim1(62)@f189803133cd: "gb0-bvc100-UEsim1"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000001'H, index=1 gb0-bvc102-UEsim8(89)@f189803133cd: "gb0-bvc102-UEsim8"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000208'H, index=8 gb0-bvc100-UEsim3(64)@f189803133cd: "gb0-bvc100-UEsim3"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000003'H, index=3 gb0-bvc101-UEsim7(78)@f189803133cd: "gb0-bvc101-UEsim7"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000107'H, index=7 gb0-bvc108-UEsim4(145)@f189803133cd: "gb0-bvc108-UEsim4"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000804'H, index=4 gb0-bvc101-UEsim6(77)@f189803133cd: "gb0-bvc101-UEsim6"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000106'H, index=6 gb0-bvc100-UEsim7(68)@f189803133cd: "gb0-bvc100-UEsim7"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000007'H, index=7 gb0-bvc108-UEsim9(150)@f189803133cd: "gb0-bvc108-UEsim9"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000809'H, index=9 gb0-bvc108-UEsim7(148)@f189803133cd: "gb0-bvc108-UEsim7"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000807'H, index=7 gb0-bvc102-UEsim1(82)@f189803133cd: "gb0-bvc102-UEsim1"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000201'H, index=1 gb0-bvc100-UEsim5(66)@f189803133cd: "gb0-bvc100-UEsim5"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000005'H, index=5 gb0-bvc104-UEsim0(101)@f189803133cd: "gb0-bvc104-UEsim0"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000400'H, index=0 gb0-bvc109-UEsim1(152)@f189803133cd: "gb0-bvc109-UEsim1"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000901'H, index=1 gb0-bvc106-UEsim1(122)@f189803133cd: "gb0-bvc106-UEsim1"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000601'H, index=1 gb0-bvc103-UEsim9(100)@f189803133cd: "gb0-bvc103-UEsim9"Leaving main loop TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000309'H, index=9 gb0-bvc102-UEsim4(85)@f189803133cd: "gb0-bvc102-UEsim4"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000204'H, index=4 gb0-bvc105-UEsim0(111)@f189803133cd: "gb0-bvc105-UEsim0"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000500'H, index=0 gb0-bvc105-UEsim4(115)@f189803133cd: "gb0-bvc105-UEsim4"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000504'H, index=4 gb0-bvc107-UEsim4(135)@f189803133cd: "gb0-bvc107-UEsim4"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000704'H, index=4 gb0-bvc105-UEsim7(118)@f189803133cd: "gb0-bvc105-UEsim7"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000507'H, index=7 gb0-bvc108-UEsim2(143)@f189803133cd: "gb0-bvc108-UEsim2"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000802'H, index=2 gb0-bvc101-UEsim0(71)@f189803133cd: "gb0-bvc101-UEsim0"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000100'H, index=0 gb0-bvc109-UEsim5(156)@f189803133cd: "gb0-bvc109-UEsim5"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000905'H, index=5 gb0-bvc106-UEsim2(123)@f189803133cd: "gb0-bvc106-UEsim2"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000602'H, index=2 gb0-bvc108-UEsim1(142)@f189803133cd: "gb0-bvc108-UEsim1"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000801'H, index=1 gb0-bvc104-UEsim9(110)@f189803133cd: "gb0-bvc104-UEsim9"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000409'H, index=9 gb0-bvc104-UEsim1(102)@f189803133cd: "gb0-bvc104-UEsim1"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000401'H, index=1 gb0-bvc104-UEsim2(103)@f189803133cd: "gb0-bvc104-UEsim2"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000402'H, index=2 gb0-bvc100-UEsim0(61)@f189803133cd: "gb0-bvc100-UEsim0"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000000'H, index=0 gb0-bvc100-UEsim8(69)@f189803133cd: "gb0-bvc100-UEsim8"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000008'H, index=8 gb0-bvc101-UEsim8(79)@f189803133cd: "gb0-bvc101-UEsim8"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000108'H, index=8 gb0-bvc106-UEsim3(124)@f189803133cd: "gb0-bvc106-UEsim3"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000603'H, index=3 gb0-bvc104-UEsim6(107)@f189803133cd: "gb0-bvc104-UEsim6"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000406'H, index=6 gb0-bvc101-UEsim2(73)@f189803133cd: "gb0-bvc101-UEsim2"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000102'H, index=2 gb0-bvc107-UEsim0(131)@f189803133cd: "gb0-bvc107-UEsim0"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000700'H, index=0 gb0-bvc104-UEsim5(106)@f189803133cd: "gb0-bvc104-UEsim5"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000405'H, index=5 gb0-bvc100-UEsim9(70)@f189803133cd: "gb0-bvc100-UEsim9"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000009'H, index=9 gb0-bvc107-UEsim8(139)@f189803133cd: "gb0-bvc107-UEsim8"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000708'H, index=8 gb0-bvc101-UEsim1(72)@f189803133cd: "gb0-bvc101-UEsim1"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000101'H, index=1 gb0-bvc106-UEsim0(121)@f189803133cd: "gb0-bvc106-UEsim0"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000600'H, index=0 gb0-bvc104-UEsim3(104)@f189803133cd: "gb0-bvc104-UEsim3"Leaving main loop gb0-bvc100-UEsim6(67)@f189803133cd: "gb0-bvc100-UEsim6"Leaving main loop gb0-bvc108-UEsim5(146)@f189803133cd: "gb0-bvc108-UEsim5"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000006'H, index=6 TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000002'H, index=2 TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000805'H, index=5 gb0-bvc100-UEsim2(63)@f189803133cd: "gb0-bvc100-UEsim2"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000403'H, index=3 gb0-bvc105-UEsim8(119)@f189803133cd: "gb0-bvc105-UEsim8"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000508'H, index=8 gb0-bvc107-UEsim6(137)@f189803133cd: "gb0-bvc107-UEsim6"Leaving main loop gb0-bvc101-UEsim5(76)@f189803133cd: "gb0-bvc101-UEsim5"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000706'H, index=6 TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000105'H, index=5 gb0-bvc105-UEsim2(113)@f189803133cd: "gb0-bvc105-UEsim2"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000502'H, index=2 gb0-bvc100-UEsim4(65)@f189803133cd: "gb0-bvc100-UEsim4"Leaving main loop TC_ul_ud-BVCI100(40)@f189803133cd: Removing Client IMSI='262420000000004'H, index=4 gb0-bvc109-UEsim8(159)@f189803133cd: "gb0-bvc109-UEsim8"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000908'H, index=8 gb0-bvc101-UEsim4(75)@f189803133cd: "gb0-bvc101-UEsim4"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000104'H, index=4 gb0-bvc105-UEsim5(116)@f189803133cd: "gb0-bvc105-UEsim5"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000505'H, index=5 gb0-bvc102-UEsim7(88)@f189803133cd: "gb0-bvc102-UEsim7"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000207'H, index=7 gb0-bvc103-UEsim1(92)@f189803133cd: "gb0-bvc103-UEsim1"Leaving main loop TC_ul_ud-BVCI103(48)@f189803133cd: Removing Client IMSI='262420000000301'H, index=1 gb0-bvc105-UEsim9(120)@f189803133cd: "gb0-bvc105-UEsim9"Leaving main loop TC_ul_ud-BVCI105(55)@f189803133cd: Removing Client IMSI='262420000000509'H, index=9 gb0-bvc102-UEsim6(87)@f189803133cd: "gb0-bvc102-UEsim6"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000206'H, index=6 gb0-bvc107-UEsim5(136)@f189803133cd: "gb0-bvc107-UEsim5"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000705'H, index=5 gb0-bvc108-UEsim6(147)@f189803133cd: "gb0-bvc108-UEsim6"Leaving main loop gb0-bvc102-UEsim2(83)@f189803133cd: "gb0-bvc102-UEsim2"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000806'H, index=6 TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000202'H, index=2 gb0-bvc109-UEsim3(154)@f189803133cd: "gb0-bvc109-UEsim3"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000903'H, index=3 gb0-bvc102-UEsim3(84)@f189803133cd: "gb0-bvc102-UEsim3"Leaving main loop gb0-bvc108-UEsim0(141)@f189803133cd: "gb0-bvc108-UEsim0"Leaving main loop TC_ul_ud-BVCI102(46)@f189803133cd: Removing Client IMSI='262420000000203'H, index=3 TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000800'H, index=0 gb0-bvc109-UEsim7(158)@f189803133cd: "gb0-bvc109-UEsim7"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000907'H, index=7 gb0-bvc108-UEsim8(149)@f189803133cd: "gb0-bvc108-UEsim8"Leaving main loop TC_ul_ud-BVCI108(59)@f189803133cd: Removing Client IMSI='262420000000808'H, index=8 gb0-bvc101-UEsim3(74)@f189803133cd: "gb0-bvc101-UEsim3"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000103'H, index=3 gb0-bvc106-UEsim4(125)@f189803133cd: "gb0-bvc106-UEsim4"Leaving main loop gb0-bvc106-UEsim8(129)@f189803133cd: "gb0-bvc106-UEsim8"Leaving main loop TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000604'H, index=4 TC_ul_ud-BVCI106(57)@f189803133cd: Removing Client IMSI='262420000000608'H, index=8 gb0-bvc107-UEsim9(140)@f189803133cd: "gb0-bvc107-UEsim9"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000709'H, index=9 gb0-bvc107-UEsim7(138)@f189803133cd: "gb0-bvc107-UEsim7"Leaving main loop TC_ul_ud-BVCI107(58)@f189803133cd: Removing Client IMSI='262420000000707'H, index=7 gb0-bvc101-UEsim9(80)@f189803133cd: "gb0-bvc101-UEsim9"Leaving main loop TC_ul_ud-BVCI101(43)@f189803133cd: Removing Client IMSI='262420000000109'H, index=9 gb0-bvc104-UEsim4(105)@f189803133cd: "gb0-bvc104-UEsim4"Leaving main loop TC_ul_ud-BVCI104(51)@f189803133cd: Removing Client IMSI='262420000000404'H, index=4 gb0-bvc109-UEsim0(151)@f189803133cd: "gb0-bvc109-UEsim0"Leaving main loop TC_ul_ud-BVCI109(60)@f189803133cd: Removing Client IMSI='262420000000900'H, index=0 gb0-NSVCI102-NSVCemu102-FRemu(52)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI104-NSVCemu104-FRemu(56)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI103-NSVCemu103-FRemu(53)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI101-NSVCemu101-FRemu(44)@f189803133cd: AF_PACKET Test port (FR): user_stop MTC@f189803133cd: Test case TC_ul_ud finished. Verdict: pass MTC@f189803133cd: Starting external command `../ttcn3-dumpcap-stop.sh FR_Tests.TC_ul_ud pass'. Thu Feb 27 04:07:10 UTC 2025 ====== FR_Tests.TC_ul_ud pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=2951480) MTC@f189803133cd: External command `../ttcn3-dumpcap-stop.sh FR_Tests.TC_ul_ud pass' was executed successfully (exit status: 0). MTC@f189803133cd: Starting external command `../ttcn3-dumpcap-start.sh FR_Tests.TC_ul2dl_ud'. ------ FR_Tests.TC_ul2dl_ud ------ Thu Feb 27 04:07:11 UTC 2025 Waiting for packet dumper to start... 0 MTC@f189803133cd: External command `../ttcn3-dumpcap-start.sh FR_Tests.TC_ul2dl_ud' was executed successfully (exit status: 0). MTC@f189803133cd: Test case TC_ul2dl_ud started. MTC@f189803133cd: Initializing Gb interface 0: NSEI=123 gb0-NSemu(161)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc1", dlci := 21 } }, nsvci := 101 } gb0-NSVCI101-NSVCemu101-provFR(166)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI101(163)@f189803133cd: NSVC 101 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSemu(161)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc2", dlci := 22 } }, nsvci := 102 } gb0-NSVCI101-NSVCemu101-FRemu(168)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI101-NSVCemu101-FRemu(168)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSemu(161)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc3", dlci := 23 } }, nsvci := 103 } gb0-NSVCI101-NSVCemu101-FRemu(168)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc1' gb0-NSVCI102-NSVCemu102-provFR(170)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI102(165)@f189803133cd: NSVC 102 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSVCI103-NSVCemu103-provFR(173)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI103(169)@f189803133cd: NSVC 103 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSemu(161)@f189803133cd: Starting NSVC component for { provider := { fr := { netdev := "hdlc4", dlci := 24 } }, nsvci := 104 } gb0-NSVCI103-NSVCemu103-FRemu(176)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI102-NSVCemu102-FRemu(174)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI102-NSVCemu102-FRemu(174)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI102-NSVCemu102-FRemu(174)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc2' gb0-NSVCI103-NSVCemu103-FRemu(176)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI103-NSVCemu103-FRemu(176)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc3' gb0-NSVCI104-NSVCemu104-provFR(177)@f189803133cd: Warning: Test port parameter sleep_on_enobufs is not supported on port FR. gb0-NSVCI104(172)@f189803133cd: NSVC 104 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) gb0-NSVCI104-NSVCemu104-FRemu(180)@f189803133cd: AF_PACKET Test port (FR): user_start gb0-NSVCI104-NSVCemu104-FRemu(180)@f189803133cd: AF_PACKET Test port (FR): user_map gb0-NSVCI104-NSVCemu104-FRemu(180)@f189803133cd: AF_PACKET Test port (FR): Using AF_PACKET netdev `hdlc4' gb0-BSSGPemu(162)@f189803133cd: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_WAIT_NS_ALIVE_UNBLOCKED (1) TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim0(185), IMSI='262420000000000'H, TLLI='C4D66EDD'O, index=0 gb0-bvc100-UEsim0(185)@f189803133cd: "gb0-bvc100-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim1(186), IMSI='262420000000001'H, TLLI='EF1304E0'O, index=1 gb0-bvc100-UEsim1(186)@f189803133cd: "gb0-bvc100-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim2(187), IMSI='262420000000002'H, TLLI='F72B86F2'O, index=2 gb0-bvc100-UEsim2(187)@f189803133cd: "gb0-bvc100-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim3(188), IMSI='262420000000003'H, TLLI='D00F4725'O, index=3 gb0-bvc100-UEsim3(188)@f189803133cd: "gb0-bvc100-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim4(189), IMSI='262420000000004'H, TLLI='CEEB3264'O, index=4 gb0-bvc100-UEsim4(189)@f189803133cd: "gb0-bvc100-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim5(190), IMSI='262420000000005'H, TLLI='E32593D3'O, index=5 gb0-bvc100-UEsim5(190)@f189803133cd: "gb0-bvc100-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim6(191), IMSI='262420000000006'H, TLLI='E0DC0284'O, index=6 gb0-bvc100-UEsim6(191)@f189803133cd: "gb0-bvc100-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim7(192), IMSI='262420000000007'H, TLLI='C448734C'O, index=7 gb0-bvc100-UEsim7(192)@f189803133cd: "gb0-bvc100-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim8(193), IMSI='262420000000008'H, TLLI='FFC74709'O, index=8 gb0-bvc100-UEsim8(193)@f189803133cd: "gb0-bvc100-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI100(164)@f189803133cd: Adding Client=gb0-bvc100-UEsim9(194), IMSI='262420000000009'H, TLLI='D9491BCC'O, index=9 gb0-bvc100-UEsim9(194)@f189803133cd: "gb0-bvc100-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim0(195), IMSI='262420000000100'H, TLLI='EDA7DBE4'O, index=0 gb0-bvc101-UEsim0(195)@f189803133cd: "gb0-bvc101-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim1(196), IMSI='262420000000101'H, TLLI='E8D6D135'O, index=1 gb0-bvc101-UEsim1(196)@f189803133cd: "gb0-bvc101-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim2(197), IMSI='262420000000102'H, TLLI='CFF7B5F1'O, index=2 gb0-bvc101-UEsim2(197)@f189803133cd: "gb0-bvc101-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim3(198), IMSI='262420000000103'H, TLLI='D1C62442'O, index=3 gb0-bvc101-UEsim3(198)@f189803133cd: "gb0-bvc101-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim4(199), IMSI='262420000000104'H, TLLI='DF326193'O, index=4 gb0-bvc101-UEsim4(199)@f189803133cd: "gb0-bvc101-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim5(200), IMSI='262420000000105'H, TLLI='E37D8975'O, index=5 gb0-bvc101-UEsim5(200)@f189803133cd: "gb0-bvc101-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim6(201), IMSI='262420000000106'H, TLLI='F6BD8222'O, index=6 gb0-bvc101-UEsim6(201)@f189803133cd: "gb0-bvc101-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim7(202), IMSI='262420000000107'H, TLLI='E93A61B3'O, index=7 gb0-bvc101-UEsim7(202)@f189803133cd: "gb0-bvc101-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim8(203), IMSI='262420000000108'H, TLLI='CE0C9F9B'O, index=8 gb0-bvc101-UEsim8(203)@f189803133cd: "gb0-bvc101-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI101(167)@f189803133cd: Adding Client=gb0-bvc101-UEsim9(204), IMSI='262420000000109'H, TLLI='EB491FFF'O, index=9 gb0-bvc101-UEsim9(204)@f189803133cd: "gb0-bvc101-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim0(205), IMSI='262420000000200'H, TLLI='DA7DCDE7'O, index=0 gb0-bvc102-UEsim0(205)@f189803133cd: "gb0-bvc102-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim1(206), IMSI='262420000000201'H, TLLI='DDCFE89B'O, index=1 gb0-bvc102-UEsim1(206)@f189803133cd: "gb0-bvc102-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim2(207), IMSI='262420000000202'H, TLLI='FC8649B7'O, index=2 gb0-bvc102-UEsim2(207)@f189803133cd: "gb0-bvc102-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim3(208), IMSI='262420000000203'H, TLLI='E9630B37'O, index=3 gb0-bvc102-UEsim3(208)@f189803133cd: "gb0-bvc102-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim4(209), IMSI='262420000000204'H, TLLI='D00C9CDB'O, index=4 gb0-bvc102-UEsim4(209)@f189803133cd: "gb0-bvc102-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim5(210), IMSI='262420000000205'H, TLLI='FF1FC1D5'O, index=5 gb0-bvc102-UEsim5(210)@f189803133cd: "gb0-bvc102-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim6(211), IMSI='262420000000206'H, TLLI='D07AD7B3'O, index=6 gb0-bvc102-UEsim6(211)@f189803133cd: "gb0-bvc102-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim7(212), IMSI='262420000000207'H, TLLI='E9DDC689'O, index=7 gb0-bvc102-UEsim7(212)@f189803133cd: "gb0-bvc102-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim8(213), IMSI='262420000000208'H, TLLI='D7EB2359'O, index=8 gb0-bvc102-UEsim8(213)@f189803133cd: "gb0-bvc102-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI102(171)@f189803133cd: Adding Client=gb0-bvc102-UEsim9(214), IMSI='262420000000209'H, TLLI='E046EC1B'O, index=9 gb0-bvc102-UEsim9(214)@f189803133cd: "gb0-bvc102-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim0(215), IMSI='262420000000300'H, TLLI='DE0F48E4'O, index=0 gb0-bvc103-UEsim0(215)@f189803133cd: "gb0-bvc103-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim1(216), IMSI='262420000000301'H, TLLI='D70A2159'O, index=1 gb0-bvc103-UEsim1(216)@f189803133cd: "gb0-bvc103-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim2(217), IMSI='262420000000302'H, TLLI='C4BBB13B'O, index=2 gb0-bvc103-UEsim2(217)@f189803133cd: "gb0-bvc103-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim3(218), IMSI='262420000000303'H, TLLI='EE0A46AE'O, index=3 gb0-bvc103-UEsim3(218)@f189803133cd: "gb0-bvc103-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim4(219), IMSI='262420000000304'H, TLLI='E5FC42B9'O, index=4 gb0-bvc103-UEsim4(219)@f189803133cd: "gb0-bvc103-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim5(220), IMSI='262420000000305'H, TLLI='C37DE675'O, index=5 gb0-bvc103-UEsim5(220)@f189803133cd: "gb0-bvc103-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim6(221), IMSI='262420000000306'H, TLLI='C46C7C14'O, index=6 gb0-bvc103-UEsim6(221)@f189803133cd: "gb0-bvc103-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim7(222), IMSI='262420000000307'H, TLLI='FD32F767'O, index=7 gb0-bvc103-UEsim7(222)@f189803133cd: "gb0-bvc103-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim8(223), IMSI='262420000000308'H, TLLI='F9DA7BC0'O, index=8 gb0-bvc103-UEsim8(223)@f189803133cd: "gb0-bvc103-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI103(175)@f189803133cd: Adding Client=gb0-bvc103-UEsim9(224), IMSI='262420000000309'H, TLLI='E8C70160'O, index=9 gb0-bvc103-UEsim9(224)@f189803133cd: "gb0-bvc103-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim0(225), IMSI='262420000000400'H, TLLI='E0F6F763'O, index=0 gb0-bvc104-UEsim0(225)@f189803133cd: "gb0-bvc104-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim1(226), IMSI='262420000000401'H, TLLI='FD5B3CAF'O, index=1 gb0-bvc104-UEsim1(226)@f189803133cd: "gb0-bvc104-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim2(227), IMSI='262420000000402'H, TLLI='FB81A9AF'O, index=2 gb0-bvc104-UEsim2(227)@f189803133cd: "gb0-bvc104-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim3(228), IMSI='262420000000403'H, TLLI='F48FCA27'O, index=3 gb0-bvc104-UEsim3(228)@f189803133cd: "gb0-bvc104-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim4(229), IMSI='262420000000404'H, TLLI='FFA57C67'O, index=4 gb0-bvc104-UEsim4(229)@f189803133cd: "gb0-bvc104-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim5(230), IMSI='262420000000405'H, TLLI='D3EDD31D'O, index=5 gb0-bvc104-UEsim5(230)@f189803133cd: "gb0-bvc104-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim6(231), IMSI='262420000000406'H, TLLI='D5976F3A'O, index=6 gb0-bvc104-UEsim6(231)@f189803133cd: "gb0-bvc104-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim7(232), IMSI='262420000000407'H, TLLI='CF9B138F'O, index=7 gb0-bvc104-UEsim7(232)@f189803133cd: "gb0-bvc104-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim8(233), IMSI='262420000000408'H, TLLI='F73C637E'O, index=8 gb0-bvc104-UEsim8(233)@f189803133cd: "gb0-bvc104-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI104(178)@f189803133cd: Adding Client=gb0-bvc104-UEsim9(234), IMSI='262420000000409'H, TLLI='DE0A46C2'O, index=9 gb0-bvc104-UEsim9(234)@f189803133cd: "gb0-bvc104-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim0(235), IMSI='262420000000500'H, TLLI='EAABF0D6'O, index=0 gb0-bvc105-UEsim0(235)@f189803133cd: "gb0-bvc105-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim1(236), IMSI='262420000000501'H, TLLI='E0E228C7'O, index=1 gb0-bvc105-UEsim1(236)@f189803133cd: "gb0-bvc105-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim2(237), IMSI='262420000000502'H, TLLI='F97CD757'O, index=2 gb0-bvc105-UEsim2(237)@f189803133cd: "gb0-bvc105-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim3(238), IMSI='262420000000503'H, TLLI='D785D95D'O, index=3 gb0-bvc105-UEsim3(238)@f189803133cd: "gb0-bvc105-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim4(239), IMSI='262420000000504'H, TLLI='D6960EA9'O, index=4 gb0-bvc105-UEsim4(239)@f189803133cd: "gb0-bvc105-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim5(240), IMSI='262420000000505'H, TLLI='C5CAE701'O, index=5 gb0-bvc105-UEsim5(240)@f189803133cd: "gb0-bvc105-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim6(241), IMSI='262420000000506'H, TLLI='EFD4034F'O, index=6 gb0-bvc105-UEsim6(241)@f189803133cd: "gb0-bvc105-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim7(242), IMSI='262420000000507'H, TLLI='D745F5FA'O, index=7 gb0-bvc105-UEsim7(242)@f189803133cd: "gb0-bvc105-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim8(243), IMSI='262420000000508'H, TLLI='FE087B44'O, index=8 gb0-bvc105-UEsim8(243)@f189803133cd: "gb0-bvc105-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI105(179)@f189803133cd: Adding Client=gb0-bvc105-UEsim9(244), IMSI='262420000000509'H, TLLI='C6157C8E'O, index=9 gb0-bvc105-UEsim9(244)@f189803133cd: "gb0-bvc105-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim0(245), IMSI='262420000000600'H, TLLI='C45169B8'O, index=0 gb0-bvc106-UEsim0(245)@f189803133cd: "gb0-bvc106-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim1(246), IMSI='262420000000601'H, TLLI='EFAE32C4'O, index=1 gb0-bvc106-UEsim1(246)@f189803133cd: "gb0-bvc106-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim2(247), IMSI='262420000000602'H, TLLI='D05A1BF5'O, index=2 gb0-bvc106-UEsim2(247)@f189803133cd: "gb0-bvc106-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim3(248), IMSI='262420000000603'H, TLLI='F430955B'O, index=3 gb0-bvc106-UEsim3(248)@f189803133cd: "gb0-bvc106-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim4(249), IMSI='262420000000604'H, TLLI='FBFD7AF9'O, index=4 gb0-bvc106-UEsim4(249)@f189803133cd: "gb0-bvc106-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim5(250), IMSI='262420000000605'H, TLLI='E5D863FD'O, index=5 gb0-bvc106-UEsim5(250)@f189803133cd: "gb0-bvc106-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim6(251), IMSI='262420000000606'H, TLLI='EE2A63BE'O, index=6 gb0-bvc106-UEsim6(251)@f189803133cd: "gb0-bvc106-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim7(252), IMSI='262420000000607'H, TLLI='C0E8FCFE'O, index=7 gb0-bvc106-UEsim7(252)@f189803133cd: "gb0-bvc106-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim8(253), IMSI='262420000000608'H, TLLI='CF4CC0B2'O, index=8 gb0-bvc106-UEsim8(253)@f189803133cd: "gb0-bvc106-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI106(181)@f189803133cd: Adding Client=gb0-bvc106-UEsim9(254), IMSI='262420000000609'H, TLLI='F9C95D6C'O, index=9 gb0-bvc106-UEsim9(254)@f189803133cd: "gb0-bvc106-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim0(255), IMSI='262420000000700'H, TLLI='DC4EB849'O, index=0 gb0-bvc107-UEsim0(255)@f189803133cd: "gb0-bvc107-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim1(256), IMSI='262420000000701'H, TLLI='F1B2EF9B'O, index=1 gb0-bvc107-UEsim1(256)@f189803133cd: "gb0-bvc107-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim2(257), IMSI='262420000000702'H, TLLI='F4613460'O, index=2 gb0-bvc107-UEsim2(257)@f189803133cd: "gb0-bvc107-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim3(258), IMSI='262420000000703'H, TLLI='CCED3DB3'O, index=3 gb0-bvc107-UEsim3(258)@f189803133cd: "gb0-bvc107-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim4(259), IMSI='262420000000704'H, TLLI='F11CEF62'O, index=4 gb0-bvc107-UEsim4(259)@f189803133cd: "gb0-bvc107-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim5(260), IMSI='262420000000705'H, TLLI='D603AF66'O, index=5 gb0-bvc107-UEsim5(260)@f189803133cd: "gb0-bvc107-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim6(261), IMSI='262420000000706'H, TLLI='C3199128'O, index=6 gb0-bvc107-UEsim6(261)@f189803133cd: "gb0-bvc107-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim7(262), IMSI='262420000000707'H, TLLI='CA7A715D'O, index=7 gb0-bvc107-UEsim7(262)@f189803133cd: "gb0-bvc107-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim8(263), IMSI='262420000000708'H, TLLI='F3227BCF'O, index=8 gb0-bvc107-UEsim8(263)@f189803133cd: "gb0-bvc107-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI107(182)@f189803133cd: Adding Client=gb0-bvc107-UEsim9(264), IMSI='262420000000709'H, TLLI='CB751479'O, index=9 gb0-bvc107-UEsim9(264)@f189803133cd: "gb0-bvc107-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim0(265), IMSI='262420000000800'H, TLLI='DA4DBDBE'O, index=0 gb0-bvc108-UEsim0(265)@f189803133cd: "gb0-bvc108-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim1(266), IMSI='262420000000801'H, TLLI='E796D69B'O, index=1 gb0-bvc108-UEsim1(266)@f189803133cd: "gb0-bvc108-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim2(267), IMSI='262420000000802'H, TLLI='C3BFE494'O, index=2 gb0-bvc108-UEsim2(267)@f189803133cd: "gb0-bvc108-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim3(268), IMSI='262420000000803'H, TLLI='EFAB2044'O, index=3 gb0-bvc108-UEsim3(268)@f189803133cd: "gb0-bvc108-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim4(269), IMSI='262420000000804'H, TLLI='C5B09998'O, index=4 gb0-bvc108-UEsim4(269)@f189803133cd: "gb0-bvc108-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim5(270), IMSI='262420000000805'H, TLLI='E44A95F5'O, index=5 gb0-bvc108-UEsim5(270)@f189803133cd: "gb0-bvc108-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim6(271), IMSI='262420000000806'H, TLLI='CF4392F1'O, index=6 gb0-bvc108-UEsim6(271)@f189803133cd: "gb0-bvc108-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim7(272), IMSI='262420000000807'H, TLLI='F237E3E5'O, index=7 gb0-bvc108-UEsim7(272)@f189803133cd: "gb0-bvc108-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim8(273), IMSI='262420000000808'H, TLLI='F726CEDD'O, index=8 gb0-bvc108-UEsim8(273)@f189803133cd: "gb0-bvc108-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI108(183)@f189803133cd: Adding Client=gb0-bvc108-UEsim9(274), IMSI='262420000000809'H, TLLI='E0B0AE6A'O, index=9 gb0-bvc108-UEsim9(274)@f189803133cd: "gb0-bvc108-UEsim9" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim0(275), IMSI='262420000000900'H, TLLI='F88017B6'O, index=0 gb0-bvc109-UEsim0(275)@f189803133cd: "gb0-bvc109-UEsim0" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim1(276), IMSI='262420000000901'H, TLLI='C9EA2902'O, index=1 gb0-bvc109-UEsim1(276)@f189803133cd: "gb0-bvc109-UEsim1" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim2(277), IMSI='262420000000902'H, TLLI='DF9C6FCD'O, index=2 gb0-bvc109-UEsim2(277)@f189803133cd: "gb0-bvc109-UEsim2" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim3(278), IMSI='262420000000903'H, TLLI='E0E23ED0'O, index=3 gb0-bvc109-UEsim3(278)@f189803133cd: "gb0-bvc109-UEsim3" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim4(279), IMSI='262420000000904'H, TLLI='CEF36CA9'O, index=4 gb0-bvc109-UEsim4(279)@f189803133cd: "gb0-bvc109-UEsim4" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim5(280), IMSI='262420000000905'H, TLLI='F261C422'O, index=5 gb0-bvc109-UEsim5(280)@f189803133cd: "gb0-bvc109-UEsim5" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim6(281), IMSI='262420000000906'H, TLLI='ED9D8177'O, index=6 gb0-bvc109-UEsim6(281)@f189803133cd: "gb0-bvc109-UEsim6" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim7(282), IMSI='262420000000907'H, TLLI='EA90005B'O, index=7 gb0-bvc109-UEsim7(282)@f189803133cd: "gb0-bvc109-UEsim7" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim8(283), IMSI='262420000000908'H, TLLI='D9F3D82B'O, index=8 gb0-bvc109-UEsim8(283)@f189803133cd: "gb0-bvc109-UEsim8" Waiting for BVC-UNBLOCK TC_ul2dl_ud-BVCI109(184)@f189803133cd: Adding Client=gb0-bvc109-UEsim9(284), IMSI='262420000000909'H, TLLI='D7A76385'O, index=9 gb0-bvc109-UEsim9(284)@f189803133cd: "gb0-bvc109-UEsim9" Waiting for BVC-UNBLOCK gb0-NSVCI101-NSVCemu101-FRemu(168)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI103-NSVCemu103-FRemu(176)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI102-NSVCemu102-FRemu(174)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI104-NSVCemu104-FRemu(180)@f189803133cd: Detecting no more service affecting condition after N392 consecutive good cycles gb0-NSVCI101(163)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI103(169)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI102(165)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI101(163)@f189803133cd: NSVC 101 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI102(165)@f189803133cd: NSVC 102 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI103(169)@f189803133cd: NSVC 103 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI104(172)@f189803133cd: Provider Link came up: sending NS-RESET gb0-NSVCI101(163)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI101(163)@f189803133cd: NSVC 101 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI102(165)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI102(165)@f189803133cd: NSVC 102 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI103(169)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI103(169)@f189803133cd: NSVC 103 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-NSVCI104(172)@f189803133cd: NSVC 104 State Transition: NSVC_S_WAIT_RESET (2) -> NSVC_S_ALIVE_BLOCKED (3) gb0-NSVCI104(172)@f189803133cd: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test gb0-NSVCI104(172)@f189803133cd: NSVC 104 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) gb0-BSSGPemu(162)@f189803133cd: BVCI(0) Rx BVC-RESET-ACK gb0-BSSGPemu(162)@f189803133cd: BVCI(0) State Transition: BVC_S_WAIT_NS_ALIVE_UNBLOCKED (1) -> BVC_S_UNBLOCKED (3) TC_ul2dl_ud-BVCI107(182)@f189803133cd: BVCI(107) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc107-UEsim4(259)@f189803133cd: "gb0-bvc107-UEsim4" Entering main loop gb0-bvc107-UEsim3(258)@f189803133cd: "gb0-bvc107-UEsim3" Entering main loop gb0-bvc107-UEsim2(257)@f189803133cd: "gb0-bvc107-UEsim2" Entering main loop gb0-bvc107-UEsim0(255)@f189803133cd: "gb0-bvc107-UEsim0" Entering main loop gb0-bvc107-UEsim5(260)@f189803133cd: "gb0-bvc107-UEsim5" Entering main loop gb0-bvc107-UEsim6(261)@f189803133cd: "gb0-bvc107-UEsim6" Entering main loop gb0-bvc107-UEsim1(256)@f189803133cd: "gb0-bvc107-UEsim1" Entering main loop gb0-bvc107-UEsim7(262)@f189803133cd: "gb0-bvc107-UEsim7" Entering main loop gb0-bvc107-UEsim9(264)@f189803133cd: "gb0-bvc107-UEsim9" Entering main loop gb0-bvc107-UEsim8(263)@f189803133cd: "gb0-bvc107-UEsim8" Entering main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: BVCI(100) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc100-UEsim0(185)@f189803133cd: "gb0-bvc100-UEsim0" Entering main loop gb0-bvc100-UEsim3(188)@f189803133cd: "gb0-bvc100-UEsim3" Entering main loop gb0-bvc100-UEsim4(189)@f189803133cd: "gb0-bvc100-UEsim4" Entering main loop gb0-bvc100-UEsim6(191)@f189803133cd: "gb0-bvc100-UEsim6" Entering main loop gb0-bvc100-UEsim5(190)@f189803133cd: "gb0-bvc100-UEsim5" Entering main loop gb0-bvc100-UEsim1(186)@f189803133cd: "gb0-bvc100-UEsim1" Entering main loop gb0-bvc100-UEsim8(193)@f189803133cd: "gb0-bvc100-UEsim8" Entering main loop gb0-bvc100-UEsim9(194)@f189803133cd: "gb0-bvc100-UEsim9" Entering main loop gb0-bvc100-UEsim7(192)@f189803133cd: "gb0-bvc100-UEsim7" Entering main loop gb0-bvc100-UEsim2(187)@f189803133cd: "gb0-bvc100-UEsim2" Entering main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: BVCI(109) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc109-UEsim0(275)@f189803133cd: "gb0-bvc109-UEsim0" Entering main loop gb0-bvc109-UEsim2(277)@f189803133cd: "gb0-bvc109-UEsim2" Entering main loop gb0-bvc109-UEsim5(280)@f189803133cd: "gb0-bvc109-UEsim5" Entering main loop gb0-bvc109-UEsim4(279)@f189803133cd: "gb0-bvc109-UEsim4" Entering main loop gb0-bvc109-UEsim3(278)@f189803133cd: "gb0-bvc109-UEsim3" Entering main loop gb0-bvc109-UEsim1(276)@f189803133cd: "gb0-bvc109-UEsim1" Entering main loop gb0-bvc109-UEsim7(282)@f189803133cd: "gb0-bvc109-UEsim7" Entering main loop gb0-bvc109-UEsim8(283)@f189803133cd: "gb0-bvc109-UEsim8" Entering main loop gb0-bvc109-UEsim9(284)@f189803133cd: "gb0-bvc109-UEsim9" Entering main loop gb0-bvc109-UEsim6(281)@f189803133cd: "gb0-bvc109-UEsim6" Entering main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: BVCI(102) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc102-UEsim0(205)@f189803133cd: "gb0-bvc102-UEsim0" Entering main loop gb0-bvc102-UEsim1(206)@f189803133cd: "gb0-bvc102-UEsim1" Entering main loop gb0-bvc102-UEsim2(207)@f189803133cd: "gb0-bvc102-UEsim2" Entering main loop gb0-bvc102-UEsim7(212)@f189803133cd: "gb0-bvc102-UEsim7" Entering main loop gb0-bvc102-UEsim3(208)@f189803133cd: "gb0-bvc102-UEsim3" Entering main loop gb0-bvc102-UEsim4(209)@f189803133cd: "gb0-bvc102-UEsim4" Entering main loop gb0-bvc102-UEsim5(210)@f189803133cd: "gb0-bvc102-UEsim5" Entering main loop gb0-bvc102-UEsim6(211)@f189803133cd: "gb0-bvc102-UEsim6" Entering main loop gb0-bvc102-UEsim9(214)@f189803133cd: "gb0-bvc102-UEsim9" Entering main loop gb0-bvc102-UEsim8(213)@f189803133cd: "gb0-bvc102-UEsim8" Entering main loop TC_ul2dl_ud-BVCI106(181)@f189803133cd: BVCI(106) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc106-UEsim0(245)@f189803133cd: "gb0-bvc106-UEsim0" Entering main loop gb0-bvc106-UEsim4(249)@f189803133cd: "gb0-bvc106-UEsim4" Entering main loop gb0-bvc106-UEsim6(251)@f189803133cd: "gb0-bvc106-UEsim6" Entering main loop gb0-bvc106-UEsim1(246)@f189803133cd: "gb0-bvc106-UEsim1" Entering main loop gb0-bvc106-UEsim8(253)@f189803133cd: "gb0-bvc106-UEsim8" Entering main loop gb0-bvc106-UEsim5(250)@f189803133cd: "gb0-bvc106-UEsim5" Entering main loop gb0-bvc106-UEsim2(247)@f189803133cd: "gb0-bvc106-UEsim2" Entering main loop gb0-bvc106-UEsim3(248)@f189803133cd: "gb0-bvc106-UEsim3" Entering main loop gb0-bvc106-UEsim7(252)@f189803133cd: "gb0-bvc106-UEsim7" Entering main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: BVCI(105) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc105-UEsim0(235)@f189803133cd: "gb0-bvc105-UEsim0" Entering main loop gb0-bvc105-UEsim1(236)@f189803133cd: "gb0-bvc105-UEsim1" Entering main loop gb0-bvc105-UEsim5(240)@f189803133cd: "gb0-bvc105-UEsim5" Entering main loop gb0-bvc105-UEsim9(244)@f189803133cd: "gb0-bvc105-UEsim9" Entering main loop gb0-bvc105-UEsim3(238)@f189803133cd: "gb0-bvc105-UEsim3" Entering main loop gb0-bvc105-UEsim8(243)@f189803133cd: "gb0-bvc105-UEsim8" Entering main loop gb0-bvc105-UEsim7(242)@f189803133cd: "gb0-bvc105-UEsim7" Entering main loop gb0-bvc105-UEsim6(241)@f189803133cd: "gb0-bvc105-UEsim6" Entering main loop gb0-bvc105-UEsim2(237)@f189803133cd: "gb0-bvc105-UEsim2" Entering main loop gb0-bvc105-UEsim4(239)@f189803133cd: "gb0-bvc105-UEsim4" Entering main loop gb0-bvc106-UEsim9(254)@f189803133cd: "gb0-bvc106-UEsim9" Entering main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: BVCI(101) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc101-UEsim1(196)@f189803133cd: "gb0-bvc101-UEsim1" Entering main loop gb0-bvc101-UEsim3(198)@f189803133cd: "gb0-bvc101-UEsim3" Entering main loop gb0-bvc101-UEsim6(201)@f189803133cd: "gb0-bvc101-UEsim6" Entering main loop gb0-bvc101-UEsim8(203)@f189803133cd: "gb0-bvc101-UEsim8" Entering main loop gb0-bvc101-UEsim4(199)@f189803133cd: "gb0-bvc101-UEsim4" Entering main loop gb0-bvc101-UEsim9(204)@f189803133cd: "gb0-bvc101-UEsim9" Entering main loop gb0-bvc101-UEsim5(200)@f189803133cd: "gb0-bvc101-UEsim5" Entering main loop gb0-bvc101-UEsim7(202)@f189803133cd: "gb0-bvc101-UEsim7" Entering main loop gb0-bvc101-UEsim2(197)@f189803133cd: "gb0-bvc101-UEsim2" Entering main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: BVCI(104) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc104-UEsim2(227)@f189803133cd: "gb0-bvc104-UEsim2" Entering main loop gb0-bvc104-UEsim1(226)@f189803133cd: "gb0-bvc104-UEsim1" Entering main loop gb0-bvc104-UEsim6(231)@f189803133cd: "gb0-bvc104-UEsim6" Entering main loop gb0-bvc104-UEsim3(228)@f189803133cd: "gb0-bvc104-UEsim3" Entering main loop gb0-bvc104-UEsim9(234)@f189803133cd: "gb0-bvc104-UEsim9" Entering main loop gb0-bvc104-UEsim5(230)@f189803133cd: "gb0-bvc104-UEsim5" Entering main loop gb0-bvc104-UEsim4(229)@f189803133cd: "gb0-bvc104-UEsim4" Entering main loop gb0-bvc104-UEsim7(232)@f189803133cd: "gb0-bvc104-UEsim7" Entering main loop gb0-bvc104-UEsim0(225)@f189803133cd: "gb0-bvc104-UEsim0" Entering main loop gb0-bvc104-UEsim8(233)@f189803133cd: "gb0-bvc104-UEsim8" Entering main loop gb0-bvc101-UEsim0(195)@f189803133cd: "gb0-bvc101-UEsim0" Entering main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: BVCI(108) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc108-UEsim0(265)@f189803133cd: "gb0-bvc108-UEsim0" Entering main loop gb0-bvc108-UEsim1(266)@f189803133cd: "gb0-bvc108-UEsim1" Entering main loop gb0-bvc108-UEsim4(269)@f189803133cd: "gb0-bvc108-UEsim4" Entering main loop gb0-bvc108-UEsim6(271)@f189803133cd: "gb0-bvc108-UEsim6" Entering main loop gb0-bvc108-UEsim9(274)@f189803133cd: "gb0-bvc108-UEsim9" Entering main loop gb0-bvc108-UEsim3(268)@f189803133cd: "gb0-bvc108-UEsim3" Entering main loop gb0-bvc108-UEsim8(273)@f189803133cd: "gb0-bvc108-UEsim8" Entering main loop gb0-bvc108-UEsim2(267)@f189803133cd: "gb0-bvc108-UEsim2" Entering main loop gb0-bvc108-UEsim5(270)@f189803133cd: "gb0-bvc108-UEsim5" Entering main loop gb0-bvc108-UEsim7(272)@f189803133cd: "gb0-bvc108-UEsim7" Entering main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: BVCI(103) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) gb0-bvc103-UEsim1(216)@f189803133cd: "gb0-bvc103-UEsim1" Entering main loop gb0-bvc103-UEsim6(221)@f189803133cd: "gb0-bvc103-UEsim6" Entering main loop gb0-bvc103-UEsim0(215)@f189803133cd: "gb0-bvc103-UEsim0" Entering main loop gb0-bvc103-UEsim2(217)@f189803133cd: "gb0-bvc103-UEsim2" Entering main loop gb0-bvc103-UEsim8(223)@f189803133cd: "gb0-bvc103-UEsim8" Entering main loop gb0-bvc103-UEsim3(218)@f189803133cd: "gb0-bvc103-UEsim3" Entering main loop gb0-bvc103-UEsim4(219)@f189803133cd: "gb0-bvc103-UEsim4" Entering main loop gb0-bvc103-UEsim9(224)@f189803133cd: "gb0-bvc103-UEsim9" Entering main loop gb0-bvc103-UEsim5(220)@f189803133cd: "gb0-bvc103-UEsim5" Entering main loop gb0-bvc103-UEsim7(222)@f189803133cd: "gb0-bvc103-UEsim7" Entering main loop gb0-bvc100-UEsim6(191)@f189803133cd: "gb0-bvc100-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000006'H, index=6 gb0-bvc107-UEsim6(261)@f189803133cd: "gb0-bvc107-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000706'H, index=6 gb0-bvc109-UEsim3(278)@f189803133cd: "gb0-bvc109-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000903'H, index=3 gb0-bvc107-UEsim4(259)@f189803133cd: "gb0-bvc107-UEsim4"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000704'H, index=4 gb0-bvc100-UEsim7(192)@f189803133cd: "gb0-bvc100-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000007'H, index=7 gb0-bvc109-UEsim5(280)@f189803133cd: "gb0-bvc109-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000905'H, index=5 gb0-bvc103-UEsim9(224)@f189803133cd: "gb0-bvc103-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000309'H, index=9 gb0-bvc105-UEsim8(243)@f189803133cd: "gb0-bvc105-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000508'H, index=8 gb0-bvc105-UEsim0(235)@f189803133cd: "gb0-bvc105-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000500'H, index=0 gb0-bvc103-UEsim6(221)@f189803133cd: "gb0-bvc103-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000306'H, index=6 gb0-bvc105-UEsim9(244)@f189803133cd: "gb0-bvc105-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000509'H, index=9 gb0-bvc105-UEsim7(242)@f189803133cd: "gb0-bvc105-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000507'H, index=7 gb0-bvc103-UEsim3(218)@f189803133cd: "gb0-bvc103-UEsim3"Leaving main loop gb0-bvc107-UEsim2(257)@f189803133cd: "gb0-bvc107-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000702'H, index=2 TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000303'H, index=3 gb0-bvc108-UEsim4(269)@f189803133cd: "gb0-bvc108-UEsim4"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000804'H, index=4 gb0-bvc108-UEsim0(265)@f189803133cd: "gb0-bvc108-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000800'H, index=0 gb0-bvc100-UEsim1(186)@f189803133cd: "gb0-bvc100-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000001'H, index=1 gb0-bvc109-UEsim1(276)@f189803133cd: "gb0-bvc109-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000901'H, index=1 gb0-bvc101-UEsim0(195)@f189803133cd: "gb0-bvc101-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000100'H, index=0 gb0-bvc101-UEsim3(198)@f189803133cd: "gb0-bvc101-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000103'H, index=3 gb0-bvc108-UEsim9(274)@f189803133cd: "gb0-bvc108-UEsim9"Leaving main loop gb0-bvc106-UEsim8(253)@f189803133cd: "gb0-bvc106-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000809'H, index=9 TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000608'H, index=8 gb0-bvc104-UEsim3(228)@f189803133cd: "gb0-bvc104-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000403'H, index=3 gb0-bvc108-UEsim2(267)@f189803133cd: "gb0-bvc108-UEsim2"Leaving main loop gb0-bvc109-UEsim4(279)@f189803133cd: "gb0-bvc109-UEsim4"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000904'H, index=4 gb0-bvc103-UEsim0(215)@f189803133cd: "gb0-bvc103-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000300'H, index=0 gb0-bvc104-UEsim8(233)@f189803133cd: "gb0-bvc104-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000408'H, index=8 TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000802'H, index=2 gb0-bvc100-UEsim4(189)@f189803133cd: "gb0-bvc100-UEsim4"Leaving main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000004'H, index=4 gb0-bvc106-UEsim1(246)@f189803133cd: "gb0-bvc106-UEsim1"Leaving main loop gb0-bvc106-UEsim6(251)@f189803133cd: "gb0-bvc106-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000601'H, index=1 TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000606'H, index=6 gb0-bvc108-UEsim3(268)@f189803133cd: "gb0-bvc108-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000803'H, index=3 gb0-bvc103-UEsim8(223)@f189803133cd: "gb0-bvc103-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000308'H, index=8 gb0-bvc104-UEsim9(234)@f189803133cd: "gb0-bvc104-UEsim9"Leaving main loop gb0-bvc104-UEsim0(225)@f189803133cd: "gb0-bvc104-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000409'H, index=9 TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000400'H, index=0 gb0-bvc108-UEsim5(270)@f189803133cd: "gb0-bvc108-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000805'H, index=5 gb0-bvc100-UEsim2(187)@f189803133cd: "gb0-bvc100-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000002'H, index=2 gb0-bvc109-UEsim0(275)@f189803133cd: "gb0-bvc109-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000900'H, index=0 gb0-bvc101-UEsim4(199)@f189803133cd: "gb0-bvc101-UEsim4"Leaving main loop gb0-bvc101-UEsim2(197)@f189803133cd: "gb0-bvc101-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000104'H, index=4 gb0-bvc104-UEsim2(227)@f189803133cd: "gb0-bvc104-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000402'H, index=2 TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000102'H, index=2 gb0-bvc100-UEsim9(194)@f189803133cd: "gb0-bvc100-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000009'H, index=9 gb0-bvc103-UEsim7(222)@f189803133cd: "gb0-bvc103-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000307'H, index=7 gb0-bvc108-UEsim1(266)@f189803133cd: "gb0-bvc108-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000801'H, index=1 gb0-bvc104-UEsim6(231)@f189803133cd: "gb0-bvc104-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000406'H, index=6 gb0-bvc106-UEsim4(249)@f189803133cd: "gb0-bvc106-UEsim4"Leaving main loop TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000604'H, index=4 gb0-bvc104-UEsim4(229)@f189803133cd: "gb0-bvc104-UEsim4"Leaving main loop gb0-bvc102-UEsim8(213)@f189803133cd: "gb0-bvc102-UEsim8"Leaving main loop gb0-bvc106-UEsim9(254)@f189803133cd: "gb0-bvc106-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000208'H, index=8 TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000404'H, index=4 TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000609'H, index=9 gb0-bvc102-UEsim4(209)@f189803133cd: "gb0-bvc102-UEsim4"Leaving main loop gb0-bvc107-UEsim5(260)@f189803133cd: "gb0-bvc107-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000705'H, index=5 TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000204'H, index=4 gb0-bvc102-UEsim0(205)@f189803133cd: "gb0-bvc102-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000200'H, index=0 gb0-bvc104-UEsim1(226)@f189803133cd: "gb0-bvc104-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000401'H, index=1 gb0-bvc105-UEsim2(237)@f189803133cd: "gb0-bvc105-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000502'H, index=2 gb0-bvc101-UEsim1(196)@f189803133cd: "gb0-bvc101-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000101'H, index=1 gb0-bvc101-UEsim6(201)@f189803133cd: "gb0-bvc101-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000106'H, index=6 gb0-bvc107-UEsim7(262)@f189803133cd: "gb0-bvc107-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000707'H, index=7 gb0-bvc103-UEsim2(217)@f189803133cd: "gb0-bvc103-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000302'H, index=2 gb0-bvc103-UEsim4(219)@f189803133cd: "gb0-bvc103-UEsim4"Leaving main loop gb0-bvc106-UEsim5(250)@f189803133cd: "gb0-bvc106-UEsim5"Leaving main loop gb0-bvc107-UEsim3(258)@f189803133cd: "gb0-bvc107-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000703'H, index=3 TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000605'H, index=5 gb0-bvc107-UEsim9(264)@f189803133cd: "gb0-bvc107-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000709'H, index=9 gb0-bvc100-UEsim5(190)@f189803133cd: "gb0-bvc100-UEsim5"Leaving main loop gb0-bvc106-UEsim2(247)@f189803133cd: "gb0-bvc106-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000304'H, index=4 TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000602'H, index=2 TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000005'H, index=5 gb0-bvc107-UEsim1(256)@f189803133cd: "gb0-bvc107-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000701'H, index=1 gb0-bvc106-UEsim3(248)@f189803133cd: "gb0-bvc106-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000603'H, index=3 gb0-bvc101-UEsim8(203)@f189803133cd: "gb0-bvc101-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000108'H, index=8 gb0-bvc106-UEsim0(245)@f189803133cd: "gb0-bvc106-UEsim0"Leaving main loop gb0-bvc107-UEsim8(263)@f189803133cd: "gb0-bvc107-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000708'H, index=8 TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000600'H, index=0 gb0-bvc102-UEsim7(212)@f189803133cd: "gb0-bvc102-UEsim7"Leaving main loop gb0-bvc106-UEsim7(252)@f189803133cd: "gb0-bvc106-UEsim7"Leaving main loop gb0-bvc109-UEsim7(282)@f189803133cd: "gb0-bvc109-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI106(181)@f189803133cd: Removing Client IMSI='262420000000607'H, index=7 TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000207'H, index=7 gb0-bvc100-UEsim0(185)@f189803133cd: "gb0-bvc100-UEsim0"Leaving main loop gb0-bvc100-UEsim3(188)@f189803133cd: "gb0-bvc100-UEsim3"Leaving main loop gb0-bvc104-UEsim5(230)@f189803133cd: "gb0-bvc104-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000405'H, index=5 TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000907'H, index=7 TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000000'H, index=0 TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000003'H, index=3 gb0-bvc102-UEsim9(214)@f189803133cd: "gb0-bvc102-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000209'H, index=9 gb0-bvc104-UEsim7(232)@f189803133cd: "gb0-bvc104-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI104(178)@f189803133cd: Removing Client IMSI='262420000000407'H, index=7 gb0-bvc102-UEsim5(210)@f189803133cd: "gb0-bvc102-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000205'H, index=5 gb0-bvc105-UEsim1(236)@f189803133cd: "gb0-bvc105-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000501'H, index=1 gb0-bvc109-UEsim6(281)@f189803133cd: "gb0-bvc109-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000906'H, index=6 gb0-bvc103-UEsim5(220)@f189803133cd: "gb0-bvc103-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000305'H, index=5 gb0-bvc101-UEsim9(204)@f189803133cd: "gb0-bvc101-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000109'H, index=9 gb0-bvc105-UEsim3(238)@f189803133cd: "gb0-bvc105-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000503'H, index=3 gb0-bvc108-UEsim8(273)@f189803133cd: "gb0-bvc108-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000808'H, index=8 gb0-bvc105-UEsim6(241)@f189803133cd: "gb0-bvc105-UEsim6"Leaving main loop gb0-bvc108-UEsim6(271)@f189803133cd: "gb0-bvc108-UEsim6"Leaving main loop gb0-bvc109-UEsim2(277)@f189803133cd: "gb0-bvc109-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000902'H, index=2 TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000506'H, index=6 gb0-bvc105-UEsim4(239)@f189803133cd: "gb0-bvc105-UEsim4"Leaving main loop gb0-bvc102-UEsim2(207)@f189803133cd: "gb0-bvc102-UEsim2"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000504'H, index=4 gb0-bvc101-UEsim7(202)@f189803133cd: "gb0-bvc101-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000202'H, index=2 TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000806'H, index=6 gb0-bvc102-UEsim1(206)@f189803133cd: "gb0-bvc102-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000107'H, index=7 TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000201'H, index=1 gb0-bvc102-UEsim3(208)@f189803133cd: "gb0-bvc102-UEsim3"Leaving main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000203'H, index=3 gb0-bvc109-UEsim8(283)@f189803133cd: "gb0-bvc109-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000908'H, index=8 gb0-bvc109-UEsim9(284)@f189803133cd: "gb0-bvc109-UEsim9"Leaving main loop TC_ul2dl_ud-BVCI109(184)@f189803133cd: Removing Client IMSI='262420000000909'H, index=9 gb0-bvc102-UEsim6(211)@f189803133cd: "gb0-bvc102-UEsim6"Leaving main loop TC_ul2dl_ud-BVCI102(171)@f189803133cd: Removing Client IMSI='262420000000206'H, index=6 gb0-bvc101-UEsim5(200)@f189803133cd: "gb0-bvc101-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI101(167)@f189803133cd: Removing Client IMSI='262420000000105'H, index=5 gb0-bvc105-UEsim5(240)@f189803133cd: "gb0-bvc105-UEsim5"Leaving main loop TC_ul2dl_ud-BVCI105(179)@f189803133cd: Removing Client IMSI='262420000000505'H, index=5 gb0-bvc107-UEsim0(255)@f189803133cd: "gb0-bvc107-UEsim0"Leaving main loop TC_ul2dl_ud-BVCI107(182)@f189803133cd: Removing Client IMSI='262420000000700'H, index=0 gb0-bvc100-UEsim8(193)@f189803133cd: "gb0-bvc100-UEsim8"Leaving main loop TC_ul2dl_ud-BVCI100(164)@f189803133cd: Removing Client IMSI='262420000000008'H, index=8 gb0-bvc103-UEsim1(216)@f189803133cd: "gb0-bvc103-UEsim1"Leaving main loop TC_ul2dl_ud-BVCI103(175)@f189803133cd: Removing Client IMSI='262420000000301'H, index=1 gb0-bvc108-UEsim7(272)@f189803133cd: "gb0-bvc108-UEsim7"Leaving main loop TC_ul2dl_ud-BVCI108(183)@f189803133cd: Removing Client IMSI='262420000000807'H, index=7 gb0-NSVCI103-NSVCemu103-FRemu(176)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI101-NSVCemu101-FRemu(168)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI104-NSVCemu104-FRemu(180)@f189803133cd: AF_PACKET Test port (FR): user_stop gb0-NSVCI102-NSVCemu102-FRemu(174)@f189803133cd: AF_PACKET Test port (FR): user_stop MTC@f189803133cd: Test case TC_ul2dl_ud finished. Verdict: pass MTC@f189803133cd: Starting external command `../ttcn3-dumpcap-stop.sh FR_Tests.TC_ul2dl_ud pass'. Thu Feb 27 04:07:47 UTC 2025 ====== FR_Tests.TC_ul2dl_ud pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=8895552) Waiting for packet dumper to finish... 1 (prev_count=8895552, count=8941800) MTC@f189803133cd: External command `../ttcn3-dumpcap-stop.sh FR_Tests.TC_ul2dl_ud pass' was executed successfully (exit status: 0). MC@f189803133cd: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@f189803133cd: Terminating MTC. MC@f189803133cd: MTC terminated. MC2> exit MC@f189803133cd: Shutting down session. MC@f189803133cd: Shutdown complete. No expected results found, not comparing outcome. (/osmo-ttcn3-hacks/fr/expected-results.xml) + exit_code=0 + /osmo-ttcn3-hacks/log_merge.sh FR_Tests --rm Generated FR_Tests.TC_bvc_bringup.merged Generated FR_Tests.TC_ul2dl_ud.merged Generated FR_Tests.TC_ul_ud.merged Removing Input log files !!! + exit 0 + clean_up_common + set +e + set +x ### Clean up ### + trap - EXIT INT TERM 0 + type clean_up + clean_up + docker_kill_wait jenkins-ttcn3-fr-test-1463-frnet + docker kill jenkins-ttcn3-fr-test-1463-frnet jenkins-ttcn3-fr-test-1463-frnet + docker wait jenkins-ttcn3-fr-test-1463-frnet 137 + docker logs --timestamps jenkins-ttcn3-fr-test-1463-ttcn3-fr-test 2025-02-27T04:06:26.952928049Z + SUBDIR=fr 2025-02-27T04:06:26.952967285Z + SUITE=FR_Tests 2025-02-27T04:06:26.953023534Z + '[' -n hdlc8 ']' 2025-02-27T04:06:26.953030903Z + echo 'Waiting for hdlc8 to appear' 2025-02-27T04:06:26.953046257Z + pipework --wait -i hdlc8 2025-02-27T04:06:28.973667852Z + true 2025-02-27T04:06:28.973740687Z + '[' '!' -f /sys/class/net/hdlc8/flags ']' 2025-02-27T04:06:28.974449649Z ++ cat /sys/class/net/hdlc8/flags 2025-02-27T04:06:28.978602684Z + FLAGS=0x91 2025-02-27T04:06:28.978637987Z + let 'FLAG_UP=0x91&1' 2025-02-27T04:06:28.978648623Z + '[' 1 = 1 ']' 2025-02-27T04:06:28.978656186Z + break 2025-02-27T04:06:28.978663463Z + cd /data 2025-02-27T04:06:28.978682976Z + EXTRA_ARGS= 2025-02-27T04:06:28.978698995Z + '[' -n '' ']' 2025-02-27T04:06:28.978778664Z + /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/fr/FR_Tests FR_Tests.cfg 2025-02-27T04:07:50.165336106Z + exit_code=0 2025-02-27T04:07:50.165566943Z + /osmo-ttcn3-hacks/log_merge.sh FR_Tests --rm 2025-02-27T04:08:34.692498702Z + exit 0 + docker logs --timestamps jenkins-ttcn3-fr-test-1463-frnet 2025-02-27T04:06:24.883018912Z + SUBDIR=fr-net 2025-02-27T04:06:24.883078671Z + SUITE=FRNET_Tests 2025-02-27T04:06:24.883085781Z + '[' -n hdlcnet8 ']' 2025-02-27T04:06:24.883129486Z + echo 'Waiting for hdlcnet8 to appear' 2025-02-27T04:06:24.883140015Z + pipework --wait -i hdlcnet8 2025-02-27T04:06:26.913352303Z + true 2025-02-27T04:06:26.913383148Z + '[' '!' -f /sys/class/net/hdlcnet8/flags ']' 2025-02-27T04:06:26.913869029Z ++ cat /sys/class/net/hdlcnet8/flags 2025-02-27T04:06:26.916147609Z + FLAGS=0x91 2025-02-27T04:06:26.916167373Z + let 'FLAG_UP=0x91&1' 2025-02-27T04:06:26.916173276Z + '[' 1 = 1 ']' 2025-02-27T04:06:26.916177677Z + break 2025-02-27T04:06:26.916182086Z + cd /data 2025-02-27T04:06:26.916186421Z + EXTRA_ARGS= 2025-02-27T04:06:26.916190686Z + '[' -n '' ']' 2025-02-27T04:06:26.916195076Z + /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/fr-net/FRNET_Tests FRNET_Tests.cfg + docker container rm jenkins-ttcn3-fr-test-1463-frnet jenkins-ttcn3-fr-test-1463-ttcn3-fr-test jenkins-ttcn3-fr-test-1463-frnet jenkins-ttcn3-fr-test-1463-ttcn3-fr-test + network_clean + docker network+ inspectgrep Name ttcn3-fr-test-196 + cut -d : -f2 + awk -F" NR>1{print $2} + local containers= + [ -n ] + network_remove + set +x Removing network ttcn3-fr-test-196 + docker network remove ttcn3-fr-test-196 ttcn3-fr-test-196 + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/unix + fix_perms + set +x Fixing permissions + id -u + id -g + docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/_cache:/cache --name jenkins-ttcn3-fr-test-1463-cleaner debian:bookworm sh -e -x -c chmod -R a+rX /data/ /cache/ chown -R 1003:1003 /data /cache + chmod -R a+rX /data/ /cache/ + chown -R 1003:1003 /data /cache + collect_logs + cat /home/osmocom-build/jenkins/workspace/ttcn3-fr-test/logs/fr-tester/junit-xml-32.log <?xml version="1.0"?> <testsuite name='Titan' tests='3' failures='0' errors='0' skipped='0' inconc='0' time='81.00'> <testcase classname='FR_Tests' name='TC_bvc_bringup' time='5.389488'/> <testcase classname='FR_Tests' name='TC_ul_ud' time='31.812390'/> <testcase classname='FR_Tests' name='TC_ul2dl_ud' time='34.872269'/> </testsuite> Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS