Skip to content

Console Output

Started by timer
Building remotely on build2-deb9build-ansible (ttcn3 obs osmo-gsm-tester-build osmocom-gerrit-debian9 osmocom-master-debian9 coverity) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.osmocom.org/docker-playground
 > git init /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest # timeout=10
Fetching upstream changes from git://git.osmocom.org/docker-playground
 > git --version # timeout=10
 > git fetch --tags --progress git://git.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.osmocom.org/docker-playground # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.osmocom.org/docker-playground # timeout=10
Fetching upstream changes from git://git.osmocom.org/docker-playground
 > git fetch --tags --progress git://git.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/*
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/master
Seen branch in repository origin/neels/wip
Seen branch in repository origin/osmith/fix-bsc-tests
Seen branch in repository origin/osmith/pcu-tests
Seen branch in repository origin/osmith/repo-install-test
Seen branch in repository origin/osmith/retry-release-download
Seen branch in repository origin/osmith/tagged-release-tarballs
Seen branch in repository origin/osmith/ttcn3-gsmtap
Seen branch in repository origin/osmith/ttcn3-latest-fixes
Seen branch in repository origin/pmaier/test_26072019
Seen branch in repository origin/refsf/for/master/dyn-pdch
Seen 14 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 625b49fd01c99e0a6deb99188a3969696330551f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 625b49fd01c99e0a6deb99188a3969696330551f
Commit message: "sgsn: enable Iu tests"
 > git rev-list --no-walk 625b49fd01c99e0a6deb99188a3969696330551f # timeout=10
[ttcn3-pcu-test-latest] $ /bin/sh -xe /tmp/jenkins5169270938600044165.sh
+ echo ttcn3-pcu-test-latest
+ sed s/-latest$//
+ cd ttcn3-pcu-test
+ IMAGE_SUFFIX=latest ./jenkins.sh
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest = x ]
+ VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs
+ mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs
+ [ xjenkins-ttcn3-pcu-test-latest-218 = x ]
+ basename /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/ttcn3-pcu-test
+ SUITE_NAME=ttcn3-pcu-test
+ NET_NAME=ttcn3-pcu-test
+ IMAGE_SUFFIX=latest
+ docker_images_require debian-stretch-build osmo-pcu-latest debian-stretch-titan ttcn3-pcu-test
+ local from_line
+ local pull_arg
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../debian-stretch-build/Dockerfile
+ from_line=FROM debian:stretch
+ echo FROM debian:stretch
+ grep -q $USER
+ echo Building image: debian-stretch-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: debian-stretch-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ PULL=--pull make -C ../debian-stretch-build
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/debian-stretch-build'
docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--pull -t docker.io/osmocom-build/debian-stretch-build:latest .
Sending build context to Docker daemon  4.608kB

Step 1/3 : FROM debian:stretch
stretch: Pulling from library/debian
Digest: sha256:5fb93ce7a427b7c1c2374d5c29d68a159de7d5e781deeda422f8d51a1a9b6480
Status: Image is up to date for debian:stretch
 ---> cb15ecf641ad
Step 2/3 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> 9676e129accb
Step 3/3 : RUN	apt-get update && 	apt-get upgrade -y && 	apt-get install -y --no-install-recommends 		autoconf 		autoconf-archive 		autogen 		automake 		bison 		build-essential 		cppcheck 		debhelper 		devscripts 		dh-autoreconf 		dh-systemd 		doxygen 		flex 		g++ 		gawk 		gcc 		git 		git-buildpackage 		gnupg 		libc-ares-dev 		libdbd-sqlite3 		libdbi-dev 		libfftw3-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libncurses5-dev 		libortp-dev 		libpcap-dev 		libpcsclite-dev 		libtalloc-dev 		libtool 		libreadline-dev 		libsctp-dev 		libsofia-sip-ua-glib-dev 		libsqlite3-dev 		libssl-dev 		libusb-dev 		libusb-1.0-0-dev 		make 		pkg-config 		sqlite3 		wget && 	apt-get clean
 ---> Using cache
 ---> 84957b1ffdb4
[Warning] One or more build-args [OSMO_NITB_BRANCH OSMO_PCU_BRANCH OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMO_SGSN_BRANCH OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH OSMO_BTS_BRANCH OSMO_MSC_BRANCH OSMO_STP_BRANCH USER] were not consumed
Successfully built 84957b1ffdb4
Successfully tagged osmocom-build/debian-stretch-build:latest
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/debian-stretch-build'
+ docker_image_exists debian-stretch-build
+ docker images -q osmocom-build/debian-stretch-build
+ test -n 84957b1ffdb4
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../osmo-pcu-latest/Dockerfile
+ from_line=FROM debian:stretch
+ echo FROM debian:stretch
+ grep -q $USER
+ echo Building image: osmo-pcu-latest (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: osmo-pcu-latest (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ PULL=--pull make -C ../osmo-pcu-latest
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/osmo-pcu-latest'
docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--pull -t docker.io/osmocom-build/osmo-pcu-latest:latest .
Sending build context to Docker daemon  8.704kB

Step 1/15 : FROM debian:stretch
stretch: Pulling from library/debian
Digest: sha256:5fb93ce7a427b7c1c2374d5c29d68a159de7d5e781deeda422f8d51a1a9b6480
Status: Image is up to date for debian:stretch
 ---> cb15ecf641ad
Step 2/15 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> 9676e129accb
Step 3/15 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> 8bf571920781
Step 4/15 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 78f8b2dd6f7b
Step 5/15 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 121d609cf087
Step 6/15 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		gnupg
 ---> Using cache
 ---> 777a7f3a67bf
Step 7/15 : RUN	apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list
 ---> Using cache
 ---> b58829269f74
Step 8/15 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 0044dfaf1dfa
Step 9/15 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		telnet 		osmo-pcu && 	apt-get clean
 ---> Using cache
 ---> 51cfcb6886d2
Step 10/15 : ADD	respawn.sh /usr/local/bin/respawn.sh
 ---> Using cache
 ---> 2a704eeed210
Step 11/15 : WORKDIR	/tmp
 ---> Using cache
 ---> f0ca09857e5b
Step 12/15 : VOLUME	/data
 ---> Using cache
 ---> 8ed4adbf2dfe
Step 13/15 : COPY	osmo-pcu.cfg /data/osmo-pcu.cfg
 ---> Using cache
 ---> b97fbf45adfb
Step 14/15 : WORKDIR	/data
 ---> Using cache
 ---> 8e7b2a251324
Step 15/15 : CMD	["/usr/bin/osmo-pcu"]
 ---> Using cache
 ---> a183dc15eba6
[Warning] One or more build-args [OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMO_NITB_BRANCH OSMO_SIP_BRANCH OSMO_BSC_BRANCH OSMO_HLR_BRANCH OSMO_PCU_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH USER OSMO_GGSN_BRANCH OSMO_MSC_BRANCH] were not consumed
Successfully built a183dc15eba6
Successfully tagged osmocom-build/osmo-pcu-latest:latest
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/osmo-pcu-latest'
+ docker_image_exists osmo-pcu-latest
+ docker images -q osmocom-build/osmo-pcu-latest
+ test -n a183dc15eba6
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../debian-stretch-titan/Dockerfile
+ from_line=FROM debian:stretch
+ echo+  FROM debian:stretch
grep -q $USER
+ echo Building image: debian-stretch-titan (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: debian-stretch-titan (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ PULL=--pull make -C ../debian-stretch-titan
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/debian-stretch-titan'
docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--pull -t docker.io/osmocom-build/debian-stretch-titan:latest .
Sending build context to Docker daemon  7.168kB

Step 1/12 : FROM debian:stretch
stretch: Pulling from library/debian
Digest: sha256:5fb93ce7a427b7c1c2374d5c29d68a159de7d5e781deeda422f8d51a1a9b6480
Status: Image is up to date for debian:stretch
 ---> cb15ecf641ad
Step 2/12 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> 9676e129accb
Step 3/12 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> 8bf571920781
Step 4/12 : RUN	apt-get update && apt-get install -y 		gnupg
 ---> Using cache
 ---> 3a3d81d6f389
Step 5/12 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 9511716296e9
Step 6/12 : RUN	apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list
 ---> Using cache
 ---> 15816e35d756
Step 7/12 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 8645a1dfd5ac
Step 8/12 : RUN	apt-get update && apt-get install -y 	eclipse-titan
 ---> Using cache
 ---> 588401b71ead
Step 9/12 : RUN	apt-get update && 	apt-get upgrade -y && 	apt-get -y install 		build-essential 		git 		procps 		tcpdump 		vim 		&& 	apt-get clean
 ---> Using cache
 ---> d7a140327d6c
Step 10/12 : RUN	sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h
 ---> Using cache
 ---> 6b09e7419374
Step 11/12 : RUN	apt-get update && 	apt-get -y install wget
 ---> Using cache
 ---> 128c8e51ffb1
Step 12/12 : RUN	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.1_amd64.deb && 	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.1_amd64.deb && 	apt install ./libfftranscode0_0.1_amd64.deb ./libfftranscode-dev_0.1_amd64.deb && 	rm libfftranscode*.deb
 ---> Using cache
 ---> bb1473845472
[Warning] One or more build-args [OSMO_HLR_BRANCH OSMO_BSC_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMO_MSC_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH OSMO_NITB_BRANCH OSMO_SGSN_BRANCH OSMO_TTCN3_BRANCH OSMO_BTS_BRANCH OSMO_GGSN_BRANCH USER] were not consumed
Successfully built bb1473845472
Successfully tagged osmocom-build/debian-stretch-titan:latest
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/debian-stretch-titan'
+ docker_image_exists debian-stretch-titan
+ docker images -q osmocom-build/debian-stretch-titan
+ test -n bb1473845472
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-pcu-test/Dockerfile
+ from_line=FROM	$USER/debian-stretch-titan
+ echo FROM	$USER/debian-stretch-titan
+ grep -q $USER
+ pull_arg=
+ echo Building image: ttcn3-pcu-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: ttcn3-pcu-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ PULL= make -C ../ttcn3-pcu-test
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/ttcn3-pcu-test'
docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	 -t docker.io/osmocom-build/ttcn3-pcu-test:latest .
Sending build context to Docker daemon  13.82kB

Step 1/13 : ARG	USER
Step 2/13 : FROM	$USER/debian-stretch-titan
 ---> bb1473845472
Step 3/13 : RUN	mkdir /root/projects && (cd /root/projects && ln -sf / git)
 ---> Using cache
 ---> 85fdde66ae6b
Step 4/13 : RUN	git clone git://git.osmocom.org/osmo-ttcn3-hacks.git
 ---> Using cache
 ---> 11e1271b97e5
Step 5/13 : RUN	cd osmo-ttcn3-hacks && 	git checkout -f -B master origin/master && 	make deps
 ---> Using cache
 ---> 21e85105852f
Step 6/13 : RUN	git config --global user.email docker@dock.er && 	git config --global user.name "Dock Er"
 ---> Using cache
 ---> dbc05178c978
Step 7/13 : ARG	OSMO_TTCN3_BRANCH="master"
 ---> Using cache
 ---> 17a2b9877fed
Step 8/13 : ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit

 ---> Using cache
 ---> b6d6d3d7e23c
Step 9/13 : RUN	cd osmo-ttcn3-hacks && 	git fetch && 	git checkout $OSMO_TTCN3_BRANCH && 	(git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_TTCN3_BRANCH || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && 	make pcu
 ---> Using cache
 ---> 053335d33656
Step 10/13 : VOLUME	/data
 ---> Using cache
 ---> 6de9e9c79561
Step 11/13 : RUN	ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh / && 	ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /
 ---> Using cache
 ---> 04387bb6bbee
Step 12/13 : COPY	PCU_Tests.cfg /data/PCU_Tests.cfg
 ---> Using cache
 ---> 4c1d7f6d03cf
Step 13/13 : CMD	cd /data && 	/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/pcu/PCU_Tests; 	exit_code=$?; 	/osmo-ttcn3-hacks/log_merge.sh PCU_Tests --rm; 	exit $exit_code
 ---> Using cache
 ---> 735ce5ca9af7
[Warning] One or more build-args [OSMO_IUH_BRANCH OSMO_MSC_BRANCH OSMO_BSC_BRANCH OSMO_HLR_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_GGSN_BRANCH OSMO_STP_BRANCH OSMO_NITB_BRANCH OSMO_SIP_BRANCH] were not consumed
Successfully built 735ce5ca9af7
Successfully tagged osmocom-build/ttcn3-pcu-test:latest
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/ttcn3-pcu-test'
+ docker_image_exists ttcn3-pcu-test
+ docker images -q osmocom-build/ttcn3-pcu-test
+ test -n 735ce5ca9af7
+ network_create 172.18.13.0/24
+ NET=172.18.13.0/24
+ docker network ls
+ grep -q ttcn3-pcu-test
+ echo Creating network ttcn3-pcu-test
Creating network ttcn3-pcu-test
+ docker network create --internal --subnet 172.18.13.0/24 ttcn3-pcu-test
df2a70db48310c4589b81f6ca52835d1765b7f32d49b493975b38ebbafaf467c
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu-tester
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu-tester/unix
+ cp PCU_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu-tester/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu/unix
+ cp osmo-pcu.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/unix
+ echo Starting container with PCU
Starting container with PCU
+ docker run --rm --network ttcn3-pcu-test --ip 172.18.13.101 -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-latest-218-pcu -d osmocom-build/osmo-pcu-latest /usr/local/bin/respawn.sh osmo-pcu -c /data/osmo-pcu.cfg
f6d1de127bc482d738f5cfbaf921326c64b8b3313c5cd3296ddeaa090098c6a6
+ echo Starting container with PCU testsuite
Starting container with PCU testsuite
+ docker run --rm --network ttcn3-pcu-test --ip 172.18.13.10 -e TTCN3_PCAP_PATH=/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu-tester:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-latest-218-ttcn3-pcu-test osmocom-build/ttcn3-pcu-test
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli PCU_Tests.cfg

*************************************************************************
* TTCN-3 Test Executor - Main Controller 2                              *
* Version: CRL 113 200/6 R5A                                            *
* Copyright (c) 2000-2018 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: PCU_Tests.cfg
MC@0bc78cc2da50: Unix server socket created successfully.
MC@0bc78cc2da50: Listening on TCP port 41189.
MC2> 0bc78cc2da50 is the default
spawn /osmo-ttcn3-hacks/pcu/PCU_Tests 0bc78cc2da50 41189
TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R5A
MC@0bc78cc2da50: New HC connected from 0bc78cc2da50 [172.18.13.10]. 0bc78cc2da50: Linux 4.9.0-5-amd64 on x86_64.
cmtc
MC@0bc78cc2da50: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@0bc78cc2da50: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file.
HC@0bc78cc2da50: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file.
HC@0bc78cc2da50: Warning: Option `LoggerPlugins' was given more than once in section [LOGGING] of the configuration file.
HC@0bc78cc2da50: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@0bc78cc2da50: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file.
HC@0bc78cc2da50: Warning: Option `BeginTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file.
HC@0bc78cc2da50: Warning: Option `EndTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file.
HC@0bc78cc2da50: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file.
HC@0bc78cc2da50: Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in
MC@0bc78cc2da50: Configuration file was processed on all HCs.
MC@0bc78cc2da50: Creating MTC on host 0bc78cc2da50.
MC@0bc78cc2da50: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset'.
------ PCU_Tests_RAW.TC_ns_reset ------
Fri Sep 27 02:51:30 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_reset started.
MTC@0bc78cc2da50: Start timer g_T_guard: 60 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: Test case TC_ns_reset finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset pass'.
Fri Sep 27 02:51:35 UTC 2019
====== PCU_Tests_RAW.TC_ns_reset pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=920)
Waiting for packet dumper to finish... 1 (prev_count=920, count=1330)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset_retrans'.
------ PCU_Tests_RAW.TC_ns_reset_retrans ------
Fri Sep 27 02:51:37 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset_retrans' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_reset_retrans started.
MTC@0bc78cc2da50: Start timer g_T_guard: 60 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: Test case TC_ns_reset_retrans finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset_retrans pass'.
Fri Sep 27 02:51:49 UTC 2019
====== PCU_Tests_RAW.TC_ns_reset_retrans pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=536)
Waiting for packet dumper to finish... 1 (prev_count=536, count=738)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset_retrans pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive'.
------ PCU_Tests_RAW.TC_ns_alive ------
Fri Sep 27 02:51:51 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_alive started.
MTC@0bc78cc2da50: Start timer g_T_guard: 60 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@0bc78cc2da50: Test case TC_ns_alive finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive pass'.
Fri Sep 27 02:51:54 UTC 2019
====== PCU_Tests_RAW.TC_ns_alive pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=24)
Waiting for packet dumper to finish... 1 (prev_count=24, count=348)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset'.
------ PCU_Tests_RAW.TC_ns_alive_timeout_reset ------
Fri Sep 27 02:51:56 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_alive_timeout_reset started.
MTC@0bc78cc2da50: Start timer g_T_guard: 100 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: Test case TC_ns_alive_timeout_reset finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset pass'.
Fri Sep 27 02:53:02 UTC 2019
====== PCU_Tests_RAW.TC_ns_alive_timeout_reset pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=1489)
Waiting for packet dumper to finish... 1 (prev_count=1489, count=1691)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock'.
------ PCU_Tests_RAW.TC_ns_unblock ------
Fri Sep 27 02:53:04 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_unblock started.
MTC@0bc78cc2da50: Start timer g_T_guard: 60 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '06'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@0bc78cc2da50: Test case TC_ns_unblock finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock pass'.
Fri Sep 27 02:53:07 UTC 2019
====== PCU_Tests_RAW.TC_ns_unblock pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=24)
Waiting for packet dumper to finish... 1 (prev_count=24, count=491)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock_retrans'.
------ PCU_Tests_RAW.TC_ns_unblock_retrans ------
Fri Sep 27 02:53:09 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock_retrans' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_unblock_retrans started.
MTC@0bc78cc2da50: Start timer g_T_guard: 60 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '06'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '06'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@0bc78cc2da50: Test case TC_ns_unblock_retrans finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock_retrans pass'.
Fri Sep 27 02:53:42 UTC 2019
====== PCU_Tests_RAW.TC_ns_unblock_retrans pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=524)
Waiting for packet dumper to finish... 1 (prev_count=524, count=850)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock_retrans pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_full_bringup'.
------ PCU_Tests_RAW.TC_ns_full_bringup ------
Fri Sep 27 02:53:44 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_full_bringup' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_full_bringup started.
MTC@0bc78cc2da50: Start timer g_T_guard: 60 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '06'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '2204820000078108088862F224334F0051E0'O } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '2204820000078108088862F224334F0051E0'O } }
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O ("\""), bVCI := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, unstructured_value := '0000'O }, cause := { iEI := '07'O ("\a"), ext := '1'B, lengthIndicator := { length1 := 1 }, cause_Value := '08'O ("\b") }, cell_Identifier := { iEI := '08'O ("\b"), ext := '1'B, lengthIndicator := { length1 := 8 }, mccDigit1 := '2'H, mccDigit2 := '6'H, mccDigit3 := '2'H, mncDigit3 := 'F'H, mncDigit1 := '4'H, mncDigit2 := '2'H, lac := '334F'O ("3O"), rac := '00'O, cI_value := '51E0'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '2304820000088862F224334F0051E0'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '000000002304820000088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '22048204D2078108088862F224334F0051E0'O } }
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O ("\""), bVCI := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, unstructured_value := '04D2'O }, cause := { iEI := '07'O ("\a"), ext := '1'B, lengthIndicator := { length1 := 1 }, cause_Value := '08'O ("\b") }, cell_Identifier := { iEI := '08'O ("\b"), ext := '1'B, lengthIndicator := { length1 := 8 }, mccDigit1 := '2'H, mccDigit2 := '6'H, mccDigit3 := '2'H, mncDigit3 := 'F'H, mncDigit1 := '4'H, mncDigit2 := '2'H, lac := '334F'O ("3O"), rac := '00'O, cI_value := '51E0'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '23048204D2088862F224334F0051E0'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '24048204D2'O } }
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_BVC_UNBLOCK := { bssgpPduType := '24'O ("$"), bVCI := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, unstructured_value := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '25048204D2'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '04D2'O, nS_SDU := '261E8101058200FA038200C8018200FA1C8200C806820000'O } }
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O
MTC@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_FLOW_CONTROL_BVC := { bssgpPduType := '26'O ("&"), tag := { iEI := '1E'O, ext := '1'B, lengthIndicator := { length1 := 1 }, unstructured_Value := '01'O }, bVC_Bucket_Size := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 2 }, bmax := '00FA'O }, bucket_Leak_Rate := { iEI := '03'O, ext := '1'B, lengthIndicator := { length1 := 2 }, r_Value := '00C8'O }, bmax_default_MS := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, bmax := '00FA'O }, r_default_MS := { iEI := '1C'O, ext := '1'B, lengthIndicator := { length1 := 2 }, r_default_MS_value := '00C8'O }, bucket_Full_Ratio := omit, bVC_Measurement := { iEI := '06'O, ext := '1'B, lengthIndicator := { length1 := 2 }, delay_Value := '0000'O }, flow_Control_Granularity := omit } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '04D2'O, nS_SDU := '271E8101'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O
MTC@0bc78cc2da50: Test case TC_ns_full_bringup finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_full_bringup pass'.
Fri Sep 27 02:54:17 UTC 2019
====== PCU_Tests_RAW.TC_ns_full_bringup pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=853)
Waiting for packet dumper to finish... 1 (prev_count=853, count=1591)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_full_bringup pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_so_block'.
------ PCU_Tests_RAW.TC_ns_so_block ------
Fri Sep 27 02:54:19 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_so_block' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_ns_so_block started.
MTC@0bc78cc2da50: Start timer g_T_guard: 60 s
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '06'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0A'O ("\n")
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '2204820000078108088862F224334F0051E0'O } }
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0B'O ("\v")
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Block := { nsPduType := '04'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '02'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O } } }
MTC@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '04008102018204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '05018204D2'O
MTC@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Block_Ack := { nsPduType := '05'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O } } }
MTC@0bc78cc2da50: Test case TC_ns_so_block finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_so_block pass'.
Fri Sep 27 02:54:22 UTC 2019
====== PCU_Tests_RAW.TC_ns_so_block pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=24)
Waiting for packet dumper to finish... 1 (prev_count=24, count=746)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_so_block pass' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_pcuif_suspend'.
------ PCU_Tests_RAW.TC_pcuif_suspend ------
Fri Sep 27 02:54:24 UTC 2019
Waiting for packet dumper to start... 0
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_pcuif_suspend' was executed successfully (exit status: 0).
MTC@0bc78cc2da50: Test case TC_pcuif_suspend started.
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP[0].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP[1].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP[2].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SIG[0].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SIG[1].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SIG[2].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC[0].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC[1].
MTC@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC[2].
MTC@0bc78cc2da50: enc_RoutingAreaIdentification(): Encoding @GSM_RR_Types.RoutingAreaIdentification: { lai := { mcc_mnc := '262F42'H, lac := 13135 }, rac := 0 }
MTC@0bc78cc2da50: enc_RoutingAreaIdentification(): Stream after encoding: '62F224334F00'O
MTC@0bc78cc2da50: Start timer T: 5 s
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_TXT_IND (112), bts_nr := 0, spare := '0000'O, u := { txt_ind := { txt_type := PCU_VERSION (0), text := "0.7.0" } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_INFO_IND (50), bts_nr := 0, spare := '0000'O, u := { info_ind := { version := 9, flags := { bts_active := true, sysmo_direct_dsp := false, spare := '00000000000000'B, cs1 := true, cs2 := true, cs3 := true, cs4 := true, mcs1 := true, mcs2 := true, mcs3 := true, mcs4 := true, mcs5 := true, mcs6 := true, mcs7 := true, mcs8 := true, mcs9 := true, spare2 := '000'B }, trx := { { arfcn := 871, pdch_mask := '00000001'B, spare := '00'O, tsc := '0707070707070707'O ("\a\a\a\a\a\a\a\a"), hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 }, { arfcn := 0, pdch_mask := '00000000'B, spare := '00'O, tsc := '0000000000000000'O, hLayer1 := 0 } }, bsic := 7, mcc := 262, mnc := 42, mnc_3_digits := 0, lac := 13135, rac := 0, nsei := 1234, nse_timer := { 3, 3, 3, 3, 30, 3, 10 }, cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 }, cell_id := 20960, repeat_time := 250, repeat_count := 3, bvci := 1234, t3142 := 20, t3169 := 5, t3191 := 5, t3193_10ms := 160, t3195 := 5, t3101 := 10, t3103 := 4, t3105 := 8, cv_countdown := 15, dl_tbf_ext := 2500, ul_tbf_ext := 2500, initial_cs := 2, initial_mcs := 6, nsvci := { 1234, 0 }, local_pprt := { 23000, 0 }, remote_port := { 23000, 0 }, remote_ip := { '0A0D12AC'O, '00000000'O } } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@0bc78cc2da50: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_ACT_REQ (64), bts_nr := 0, spare := '0000'O, u := { act_req := { is_activate := 1, trx_nr := 0, ts_nr := 7, spare := '00'O } } }
3@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port NS_SP.
4@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSCP.
4@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SP.
4@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SP_SIG.
4@0bc78cc2da50: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC.
MTC@0bc78cc2da50: Start timer T: 10 s
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Reset := { nsPduType := '02'O, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '01'O }, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
3@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Reset_Ack := { nsPduType := '03'O, nS_VCI := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nS_VCI := '04D2'O }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O } } }
3@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
3@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
3@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '06'O
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
3@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
3@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
3@0bc78cc2da50: Warning: Stopping inactive timer Tns_block.
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '2204820000078108088862F224334F0051E0'O } }
3@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F224334F0051E0'O
3@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O ("\""), bVCI := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, unstructured_value := '0000'O }, cause := { iEI := '07'O ("\a"), ext := '1'B, lengthIndicator := { length1 := 1 }, cause_Value := '08'O ("\b") }, cell_Identifier := { iEI := '08'O ("\b"), ext := '1'B, lengthIndicator := { length1 := 8 }, mccDigit1 := '2'H, mccDigit2 := '6'H, mccDigit3 := '2'H, mncDigit3 := 'F'H, mncDigit1 := '4'H, mncDigit2 := '2'H, lac := '334F'O ("3O"), rac := '00'O, cI_value := '51E0'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } }
3@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '2304820000088862F224334F0051E0'O } }
3@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '000000002304820000088862F224334F0051E0'O
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F224334F0051E0'O
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '22048204D2078108088862F224334F0051E0'O } }
3@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F224334F0051E0'O
3@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O ("\""), bVCI := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, unstructured_value := '04D2'O }, cause := { iEI := '07'O ("\a"), ext := '1'B, lengthIndicator := { length1 := 1 }, cause_Value := '08'O ("\b") }, cell_Identifier := { iEI := '08'O ("\b"), ext := '1'B, lengthIndicator := { length1 := 8 }, mccDigit1 := '2'H, mccDigit2 := '6'H, mccDigit3 := '2'H, mncDigit3 := 'F'H, mncDigit1 := '4'H, mncDigit2 := '2'H, lac := '334F'O ("3O"), rac := '00'O, cI_value := '51E0'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } }
3@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '23048204D2088862F224334F0051E0'O } }
3@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088862F224334F0051E0'O
MTC@0bc78cc2da50: Start timer T: 1 s
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '24048204D2'O } }
3@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O
3@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_BVC_UNBLOCK := { bssgpPduType := '24'O ("$"), bVCI := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, unstructured_value := '04D2'O } } }
3@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '25048204D2'O } }
3@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '04D2'O, nS_SDU := '261E8101058200FA038200C8018200FA1C8200C806820000'O } }
3@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O
3@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_FLOW_CONTROL_BVC := { bssgpPduType := '26'O ("&"), tag := { iEI := '1E'O, ext := '1'B, lengthIndicator := { length1 := 1 }, unstructured_Value := '01'O }, bVC_Bucket_Size := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 2 }, bmax := '00FA'O }, bucket_Leak_Rate := { iEI := '03'O, ext := '1'B, lengthIndicator := { length1 := 2 }, r_Value := '00C8'O }, bmax_default_MS := { iEI := '01'O, ext := '1'B, lengthIndicator := { length1 := 2 }, bmax := '00FA'O }, r_default_MS := { iEI := '1C'O, ext := '1'B, lengthIndicator := { length1 := 2 }, r_default_MS_value := '00C8'O }, bucket_Full_Ratio := omit, bVC_Measurement := { iEI := '06'O, ext := '1'B, lengthIndicator := { length1 := 2 }, delay_Value := '0000'O }, flow_Control_Granularity := omit } }
3@0bc78cc2da50: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '04D2'O, nS_SDU := '271E8101'O } }
3@0bc78cc2da50: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O
MTC@0bc78cc2da50: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_SUSP_REQ (3), bts_nr := 0, spare := '0000'O, u := { susp_req := { tlli := 'FFFFFFFF'O, ra_id := '62F224334F00'O, cause := 0 } } }
MTC@0bc78cc2da50: enc_PCUIF_Message(): Stream after encoding: '03000000FFFFFFFF62F224334F00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
3@0bc78cc2da50: dec_PDU_NS(): Stream before decoding: '000000000B1F84FFFFFFFF1B8662F224334F00'O
3@0bc78cc2da50: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unitdata := { nsPduType := '00'O, nS_SDU_ControlBits := { rBit := '0'B, cBit := '0'B, spare := '000000'B }, bVCI := '0000'O, nS_SDU := '0B1F84FFFFFFFF1B8662F224334F00'O } }
3@0bc78cc2da50: dec_PDU_BSSGP(): Stream before decoding: '0B1F84FFFFFFFF1B8662F224334F00'O
3@0bc78cc2da50: dec_PDU_BSSGP(): Decoded @BSSGP_Types.PDU_BSSGP: { pDU_BSSGP_SUSPEND := { bssgpPduType := '0B'O ("\v"), tLLI := { iEI := '1F'O, ext := '1'B, lengthIndicator := { length1 := 4 }, tLLI_Value := 'FFFFFFFF'O }, routeing_Area := { iEI := '1B'O, ext := '1'B, lengthIndicator := { length1 := 6 }, mccDigit1 := '2'H, mccDigit2 := '6'H, mccDigit3 := '2'H, mncDigit3 := 'F'H, mncDigit1 := '4'H, mncDigit2 := '2'H, lac := '334F'O ("3O"), rac := '00'O } } }
MTC@0bc78cc2da50: Test case TC_pcuif_suspend finished. Verdict: pass
MTC@0bc78cc2da50: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_pcuif_suspend pass'.
Fri Sep 27 02:54:31 UTC 2019
====== PCU_Tests_RAW.TC_pcuif_suspend pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=1725)
Waiting for packet dumper to finish... 1 (prev_count=1725, count=1804)
MTC@0bc78cc2da50: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_pcuif_suspend pass' was executed successfully (exit status: 0).
MC@0bc78cc2da50: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@0bc78cc2da50: Terminating MTC.
MC@0bc78cc2da50: MTC terminated.
MC2> exit
MC@0bc78cc2da50: Shutting down session.
MC@0bc78cc2da50: Shutdown complete.
Comparing expected results /osmo-ttcn3-hacks/pcu/expected-results.xml against results in junit-xml-20.log
--------------------
skipped PCU_Tests.TC_ul_tbf_single_llc_sizes
skipped PCU_Tests.TC_ul_tbf
skipped PCU_Tests.TC_selftest_ns
skipped PCU_Tests.TC_paging
NEW-pass PCU_Tests_RAW.TC_ns_reset
NEW-pass PCU_Tests_RAW.TC_ns_reset_retrans
NEW-pass PCU_Tests_RAW.TC_ns_alive
NEW-pass PCU_Tests_RAW.TC_ns_alive_timeout_reset
NEW-pass PCU_Tests_RAW.TC_ns_unblock
NEW-pass PCU_Tests_RAW.TC_ns_unblock_retrans
NEW-pass PCU_Tests_RAW.TC_ns_full_bringup
NEW-pass PCU_Tests_RAW.TC_ns_so_block
NEW-pass PCU_Tests_RAW.TC_pcuif_suspend
--------------------
4 skipped
9 new

(Please update the expected results: removed=4 new=9)
Generated PCU_Tests.TC_ns_alive.merged
Generated PCU_Tests.TC_ns_alive_timeout_reset.merged
Generated PCU_Tests.TC_ns_full_bringup.merged
Generated PCU_Tests.TC_ns_reset.merged
Generated PCU_Tests.TC_ns_reset_retrans.merged
Generated PCU_Tests.TC_ns_so_block.merged
Generated PCU_Tests.TC_ns_unblock.merged
Generated PCU_Tests.TC_ns_unblock_retrans.merged
Generated PCU_Tests.TC_pcuif_suspend.merged
Removing Input log files !!!
+ echo Stopping containers
Stopping containers
+ docker container kill jenkins-ttcn3-pcu-test-latest-218-pcu
jenkins-ttcn3-pcu-test-latest-218-pcu
+ network_remove
+ echo Removing network ttcn3-pcu-test
Removing network ttcn3-pcu-test
+ docker network remove ttcn3-pcu-test
ttcn3-pcu-test
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/unix
+ collect_logs
+ fix_perms
+ docker_image_exists debian-stretch-build
+ docker images -q osmocom-build/debian-stretch-build
+ test -n 84957b1ffdb4
+ echo Fixing permissions
Fixing permissions
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs:/data --name jenkins-ttcn3-pcu-test-latest-218-cleaner osmocom-build/debian-stretch-build chmod -R a+rX /data/
+ cat /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-latest/logs/pcu-tester/junit-xml-20.log
<?xml version="1.0"?>
<testsuite name='Titan' tests='9' failures='0' errors='0' skipped='0' inconc='0' time='183.00'>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_reset' time='3.218183'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_reset_retrans' time='10.991411'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_alive' time='1.988785'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_alive_timeout_reset' time='65.018573'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_unblock' time='1.990464'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_unblock_retrans' time='31.991887'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_full_bringup' time='32.000254'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_so_block' time='1.991185'/>
  <testcase classname='PCU_Tests_RAW' name='TC_pcuif_suspend' time='6.007760'/>
</testsuite>
Recording test results
Sending e-mails to: laforge@gnumonks.org
Archiving artifacts
Finished: SUCCESS