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
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 # 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] $ /bin/sh -xe /tmp/jenkins6306663830866705845.sh
+ cd ttcn3-pcu-test
+ IMAGE_SUFFIX=master ./jenkins.sh
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test = x ]
+ VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs
+ mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs
+ [ xjenkins-ttcn3-pcu-test-224 = x ]
+ basename /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/ttcn3-pcu-test
+ SUITE_NAME=ttcn3-pcu-test
+ NET_NAME=ttcn3-pcu-test
+ IMAGE_SUFFIX=master
+ docker_images_require debian-stretch-build osmo-pcu-master 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/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_STP_BRANCH OSMO_BSC_BRANCH OSMO_MGW_BRANCH OSMO_SGSN_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH USER OSMO_IUH_BRANCH OSMO_MSC_BRANCH OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH OSMO_BTS_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH] 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/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-master/Dockerfile
+ from_line=FROM	$USER/debian-stretch-build
+ echo FROM	$USER/debian-stretch-build
+ grep -q $USER
+ pull_arg=
+ echo Building image: osmo-pcu-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: osmo-pcu-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ PULL= make -C ../osmo-pcu-master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/osmo-pcu-master'
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/osmo-pcu-master:latest .
Sending build context to Docker daemon  9.216kB

Step 1/18 : ARG	USER
Step 2/18 : FROM	$USER/debian-stretch-build
 ---> 84957b1ffdb4
Step 3/18 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> 712fac4341f9
Step 4/18 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/"
 ---> Using cache
 ---> 4de87c2ca7c0
Step 5/18 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 282f9b711e97
Step 6/18 : RUN	apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list
 ---> Using cache
 ---> 1d1eb9c62cea
Step 7/18 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 42a5dea9df70
Step 8/18 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev && 	apt-get clean
 ---> Running in 09fabdf31e2d
Get:1 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ InRelease [1590 B]
Get:2 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ Packages [99.5 kB]
Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:5 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages.diff/Index [11.6 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages 2019-09-18-2012.01.pdiff [337 B]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages 2019-09-18-2012.01.pdiff [337 B]
Hit:7 http://cdn-fastly.deb.debian.org/debian stretch Release
Get:9 http://security-cdn.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Get:10 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB]
Fetched 796 kB in 15s (50.0 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libosmocodec0 libosmocoding0 libosmocore libosmocore12 libosmoctrl0
  libosmogb9 libosmogsm13 libosmosim0 libosmovty4 netbase osmocom-nightly
The following NEW packages will be installed:
  libosmocodec0 libosmocoding0 libosmocore libosmocore-dev libosmocore12
  libosmoctrl0 libosmogb9 libosmogsm13 libosmosim0 libosmovty4 netbase
  osmocom-nightly telnet
0 upgraded, 13 newly installed, 0 to remove and 3 not upgraded.
Need to get 1134 kB of archives.
After this operation, 4250 kB of additional disk space will be used.
Get:1 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ osmocom-nightly 0.0.0.20190925 [1136 B]
Get:2 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmocore12 1.2.0.31.7bfa [88.0 kB]
Get:3 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmocodec0 1.2.0.31.7bfa [27.3 kB]
Get:4 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmogsm13 1.2.0.31.7bfa [155 kB]
Get:5 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmocoding0 1.2.0.31.7bfa [41.9 kB]
Get:6 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmovty4 1.2.0.31.7bfa [68.6 kB]
Get:7 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmogb9 1.2.0.31.7bfa [63.5 kB]
Get:8 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmoctrl0 1.2.0.31.7bfa [34.9 kB]
Get:9 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmosim0 1.2.0.31.7bfa [38.1 kB]
Get:10 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmocore 1.2.0.31.7bfa [21.4 kB]
Get:11 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ libosmocore-dev 1.2.0.31.7bfa [504 kB]
Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netbase all 5.4 [19.1 kB]
Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 telnet amd64 0.17-41 [72.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1134 kB in 0s (1800 kB/s)
Selecting previously unselected package netbase.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21977 files and directories currently installed.)
Preparing to unpack .../00-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package telnet.
Preparing to unpack .../01-telnet_0.17-41_amd64.deb ...
Unpacking telnet (0.17-41) ...
Selecting previously unselected package osmocom-nightly.
Preparing to unpack .../02-osmocom-nightly_0.0.0.20190925_amd64.deb ...
Unpacking osmocom-nightly (0.0.0.20190925) ...
Selecting previously unselected package libosmocore12:amd64.
Preparing to unpack .../03-libosmocore12_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmocore12:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmocodec0:amd64.
Preparing to unpack .../04-libosmocodec0_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmocodec0:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmogsm13:amd64.
Preparing to unpack .../05-libosmogsm13_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmogsm13:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmocoding0:amd64.
Preparing to unpack .../06-libosmocoding0_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmocoding0:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmovty4:amd64.
Preparing to unpack .../07-libosmovty4_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmovty4:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmogb9:amd64.
Preparing to unpack .../08-libosmogb9_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmogb9:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmoctrl0:amd64.
Preparing to unpack .../09-libosmoctrl0_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmoctrl0:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmosim0:amd64.
Preparing to unpack .../10-libosmosim0_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmosim0:amd64 (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmocore.
Preparing to unpack .../11-libosmocore_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmocore (1.2.0.31.7bfa) ...
Selecting previously unselected package libosmocore-dev:amd64.
Preparing to unpack .../12-libosmocore-dev_1.2.0.31.7bfa_amd64.deb ...
Unpacking libosmocore-dev:amd64 (1.2.0.31.7bfa) ...
Setting up osmocom-nightly (0.0.0.20190925) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libosmocore12:amd64 (1.2.0.31.7bfa) ...
Setting up libosmogsm13:amd64 (1.2.0.31.7bfa) ...
Setting up netbase (5.4) ...
Setting up libosmocodec0:amd64 (1.2.0.31.7bfa) ...
Setting up libosmosim0:amd64 (1.2.0.31.7bfa) ...
Setting up libosmovty4:amd64 (1.2.0.31.7bfa) ...
Setting up libosmogb9:amd64 (1.2.0.31.7bfa) ...
Setting up libosmoctrl0:amd64 (1.2.0.31.7bfa) ...
Setting up telnet (0.17-41) ...
update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode
Setting up libosmocoding0:amd64 (1.2.0.31.7bfa) ...
Setting up libosmocore (1.2.0.31.7bfa) ...
Setting up libosmocore-dev:amd64 (1.2.0.31.7bfa) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Removing intermediate container 09fabdf31e2d
 ---> c05df1eaa288
Step 9/18 : ADD	respawn.sh /usr/local/bin/respawn.sh
 ---> 6d79d3f0eec7
Step 10/18 : WORKDIR	/tmp
 ---> Running in 944342fed21c
Removing intermediate container 944342fed21c
 ---> f67726f8fa5c
Step 11/18 : ARG	OSMO_PCU_BRANCH="master"
 ---> Running in 66f0d5ca15e3
Removing intermediate container 66f0d5ca15e3
 ---> 68695bc46c2d
Step 12/18 : RUN	git clone git://git.osmocom.org/osmo-pcu.git
 ---> Running in d3e820ccffcb
Cloning into 'osmo-pcu'...
Removing intermediate container d3e820ccffcb
 ---> d0905efccce6
Step 13/18 : ADD	http://git.osmocom.org/osmo-pcu/patch?h=$OSMO_PCU_BRANCH /tmp/commit-osmo-pcu

 ---> 3bd9c92c3523
Step 14/18 : RUN	cd osmo-pcu && 	git fetch && git checkout $OSMO_PCU_BRANCH && 	(git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_PCU_BRANCH || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && 	autoreconf -fi && 	./configure --enable-trx && 	make -j8 install
 ---> Running in 5d68f1987a8e
Already on 'master'
Your branch is up-to-date with 'origin/master'.
refs/heads/master
HEAD is now at 04797b1 configure.ac: set C and C++ dialects
master
04797b1e35a64fcdd7945fc4ff696e806792233c
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:24: installing './compile'
configure.ac:27: installing './config.guess'
configure.ac:27: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
src/Makefile.am: installing './depcomp'
tests/Makefile.am:13: warning: source file 'alloc/AllocTest.cpp' is in a subdirectory,
tests/Makefile.am:13: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
tests/Makefile.am:21: warning: source file 'alloc/MslotTest.cpp' is in a subdirectory,
tests/Makefile.am:21: but option 'subdir-objects' is disabled
tests/Makefile.am:111: warning: source file 'app_info/AppInfoTest.cpp' is in a subdirectory,
tests/Makefile.am:111: but option 'subdir-objects' is disabled
tests/Makefile.am:38: warning: source file 'bitcomp/BitcompTest.cpp' is in a subdirectory,
tests/Makefile.am:38: but option 'subdir-objects' is disabled
tests/Makefile.am:38: warning: source file '../src/egprs_rlc_compression.cpp' is in a subdirectory,
tests/Makefile.am:38: but option 'subdir-objects' is disabled
tests/Makefile.am:97: warning: source file 'codel/codel_test.c' is in a subdirectory,
tests/Makefile.am:97: but option 'subdir-objects' is disabled
tests/Makefile.am:44: warning: source file 'edge/EdgeTest.cpp' is in a subdirectory,
tests/Makefile.am:44: but option 'subdir-objects' is disabled
tests/Makefile.am:52: warning: source file 'emu/pcu_emu.cpp' is in a subdirectory,
tests/Makefile.am:52: but option 'subdir-objects' is disabled
tests/Makefile.am:52: warning: source file 'emu/test_replay_gprs_attach.cpp' is in a subdirectory,
tests/Makefile.am:52: but option 'subdir-objects' is disabled
tests/Makefile.am:52: warning: source file 'emu/openbsc_clone.c' is in a subdirectory,
tests/Makefile.am:52: but option 'subdir-objects' is disabled
tests/Makefile.am:52: warning: source file 'emu/test_pdp_activation.cpp' is in a subdirectory,
tests/Makefile.am:52: but option 'subdir-objects' is disabled
tests/Makefile.am:103: warning: source file 'fn/FnTest.cpp' is in a subdirectory,
tests/Makefile.am:103: but option 'subdir-objects' is disabled
tests/Makefile.am:81: warning: source file 'llc/LlcTest.cpp' is in a subdirectory,
tests/Makefile.am:81: but option 'subdir-objects' is disabled
tests/Makefile.am:92: warning: source file 'llist/LListTest.cpp' is in a subdirectory,
tests/Makefile.am:92: but option 'subdir-objects' is disabled
tests/Makefile.am:70: warning: source file 'ms/MsTest.cpp' is in a subdirectory,
tests/Makefile.am:70: but option 'subdir-objects' is disabled
tests/Makefile.am:7: warning: source file 'rlcmac/RLCMACTest.cpp' is in a subdirectory,
tests/Makefile.am:7: but option 'subdir-objects' is disabled
tests/Makefile.am:29: warning: source file 'tbf/TbfTest.cpp' is in a subdirectory,
tests/Makefile.am:29: but option 'subdir-objects' is disabled
tests/Makefile.am:62: warning: source file 'types/TypesTest.cpp' is in a subdirectory,
tests/Makefile.am:62: but option 'subdir-objects' is disabled
configure: WARNING: unrecognized options: --enable-trx
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for ANSI C header files... (cached) yes
checking for LIBOSMOCORE... yes
checking for LIBOSMOVTY... yes
checking for LIBOSMOGSM... yes
checking for LIBOSMOGB... yes
checking whether to enable direct DSP access for PDCH of sysmocom-bts... unset
checking whether to enable direct PHY access for PDCH of NuRAN Wireless Litecell 1.5 BTS... no
checking whether to enable direct PHY access for PDCH of NuRAN Wireless OC-2G BTS... no
checking whether to enable VTY tests... no
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'systemd' found
CPPFLAGS=""
CFLAGS=" -std=gnu89"
CXXFLAGS=" -std=gnu++03"
LDFLAGS=""
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --enable-trx
Making install in include
make[1]: Entering directory '/tmp/osmo-pcu/include'
make[2]: Entering directory '/tmp/osmo-pcu/include'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/osmo-pcu/include'
make[1]: Leaving directory '/tmp/osmo-pcu/include'
Making install in src
make[1]: Entering directory '/tmp/osmo-pcu/src'
  CXX      gprs_debug.lo
  CXX      gsm_rlcmac.lo
  CXX      csn1.lo
  CXX      gprs_rlcmac.lo
  CXX      gprs_bssgp_pcu.lo
  CXX      gprs_rlcmac_sched.lo
  CXX      gprs_rlcmac_meas.lo
  CXX      gprs_rlcmac_ts_alloc.lo
gprs_bssgp_pcu.cpp:979:2: warning: #warning "This causes ASAN to complain. It is not critical for normal operation but should be fixed nevertheless" [-Wcpp]
 #warning "This causes ASAN to complain. It is not critical for normal operation but should be fixed nevertheless"
  ^~~~~~~
  CXX      gprs_ms.lo
  CXX      gprs_ms_storage.lo
  CXX      gsm_timer.lo
  CXX      pcu_l1_if.lo
  CC       pcu_vty.lo
  CXX      pcu_vty_functions.lo
  CC       mslot_class.lo
  CXX      tbf.lo
  CXX      tbf_ul.lo
  CXX      tbf_dl.lo
  CXX      bts.lo
  CXX      pdch.lo
  CXX      poll_controller.lo
  CXX      encoding.lo
  CXX      sba.lo
  CXX      decoding.lo
  CXX      llc.lo
  CXX      rlc.lo
  CXX      osmobts_sock.lo
  CC       gprs_codel.lo
  CC       coding_scheme.lo
  CXX      gprs_coding_scheme.lo
  CXX      egprs_rlc_compression.lo
  CXX      pcu_main.o
  CXXLD    libgprs.la
copying selected object files to avoid basename conflicts...
ar: `u' modifier ignored since `D' is the default (see `U')
  CXXLD    osmo-pcu
make[2]: Entering directory '/tmp/osmo-pcu/src'
make[2]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c osmo-pcu '/usr/local/bin'
libtool: install: /usr/bin/install -c osmo-pcu /usr/local/bin/osmo-pcu
make[2]: Leaving directory '/tmp/osmo-pcu/src'
make[1]: Leaving directory '/tmp/osmo-pcu/src'
Making install in doc
make[1]: Entering directory '/tmp/osmo-pcu/doc'
Making install in examples
make[2]: Entering directory '/tmp/osmo-pcu/doc/examples'
make[3]: Entering directory '/tmp/osmo-pcu/doc/examples'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/share/doc/osmo-pcu/examples/osmo-pcu'
 /bin/mkdir -p '/usr/local/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-pcu.cfg '/usr/local/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-pcu.cfg '/usr/local/share/doc/osmo-pcu/examples/osmo-pcu'
make[3]: Leaving directory '/tmp/osmo-pcu/doc/examples'
make[2]: Leaving directory '/tmp/osmo-pcu/doc/examples'
Making install in manuals
make[2]: Entering directory '/tmp/osmo-pcu/doc/manuals'
make[3]: Entering directory '/tmp/osmo-pcu/doc/manuals'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/osmo-pcu/doc/manuals'
make[2]: Leaving directory '/tmp/osmo-pcu/doc/manuals'
make[2]: Entering directory '/tmp/osmo-pcu/doc'
make[3]: Entering directory '/tmp/osmo-pcu/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/osmo-pcu/doc'
make[2]: Leaving directory '/tmp/osmo-pcu/doc'
make[1]: Leaving directory '/tmp/osmo-pcu/doc'
Making install in tests
make[1]: Entering directory '/tmp/osmo-pcu/tests'
  CXX      pcu_emu.o
  CXX      test_replay_gprs_attach.o
  CC       openbsc_clone.o
  CXX      test_pdp_activation.o
  CXXLD    emu/pcu_emu
make[2]: Entering directory '/tmp/osmo-pcu/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/osmo-pcu/tests'
make[1]: Leaving directory '/tmp/osmo-pcu/tests'
Making install in contrib
make[1]: Entering directory '/tmp/osmo-pcu/contrib'
Making install in systemd
make[2]: Entering directory '/tmp/osmo-pcu/contrib/systemd'
make[3]: Entering directory '/tmp/osmo-pcu/contrib/systemd'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/tmp/osmo-pcu/contrib/systemd'
make[2]: Leaving directory '/tmp/osmo-pcu/contrib/systemd'
make[2]: Entering directory '/tmp/osmo-pcu/contrib'
make[3]: Entering directory '/tmp/osmo-pcu/contrib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/osmo-pcu/contrib'
make[2]: Leaving directory '/tmp/osmo-pcu/contrib'
make[1]: Leaving directory '/tmp/osmo-pcu/contrib'
make[1]: Entering directory '/tmp/osmo-pcu'
make[2]: Entering directory '/tmp/osmo-pcu'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/osmo-pcu'
make[1]: Leaving directory '/tmp/osmo-pcu'
Removing intermediate container 5d68f1987a8e
 ---> 50c20582e702
Step 15/18 : VOLUME	/data
 ---> Running in 6f43f773cd93
Removing intermediate container 6f43f773cd93
 ---> 45d538eaf665
Step 16/18 : COPY	osmo-pcu.cfg /data/osmo-pcu.cfg
 ---> f158993e2b3a
Step 17/18 : WORKDIR	/data
 ---> Running in 0bb853d613c7
Removing intermediate container 0bb853d613c7
 ---> b879a2f02515
Step 18/18 : CMD	["/usr/local/bin/osmo-pcu", "-i", "172.18.0.230"]
 ---> Running in a22fb62e808f
Removing intermediate container a22fb62e808f
 ---> 88ed765d8e3b
[Warning] One or more build-args [OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_MGW_BRANCH OSMO_SIP_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH OSMO_BSC_BRANCH OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_MSC_BRANCH] were not consumed
Successfully built 88ed765d8e3b
Successfully tagged osmocom-build/osmo-pcu-master:latest
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/osmo-pcu-master'
+ docker_image_exists osmo-pcu-master
+ docker images -q osmocom-build/osmo-pcu-master
+ test -n 88ed765d8e3b
+ [ -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/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_MSC_BRANCH OSMO_NITB_BRANCH OSMO_GGSN_BRANCH OSMO_MGW_BRANCH OSMO_TTCN3_BRANCH OSMO_BSC_BRANCH OSMO_BTS_BRANCH OSMO_HLR_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH USER OSMO_IUH_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH] 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/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/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
 ---> a4f607af9304
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
 ---> 04babe66f55a
Step 10/13 : VOLUME	/data
 ---> Using cache
 ---> 84d7d6a557b7
Step 11/13 : RUN	ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh / && 	ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /
 ---> Using cache
 ---> 1ead69955189
Step 12/13 : COPY	PCU_Tests.cfg /data/PCU_Tests.cfg
 ---> Using cache
 ---> 7663d6c0f920
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
 ---> 573168825443
[Warning] One or more build-args [OSMO_BTS_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMO_SIP_BRANCH OSMO_MSC_BRANCH OSMO_STP_BRANCH OSMO_SGSN_BRANCH OSMO_BSC_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH] were not consumed
Successfully built 573168825443
Successfully tagged osmocom-build/ttcn3-pcu-test:latest
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/ttcn3-pcu-test'
+ docker_image_exists ttcn3-pcu-test
+ docker images -q osmocom-build/ttcn3-pcu-test
+ test -n 573168825443
+ 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
a0dbbd083b22421b86bad66007085a4ebdc54be5a847a412de1dd3b4936fa97a
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/unix
+ cp PCU_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu/unix
+ cp osmo-pcu.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/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/logs/pcu:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-224-pcu -d osmocom-build/osmo-pcu-master /usr/local/bin/respawn.sh osmo-pcu -c /data/osmo-pcu.cfg
78cf821615a02ec130b8d17a89029dcc3e8570d0c6ac837072850297ab7bf3bf
+ 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/logs/pcu-tester:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-224-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@701bb328ec9f: Unix server socket created successfully.
MC@701bb328ec9f: Listening on TCP port 45395.
MC2> 701bb328ec9f is the default
spawn /osmo-ttcn3-hacks/pcu/PCU_Tests 701bb328ec9f 45395
TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R5A
MC@701bb328ec9f: New HC connected from 701bb328ec9f [172.18.13.10]. 701bb328ec9f: Linux 4.9.0-5-amd64 on x86_64.
cmtc
MC@701bb328ec9f: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@701bb328ec9f: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file.
HC@701bb328ec9f: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file.
HC@701bb328ec9f: Warning: Option `LoggerPlugins' was given more than once in section [LOGGING] of the configuration file.
HC@701bb328ec9f: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@701bb328ec9f: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file.
HC@701bb328ec9f: Warning: Option `BeginTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file.
HC@701bb328ec9f: Warning: Option `EndTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file.
HC@701bb328ec9f: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file.
HC@701bb328ec9f: Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in
MC@701bb328ec9f: Configuration file was processed on all HCs.
MC@701bb328ec9f: Creating MTC on host 701bb328ec9f.
MC@701bb328ec9f: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset'.
------ PCU_Tests_RAW.TC_ns_reset ------
Wed Sep 25 05:00:49 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_reset started.
MTC@701bb328ec9f: Start timer g_T_guard: 60 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: Test case TC_ns_reset finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset pass'.
Wed Sep 25 05:00:53 UTC 2019
====== PCU_Tests_RAW.TC_ns_reset pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=812)
Waiting for packet dumper to finish... 1 (prev_count=812, count=1134)
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset_retrans'.
------ PCU_Tests_RAW.TC_ns_reset_retrans ------
Wed Sep 25 05:00:55 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_reset_retrans' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_reset_retrans started.
MTC@701bb328ec9f: Start timer g_T_guard: 60 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: Test case TC_ns_reset_retrans finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset_retrans pass'.
Wed Sep 25 05:01:07 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@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_reset_retrans pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive'.
------ PCU_Tests_RAW.TC_ns_alive ------
Wed Sep 25 05:01:09 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_alive started.
MTC@701bb328ec9f: Start timer g_T_guard: 60 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@701bb328ec9f: Test case TC_ns_alive finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive pass'.
Wed Sep 25 05:01:12 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=437)
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset'.
------ PCU_Tests_RAW.TC_ns_alive_timeout_reset ------
Wed Sep 25 05:01:14 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_alive_timeout_reset started.
MTC@701bb328ec9f: Start timer g_T_guard: 100 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: Test case TC_ns_alive_timeout_reset finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset pass'.
Wed Sep 25 05:02:20 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@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_alive_timeout_reset pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock'.
------ PCU_Tests_RAW.TC_ns_unblock ------
Wed Sep 25 05:02:22 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_unblock started.
MTC@701bb328ec9f: Start timer g_T_guard: 60 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '06'O
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@701bb328ec9f: Test case TC_ns_unblock finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock pass'.
Wed Sep 25 05:02:25 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=601)
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock_retrans'.
------ PCU_Tests_RAW.TC_ns_unblock_retrans ------
Wed Sep 25 05:02:27 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_unblock_retrans' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_unblock_retrans started.
MTC@701bb328ec9f: Start timer g_T_guard: 60 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '06'O
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '06'O
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@701bb328ec9f: Test case TC_ns_unblock_retrans finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock_retrans pass'.
Wed Sep 25 05:03:00 UTC 2019
====== PCU_Tests_RAW.TC_ns_unblock_retrans pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=348)
Waiting for packet dumper to finish... 1 (prev_count=348, count=674)
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_unblock_retrans pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_full_bringup'.
------ PCU_Tests_RAW.TC_ns_full_bringup ------
Wed Sep 25 05:03:02 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_full_bringup' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_full_bringup started.
MTC@701bb328ec9f: Start timer g_T_guard: 60 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '06'O
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F224334F0051E0'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '000000002304820000088862F224334F0051E0'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F224334F0051E0'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F224334F0051E0'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088862F224334F0051E0'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O
MTC@701bb328ec9f: Test case TC_ns_full_bringup finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_full_bringup pass'.
Wed Sep 25 05:03:35 UTC 2019
====== PCU_Tests_RAW.TC_ns_full_bringup pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=1029)
Waiting for packet dumper to finish... 1 (prev_count=1029, count=1767)
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_full_bringup pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_so_block'.
------ PCU_Tests_RAW.TC_ns_so_block ------
Wed Sep 25 05:03:37 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_ns_so_block' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_ns_so_block started.
MTC@701bb328ec9f: Start timer g_T_guard: 60 s
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '06'O
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
MTC@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
MTC@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0A'O ("\n")
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
MTC@701bb328ec9f: 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@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0B'O ("\v")
MTC@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '04008102018204D2'O
MTC@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '05018204D2'O
MTC@701bb328ec9f: 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@701bb328ec9f: Test case TC_ns_so_block finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_so_block pass'.
Wed Sep 25 05:03:40 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@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_ns_so_block pass' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_pcuif_suspend'.
------ PCU_Tests_RAW.TC_pcuif_suspend ------
Wed Sep 25 05:03:42 UTC 2019
Waiting for packet dumper to start... 0
MTC@701bb328ec9f: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW.TC_pcuif_suspend' was executed successfully (exit status: 0).
MTC@701bb328ec9f: Test case TC_pcuif_suspend started.
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP[0].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP[1].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP[2].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SIG[0].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SIG[1].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SIG[2].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC[0].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC[1].
MTC@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC[2].
MTC@701bb328ec9f: enc_RoutingAreaIdentification(): Encoding @GSM_RR_Types.RoutingAreaIdentification: { lai := { mcc_mnc := '262F42'H, lac := 13135 }, rac := 0 }
MTC@701bb328ec9f: enc_RoutingAreaIdentification(): Stream after encoding: '62F224334F00'O
MTC@701bb328ec9f: Start timer T: 5 s
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '7000000000302E372E302E32302D303437390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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.20-0479" } } }
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A00004F330000D204030303031E030A03030303030A030A030A03E051FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0D12AC00000000'O
MTC@701bb328ec9f: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
MTC@701bb328ec9f: 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@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port NS_SP.
4@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSCP.
4@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SP.
4@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_SP_SIG.
4@701bb328ec9f: Warning: Test port parameter udpReuseAddress is not supported on port BSSGP_PROC.
MTC@701bb328ec9f: Start timer T: 10 s
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '02008101018204D2048204D2'O
3@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '03018204D2048204D2'O
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0A'O ("\n")
3@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } }
3@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } }
3@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0B'O ("\v")
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '06'O
3@701bb328ec9f: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Unblock := { nsPduType := '06'O } }
3@701bb328ec9f: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Unblock_Ack := { nsPduType := '07'O ("\a") } }
3@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '07'O ("\a")
3@701bb328ec9f: Warning: Stopping inactive timer Tns_block.
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F224334F0051E0'O
3@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F224334F0051E0'O
3@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '000000002304820000088862F224334F0051E0'O
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F224334F0051E0'O
3@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F224334F0051E0'O
3@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088862F224334F0051E0'O
MTC@701bb328ec9f: Start timer T: 1 s
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O
3@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O
3@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O
3@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O
3@701bb328ec9f: 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@701bb328ec9f: 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@701bb328ec9f: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O
MTC@701bb328ec9f: 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@701bb328ec9f: enc_PCUIF_Message(): Stream after encoding: '03000000FFFFFFFF62F224334F00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O
3@701bb328ec9f: dec_PDU_NS(): Stream before decoding: '000000000B1F84FFFFFFFF1B8662F224334F00'O
3@701bb328ec9f: 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@701bb328ec9f: dec_PDU_BSSGP(): Stream before decoding: '0B1F84FFFFFFFF1B8662F224334F00'O
3@701bb328ec9f: 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@701bb328ec9f: Test case TC_pcuif_suspend finished. Verdict: pass
MTC@701bb328ec9f: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_pcuif_suspend pass'.
Wed Sep 25 05:03:49 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@701bb328ec9f: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW.TC_pcuif_suspend pass' was executed successfully (exit status: 0).
MC@701bb328ec9f: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@701bb328ec9f: Terminating MTC.
MC@701bb328ec9f: MTC terminated.
MC2> exit
MC@701bb328ec9f: Shutting down session.
MC@701bb328ec9f: 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-224-pcu
jenkins-ttcn3-pcu-test-224-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/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/logs:/data --name jenkins-ttcn3-pcu-test-224-cleaner osmocom-build/debian-stretch-build chmod -R a+rX /data/
+ cat /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/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='182.00'>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_reset' time='3.026217'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_reset_retrans' time='10.990887'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_alive' time='1.991109'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_alive_timeout_reset' time='65.003362'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_unblock' time='1.985760'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_unblock_retrans' time='31.991423'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_full_bringup' time='31.999685'/>
  <testcase classname='PCU_Tests_RAW' name='TC_ns_so_block' time='1.993636'/>
  <testcase classname='PCU_Tests_RAW' name='TC_pcuif_suspend' time='6.010267'/>
</testsuite>
Recording test results
Archiving artifacts
Finished: SUCCESS