Started by timer Building remotely on host2-deb9build-ansible (ttcn3 osmo-gsm-tester-build osmocom-gerrit-debian9 osmocom-master-debian9) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns 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-sns # 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/ttcn3-latest-fixes Seen branch in repository origin/pmaier/fmtp Seen branch in repository origin/pmaier/fmtp2 Seen branch in repository origin/pmaier/sbits Seen branch in repository origin/refsf/for/master/dyn-pdch Seen 10 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision c05330e8b4c50040d244f2610bcf88ead65d679e (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c05330e8b4c50040d244f2610bcf88ead65d679e Commit message: "PCU: Differentiate between tests with classic and SNS Gb dialects" > git rev-list --no-walk c05330e8b4c50040d244f2610bcf88ead65d679e # timeout=10 [ttcn3-pcu-test-sns] $ /bin/sh -xe /tmp/jenkins5528258971615460083.sh + cd ttcn3-pcu-test-sns + IMAGE_SUFFIX=master ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns = x ] + VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs + [ xjenkins-ttcn3-pcu-test-sns-11 = x ] + basename /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/ttcn3-pcu-test-sns + SUITE_NAME=ttcn3-pcu-test-sns + NET_NAME=ttcn3-pcu-test-sns + IMAGE_SUFFIX=master + docker_images_require debian-jessie-build osmo-pcu-master debian-stretch-titan ttcn3-pcu-test + [ -z ] + echo Building image: debian-jessie-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: debian-jessie-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-jessie-build make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/debian-jessie-build' docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \ -t docker.io/osmocom-build/debian-jessie-build:latest . Sending build context to Docker daemon 4.608kB Step 1/4 : FROM debian:jessie ---> 39db55273026 Step 2/4 : MAINTAINER Harald Welte ---> Using cache ---> afb36dac9b10 Step 3/4 : ADD http://ftp.de.debian.org/debian/dists/jessie/Release /tmp/Release ---> Using cache ---> 16b45f8ee451 Step 4/4 : 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 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 ---> 24be563201f5 [Warning] One or more build-args [OSMO_TTCN3_BRANCH USER] were not consumed Successfully built 24be563201f5 Successfully tagged osmocom-build/debian-jessie-build:latest make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/debian-jessie-build' + docker_image_exists debian-jessie-build + docker images -q osmocom-build/debian-jessie-build + test -n 24be563201f5 + [ -z ] + 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) + make -C ../osmo-pcu-master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/osmo-pcu-master' docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_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-jessie-build ---> 24be563201f5 Step 3/18 : MAINTAINER Harald Welte ---> Using cache ---> ff7da44ede81 Step 4/18 : ARG OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/" ---> Using cache ---> 3993aa4ac244 Step 5/18 : COPY Release.key /tmp/Release.key ---> Using cache ---> 6d463020921f 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 ---> a570e61bcf5f Step 7/18 : ADD $OSMOCOM_REPO/Release /tmp/Release ---> Using cache ---> 64cdd5edfc24 Step 8/18 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev && apt-get clean ---> Using cache ---> ac8a300f33e9 Step 9/18 : ADD respawn.sh /usr/local/bin/respawn.sh ---> 31cde79970e7 Step 10/18 : WORKDIR /tmp ---> Running in 2f6701d1a2ca Removing intermediate container 2f6701d1a2ca ---> 0c6d76c11a6c Step 11/18 : ARG OSMO_PCU_BRANCH="master" ---> Running in ee7ff24d1bc8 Removing intermediate container ee7ff24d1bc8 ---> 5cd496bd371a Step 12/18 : RUN git clone git://git.osmocom.org/osmo-pcu.git ---> Running in 5e238b9222ea Cloning into 'osmo-pcu'... Removing intermediate container 5e238b9222ea ---> e0753a131c0e Step 13/18 : ADD http://git.osmocom.org/osmo-pcu/patch?h=$OSMO_PCU_BRANCH /tmp/commit-osmo-pcu ---> 0bc71f4c90ec Step 14/18 : RUN cd osmo-pcu && git fetch && git checkout -f -B $OSMO_PCU_BRANCH origin/$OSMO_PCU_BRANCH && autoreconf -fi && ./configure --enable-trx && make -j8 install ---> Running in b70afe9c596b Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:21: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: 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: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-unknown-linux-gnu checking host system type... x86_64-unknown-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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-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 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 VTY tests... no CPPFLAGS="" CFLAGS="-g -O2" CXXFLAGS="-g -O2" 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 gsm_rlcmac.lo CXX gprs_debug.lo CXX gprs_bssgp_pcu.lo CXX csn1.lo CXX gprs_rlcmac_ts_alloc.lo CXX gprs_rlcmac.lo CXX gprs_rlcmac_sched.lo CXX gprs_rlcmac_meas.lo gprs_bssgp_pcu.cpp:1000: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 CXX gprs_coding_scheme.lo CXX egprs_rlc_compression.lo CXX pcu_main.o CXXLD libgprs.la 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'. /bin/mkdir -p '/lib/systemd/system' /usr/bin/install -c -m 644 osmo-pcu.service '/lib/systemd/system' 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 b70afe9c596b ---> eb73b40b139d Step 15/18 : VOLUME /data ---> Running in cf1d22fa3930 Removing intermediate container cf1d22fa3930 ---> 7bb35ec486eb Step 16/18 : COPY osmo-pcu.cfg /data/osmo-pcu.cfg ---> 5241dd0da506 Step 17/18 : WORKDIR /data ---> Running in fec948613911 Removing intermediate container fec948613911 ---> 1e9b842a59b7 Step 18/18 : CMD ["/usr/local/bin/osmo-pcu", "-i", "172.18.0.230"] ---> Running in a92a8c41e71b Removing intermediate container a92a8c41e71b ---> d99106384292 [Warning] One or more build-args [OSMO_TTCN3_BRANCH] were not consumed Successfully built d99106384292 Successfully tagged osmocom-build/osmo-pcu-master:latest make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/osmo-pcu-master' + docker_image_exists osmo-pcu-master + docker images -q osmocom-build/osmo-pcu-master + test -n d99106384292 + [ -z ] + 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) + make -C ../debian-stretch-titan make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/debian-stretch-titan' docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \ -t docker.io/osmocom-build/debian-stretch-titan:latest . Sending build context to Docker daemon 6.656kB Step 1/10 : FROM debian:stretch ---> 4879790bd60d Step 2/10 : MAINTAINER Harald Welte ---> Using cache ---> 4158285bd649 Step 3/10 : ARG OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/" ---> Using cache ---> 6aa0b54538f5 Step 4/10 : RUN apt-get update && apt-get install -y gnupg ---> Using cache ---> 1a84a9ddfdd0 Step 5/10 : COPY Release.key /tmp/Release.key ---> Using cache ---> c0f8b2751037 Step 6/10 : 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 ---> ddd96e8c9725 Step 7/10 : ADD $OSMOCOM_REPO/Release /tmp/Release ---> Using cache ---> af64a2361a01 Step 8/10 : RUN apt-get update && apt-get install -y eclipse-titan ---> Using cache ---> 65dda6588c0d Step 9/10 : RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential git tcpdump vim && apt-get clean ---> Using cache ---> 48e4f38db98e Step 10/10 : RUN sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h ---> Using cache ---> acab24d5a302 [Warning] One or more build-args [OSMO_TTCN3_BRANCH USER] were not consumed Successfully built acab24d5a302 Successfully tagged osmocom-build/debian-stretch-titan:latest make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/debian-stretch-titan' + docker_image_exists debian-stretch-titan + docker images -q osmocom-build/debian-stretch-titan + test -n acab24d5a302 + [ -z ] + 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) + make -C ../ttcn3-pcu-test make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/ttcn3-pcu-test' docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \ -t docker.io/osmocom-build/ttcn3-pcu-test:latest . Sending build context to Docker daemon 13.31kB Step 1/13 : ARG USER Step 2/13 : FROM $USER/debian-stretch-titan ---> acab24d5a302 Step 3/13 : RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) ---> Using cache ---> c2dcd1417a47 Step 4/13 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git ---> Using cache ---> 235c34808caa Step 5/13 : RUN cd osmo-ttcn3-hacks && git checkout -f -B master origin/master && make deps ---> Using cache ---> f6be571735d4 Step 6/13 : RUN git config --global user.email docker@dock.er && git config --global user.name "Dock Er" ---> Using cache ---> 7352e37c4d54 Step 7/13 : ARG OSMO_TTCN3_BRANCH="master" ---> Using cache ---> 51066326e494 Step 8/13 : ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit ---> Using cache ---> 8053015b2f5a Step 9/13 : RUN cd osmo-ttcn3-hacks && git fetch && git checkout -f -B $OSMO_TTCN3_BRANCH origin/$OSMO_TTCN3_BRANCH && make pcu ---> Using cache ---> 3e7b52ecc774 Step 10/13 : VOLUME /data ---> Using cache ---> 9b3cc9473e4e Step 11/13 : RUN ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh / && ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh / ---> Using cache ---> 8c66d1df30fd Step 12/13 : COPY PCU_Tests.cfg /data/PCU_Tests.cfg ---> Using cache ---> 0ee50eca8684 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 ---> f934e9843e3d Successfully built f934e9843e3d Successfully tagged osmocom-build/ttcn3-pcu-test:latest make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/ttcn3-pcu-test' + docker_image_exists ttcn3-pcu-test + docker images -q osmocom-build/ttcn3-pcu-test + test -n f934e9843e3d + network_create 172.18.14.0/24 + NET=172.18.14.0/24 + echo Creating network ttcn3-pcu-test-sns Creating network ttcn3-pcu-test-sns + docker network create --internal --subnet 172.18.14.0/24 ttcn3-pcu-test-sns 720c0738472712d159decbefa7ad02a0bb05fcc41499ab6831832954b5d489b5 + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu-tester + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu-tester/unix + cp sns/PCU_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu-tester/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu/unix + cp sns/osmo-pcu.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/unix + echo Starting container with PCU Starting container with PCU + docker run --rm --network ttcn3-pcu-test-sns --ip 172.18.14.101 -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-sns-11-pcu-sns -d osmocom-build/osmo-pcu-master /usr/local/bin/respawn.sh osmo-pcu -c /data/osmo-pcu.cfg 724db6fc2b6f60b7b1cbc4c38563e9fbae185be2baa4524b4b20e67a684ce06f + echo Starting container with PCU testsuite Starting container with PCU testsuite + docker run --rm --network ttcn3-pcu-test-sns --ip 172.18.14.10 -e TTCN3_PCAP_PATH=/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu-tester:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-sns-11-ttcn3-pcu-test-sns 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@8e5962aac638: Unix server socket created successfully. MC@8e5962aac638: Listening on TCP port 42769. 8e5962aac638 is the default MC2> spawn /osmo-ttcn3-hacks/pcu/PCU_Tests 8e5962aac638 42769 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R5A MC@8e5962aac638: New HC connected from 8e5962aac638 [172.18.14.10]. 8e5962aac638: Linux 4.9.0-8-amd64 on x86_64. cmtc MC@8e5962aac638: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@8e5962aac638: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file. HC@8e5962aac638: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file. HC@8e5962aac638: Warning: Option `LoggerPlugins' was given more than once in section [LOGGING] of the configuration file. HC@8e5962aac638: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@8e5962aac638: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. HC@8e5962aac638: Warning: Option `BeginTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file. HC@8e5962aac638: Warning: Option `EndTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file. HC@8e5962aac638: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. HC@8e5962aac638: Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in MC@8e5962aac638: Configuration file was processed on all HCs. MC@8e5962aac638: Creating MTC on host 8e5962aac638. MC@8e5962aac638: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_size_success'. ------ PCU_Tests_RAW_SNS.TC_sns_po_size_success ------ Wed Mar 20 05:15:23 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_size_success' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_po_size_success started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: Start timer T: 1 s MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: Test case TC_sns_po_size_success finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_size_success pass'. Wed Mar 20 05:15:29 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_po_size_success pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=1362) Waiting for packet dumper to finish... 1 (prev_count=1362, count=1538) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_size_success pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_size_nack'. ------ PCU_Tests_RAW_SNS.TC_sns_po_size_nack ------ Wed Mar 20 05:15:31 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_size_nack' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_po_size_nack started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '0B'O ("\v") } } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D200810B'O MTC@8e5962aac638: Start timer T: 10 s MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: Test case TC_sns_po_size_nack finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_size_nack pass'. Wed Mar 20 05:15:44 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_po_size_nack pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=680) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_size_nack pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_config_success'. ------ PCU_Tests_RAW_SNS.TC_sns_po_config_success ------ Wed Mar 20 05:15:45 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_config_success' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_po_config_success started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: Start timer T: 1 s MTC@8e5962aac638: Test case TC_sns_po_config_success finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_config_success pass'. Wed Mar 20 05:15:50 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_po_config_success pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=303) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_config_success pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_config_nack'. ------ PCU_Tests_RAW_SNS.TC_sns_po_config_nack ------ Wed Mar 20 05:15:51 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_po_config_nack' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_po_config_nack started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '0B'O ("\v") } } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D200810B'O MTC@8e5962aac638: Start timer T: 10 s MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: Test case TC_sns_po_config_nack finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_config_nack pass'. Wed Mar 20 05:16:05 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_po_config_nack pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=830) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_po_config_nack pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_so_config_success'. ------ PCU_Tests_RAW_SNS.TC_sns_so_config_success ------ Wed Mar 20 05:16:06 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_so_config_success' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_so_config_success started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D8'O, signallingWeight := '01'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0F01048204D20588AC120E0A59D80101'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '10048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '2204820000078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '2304820000088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000000002304820000088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '22048204D2078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '23048204D2088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O MTC@8e5962aac638: Test case TC_sns_so_config_success finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_so_config_success pass'. Wed Mar 20 05:16:40 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_so_config_success pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=984) Waiting for packet dumper to finish... 1 (prev_count=984, count=1722) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_so_config_success pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_1c1u'. ------ PCU_Tests_RAW_SNS.TC_sns_1c1u ------ Wed Mar 20 05:16:42 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_1c1u' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_1c1u started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D8'O, signallingWeight := '01'O, dataWeight := '00'O }, { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0F01048204D20590AC120E0A59D80100AC120E0A59D90001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '10048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '2204820000078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '2304820000088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000000002304820000088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '22048204D2078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '23048204D2088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O MTC@8e5962aac638: Test case TC_sns_1c1u finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_1c1u pass'. Wed Mar 20 05:17:15 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_1c1u pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=1412) Waiting for packet dumper to finish... 1 (prev_count=1412, count=2272) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_1c1u pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_1c1u_separate'. ------ PCU_Tests_RAW_SNS.TC_sns_1c1u_separate ------ Wed Mar 20 05:17:17 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_1c1u_separate' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_1c1u_separate started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '01'O, dataWeight := '00'O }, { ipAddress := 'AC120E0A'O, uDP_Port := '59DA'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0F01048204D20590AC120E0A59D90100AC120E0A59DA0001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '10048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: Start timer T: 3 s MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: Start timer T: 10 s MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0800810B02810A'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Status := { nsPduType := '08'O ("\b"), causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '0B'O ("\v") }, nS_VCI := omit, nS_PDU := { iEI := '02'O, ext := '1'B, lengthIndicator := { length1 := 1 }, ns_PDU := '0A'O ("\n") }, bVCI_NS := omit, listofIP4Elements := omit, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '2204820000078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '2304820000088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000000002304820000088800F1100001000000'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '22048204D2078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '23048204D2088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O MTC@8e5962aac638: Test case TC_sns_1c1u_separate finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_1c1u_separate pass'. Wed Mar 20 05:17:50 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_1c1u_separate pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=1364) Waiting for packet dumper to finish... 1 (prev_count=1364, count=2224) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_1c1u_separate pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_add'. ------ PCU_Tests_RAW_SNS.TC_sns_add ------ Wed Mar 20 05:17:52 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_add' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_add started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D8'O, signallingWeight := '01'O, dataWeight := '00'O }, { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0F01048204D20590AC120E0A59D80100AC120E0A59D90001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '10048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '2204820000078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '2304820000088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000000002304820000088800F1100001000000'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '22048204D2078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '23048204D2088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Add := { nsPduType := '0D'O ("\r"), nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, transactionID := 23, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59DA'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0D048204D2170588AC120E0A59DA0001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0C048204D2170588AC120E0A59DA0001'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Ack := { nsPduType := '0C'O ("\f"), nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, transactionID := 23, causeNS := omit, iP_Address_NS := omit, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59DA'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: Test case TC_sns_add finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_add pass'. Wed Mar 20 05:18:25 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_add pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=1180) Waiting for packet dumper to finish... 1 (prev_count=1180, count=2436) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_add pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_del'. ------ PCU_Tests_RAW_SNS.TC_sns_del ------ Wed Mar 20 05:18:27 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_del' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_del started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D8'O, signallingWeight := '01'O, dataWeight := '00'O }, { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0F01048204D20590AC120E0A59D80100AC120E0A59D90001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '10048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '2204820000078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '2304820000088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000000002304820000088800F1100001000000'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '22048204D2078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '23048204D2088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Delete := { nsPduType := '11'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, transactionID := 24, iP_Address_NS := omit, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '11048204D2180588AC120E0A59D90001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0C048204D2180588AC120E0A59D90001'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Ack := { nsPduType := '0C'O ("\f"), nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, transactionID := 24, causeNS := omit, iP_Address_NS := omit, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: Test case TC_sns_del finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_del pass'. Wed Mar 20 05:19:00 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_del pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=1180) Waiting for packet dumper to finish... 1 (prev_count=1180, count=2192) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_del pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_chg_weight'. ------ PCU_Tests_RAW_SNS.TC_sns_chg_weight ------ Wed Mar 20 05:19:02 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_sns_chg_weight' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_sns_chg_weight started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D8'O, signallingWeight := '01'O, dataWeight := '00'O }, { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0F01048204D20590AC120E0A59D80100AC120E0A59D90001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '10048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '2204820000078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '2304820000088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000000002304820000088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '22048204D2078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '23048204D2088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_ChangeWeight := { nsPduType := '0E'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, transactionID := 25, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := 'C8'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0E048204D2190588AC120E0A59D900C8'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0C048204D2190588AC120E0A59D900C8'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Ack := { nsPduType := '0C'O ("\f"), nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, transactionID := 25, causeNS := omit, iP_Address_NS := omit, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := 'C8'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: Test case TC_sns_chg_weight finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_chg_weight pass'. Wed Mar 20 05:19:35 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_sns_chg_weight pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=1180) Waiting for packet dumper to finish... 1 (prev_count=1180, count=2192) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_sns_chg_weight pass' was executed successfully (exit status: 0). MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_pcuif_rach'. ------ PCU_Tests_RAW_SNS.TC_pcuif_rach ------ Wed Mar 20 05:19:37 UTC 2019 Waiting for packet dumper to start... 0 MTC@8e5962aac638: External command `../ttcn3-tcpdump-start.sh PCU_Tests_RAW_SNS.TC_pcuif_rach' was executed successfully (exit status: 0). MTC@8e5962aac638: Test case TC_pcuif_rach started. MTC@8e5962aac638: Start timer g_T_guard: 60 s MTC@8e5962aac638: Start timer T: 5 s MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '7000000000302E362E302E32392D643566660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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.6.0.29-d5ff" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) & char(0, 0, 0, 0) } } } MTC@8e5962aac638: 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 := 2342, 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 := 1, 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 := { '0A0E12AC'O, '00000000'O } } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '32000000090000000100FF1F67038000070707070707070700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000706012A000026090000D204030303031E030A03030303030A030A030A030100FA0003D204140505A0050A04080FC409C4090206D2040000D8590000D85900000A0E12AC00000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '12048204D20A01070008080004'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Size := { nsPduType := '12'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, resetFlag := { iEI := '0A'O ("\n"), resetBIT := '1'B, spare := '0000000'B }, maxNumberOfNSVCs := { iEI := '07'O ("\a"), maxNumberOfNSVCs := '0008'O }, numberOfIP4_Endpoints := { iEI := '08'O ("\b"), numberOfIP_Endpoints := '0004'O }, numberOfIP6_Endpoints := omit } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '13048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0F01048204D20588AC120E6559D80201'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 8 }, iP4_Elements := { { ipAddress := 'AC120E65'O, uDP_Port := '59D8'O, signallingWeight := '02'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '4000000001000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '10048204D2'O MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := 0 }, iP4_Elements := { { ipAddress := 'AC120E0A'O, uDP_Port := '59D8'O, signallingWeight := '01'O, dataWeight := '00'O }, { ipAddress := 'AC120E0A'O, uDP_Port := '59D9'O, signallingWeight := '00'O, dataWeight := '01'O } } }, listofIP6Elements := omit } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0F01048204D20590AC120E0A59D80100AC120E0A59D90001'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '10048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '04D2'O }, causeNS := omit } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000000002204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '2204820000078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '2204820000078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '2304820000088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000000002304820000088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0A'O ("\n") MTC@8e5962aac638: dec_PDU_NS(): Decoded @NS_Types.PDU_NS: { pDU_NS_Alive := { nsPduType := '0A'O ("\n") } } MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: enc_PDU_NS(): Encoding @NS_Types.PDU_NS: { pDU_NS_Alive_Ack := { nsPduType := '0B'O ("\v") } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0B'O ("\v") MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000022048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '22048204D2078108088862F2240926000100'O } } MTC@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '22048204D2078108088862F2240926000100'O MTC@8e5962aac638: 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 := '0926'O ("\t&"), rac := '00'O, cI_value := '0100'O }, feature_bitmap := omit, extended_Feature_Bitmap := omit } } MTC@8e5962aac638: 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 := '23048204D2088800F1100001000000'O } } MTC@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000023048204D2088800F1100001000000'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '0000000024048204D2'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '24048204D2'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '0000000025048204D2'O MTC@8e5962aac638: dec_PDU_NS(): Stream before decoding: '000004D2261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: dec_PDU_BSSGP(): Stream before decoding: '261E8101058200FA038200C8018200FA1C8200C806820000'O MTC@8e5962aac638: 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@8e5962aac638: 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@8e5962aac638: enc_PDU_NS(): Stream after encoding: '000004D2271E8101'O MTC@8e5962aac638: enc_PCUIF_Message(): Encoding @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_RACH_IND (34), bts_nr := 0, spare := '0000'O, u := { rach_ind := { sapi := PCU_IF_SAPI_RACH (1), ra := 23, qta := 0, fn := 42, arfcn := 871, is_11bit := 0, burst_type := BURST_TYPE_0 (1) } } } MTC@8e5962aac638: enc_PCUIF_Message(): Stream after encoding: '2200000001170000002A00000067030001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: dec_PCUIF_Message(): Stream before decoding: '0000000002172D063F100FE3671705500000C800300B2B2B2B2B2B2B2B000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O MTC@8e5962aac638: dec_PCUIF_Message(): Decoded @PCUIF_Types.PCUIF_Message: { msg_type := PCU_IF_MSG_DATA_REQ (0), bts_nr := 0, spare := '0000'O, u := { data_req := { sapi := PCU_IF_SAPI_AGCH (2), len := 23, data := '2D063F100FE3671705500000C800300B2B2B2B2B2B2B2B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O, fn := 0, arfcn := 0, trx_nr := 0, ts_nr := 0, block_nr := 0, rssi := 0, ber10k := 0, ta_offs_qbits := 0, lqual_cb := 0 } } } MTC@8e5962aac638: Test case TC_pcuif_rach finished. Verdict: pass MTC@8e5962aac638: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_pcuif_rach pass'. Wed Mar 20 05:20:10 UTC 2019 ====== PCU_Tests_RAW_SNS.TC_pcuif_rach pass ====== Waiting for packet dumper to finish... 0 (prev_count=-1, count=1268) Waiting for packet dumper to finish... 1 (prev_count=1268, count=2128) ../ttcn3-tcpdump-stop.sh: 35: ../ttcn3-tcpdump-stop.sh: ps: not found MTC@8e5962aac638: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_RAW_SNS.TC_pcuif_rach pass' was executed successfully (exit status: 0). MC@8e5962aac638: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@8e5962aac638: Terminating MTC. MC@8e5962aac638: MTC terminated. MC2> exit MC@8e5962aac638: Shutting down session. MC@8e5962aac638: Shutdown complete. Comparing expected results /osmo-ttcn3-hacks/pcu/expected-results.xml against results in junit-xml-22.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_SNS.TC_sns_po_size_success NEW-pass PCU_Tests_RAW_SNS.TC_sns_po_size_nack NEW-pass PCU_Tests_RAW_SNS.TC_sns_po_config_success NEW-pass PCU_Tests_RAW_SNS.TC_sns_po_config_nack NEW-pass PCU_Tests_RAW_SNS.TC_sns_so_config_success NEW-pass PCU_Tests_RAW_SNS.TC_sns_1c1u NEW-pass PCU_Tests_RAW_SNS.TC_sns_1c1u_separate NEW-pass PCU_Tests_RAW_SNS.TC_sns_add NEW-pass PCU_Tests_RAW_SNS.TC_sns_del NEW-pass PCU_Tests_RAW_SNS.TC_sns_chg_weight NEW-pass PCU_Tests_RAW_SNS.TC_pcuif_rach -------------------- 4 skipped 11 new (Please update the expected results: removed=4 new=11) Generated PCU_Tests.TC_pcuif_rach.merged Generated PCU_Tests.TC_sns_1c1u.merged Generated PCU_Tests.TC_sns_1c1u_separate.merged Generated PCU_Tests.TC_sns_add.merged Generated PCU_Tests.TC_sns_chg_weight.merged Generated PCU_Tests.TC_sns_del.merged Generated PCU_Tests.TC_sns_po_config_nack.merged Generated PCU_Tests.TC_sns_po_config_success.merged Generated PCU_Tests.TC_sns_po_size_nack.merged Generated PCU_Tests.TC_sns_po_size_success.merged Generated PCU_Tests.TC_sns_so_config_success.merged Removing Input log files !!! + echo Stopping containers Stopping containers + docker container kill jenkins-ttcn3-pcu-test-sns-11-pcu-sns jenkins-ttcn3-pcu-test-sns-11-pcu-sns + network_remove + echo Removing network ttcn3-pcu-test-sns Removing network ttcn3-pcu-test-sns + docker network remove ttcn3-pcu-test-sns ttcn3-pcu-test-sns + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/unix + collect_logs + fix_perms + docker_images_require debian-jessie-build + [ -z ] + echo Building image: debian-jessie-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: debian-jessie-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-jessie-build make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/debian-jessie-build' docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \ -t docker.io/osmocom-build/debian-jessie-build:latest . Sending build context to Docker daemon 4.608kB Step 1/4 : FROM debian:jessie ---> 39db55273026 Step 2/4 : MAINTAINER Harald Welte ---> Using cache ---> afb36dac9b10 Step 3/4 : ADD http://ftp.de.debian.org/debian/dists/jessie/Release /tmp/Release ---> Using cache ---> 16b45f8ee451 Step 4/4 : 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 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 ---> 24be563201f5 [Warning] One or more build-args [OSMO_TTCN3_BRANCH USER] were not consumed Successfully built 24be563201f5 Successfully tagged osmocom-build/debian-jessie-build:latest make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/debian-jessie-build' + docker_image_exists debian-jessie-build + docker images -q osmocom-build/debian-jessie-build + test -n 24be563201f5 + echo Fixing permissions Fixing permissions + docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs:/data --name jenkins-ttcn3-pcu-test-sns-11-cleaner osmocom-build/debian-jessie-build chmod -R a+rX /data/ + cat /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test-sns/logs/pcu-tester/junit-xml-22.log Recording test results Archiving artifacts Finished: SUCCESS