Skip to content

Console Output

Started by timer
Running as SYSTEM
Building remotely on host2-deb11build-ansible (ttcn3 obs osmocom-gerrit osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/docker-playground
 > git init /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/arehbein/devtests
Seen branch in repository origin/arehbein/devtests%topic=fixes
Seen branch in repository origin/daniel/bscnat_tests
Seen branch in repository origin/daniel/training
Seen branch in repository origin/daniel/wip
Seen branch in repository origin/fixeria/confmerge
Seen branch in repository origin/fixeria/sccplite
Seen branch in repository origin/fixeria/testing
Seen branch in repository origin/jolly/testing
Seen branch in repository origin/laforge/ergw
Seen branch in repository origin/laforge/fr
Seen branch in repository origin/laforge/ns
Seen branch in repository origin/laforge/podman
Seen branch in repository origin/lynxis/gerrit-comment-ci
Seen branch in repository origin/master
Seen branch in repository origin/neels/hnbgw-pfcp
Seen branch in repository origin/neels/wip
Seen branch in repository origin/osmith/fix-registry-pull
Seen branch in repository origin/osmith/fix-rpi-gnutls
Seen branch in repository origin/osmith/obs-2021q1
Seen branch in repository origin/osmith/rpm-local
Seen branch in repository origin/osmith/ttcn3-pass-args
Seen branch in repository origin/osmith/wip
Seen branch in repository origin/osmith/wip-4g-only
Seen branch in repository origin/osmith/wip-asan
Seen branch in repository origin/pespin/asterisk
Seen branch in repository origin/pespin/bts-perf
Seen branch in repository origin/pespin/ergw
Seen branch in repository origin/pespin/gtp1
Seen branch in repository origin/pespin/master
Seen branch in repository origin/pmaier/pcuif
Seen branch in repository origin/refsf/for/master/dyn-pdch
Seen 32 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 2b9c8e3db8cf77c5ce5c3f888365f983f3ee8d76 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2b9c8e3db8cf77c5ce5c3f888365f983f3ee8d76 # timeout=10
Commit message: "ttcn3-docker-run.sh: Fix dumpcap failing to access /data inside docker"
 > git rev-list --no-walk 9730d72da016f9242ad85bb95054ae3bda6ac0d4 # timeout=10
[ttcn3-pcu-test] $ /bin/sh -xe /tmp/jenkins5821822905542194134.sh + export REGISTRY_HOST=registry.osmocom.org + DIR=ttcn3-pcu-test + export IMAGE_SUFFIX=master + cd ttcn3-pcu-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test = x ] + VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs + [ ! -d /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs ] + [ xjenkins-ttcn3-pcu-test-1960 = x ] + basename /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/ttcn3-pcu-test + SUITE_NAME=ttcn3-pcu-test + IMAGE_SUFFIX=master + docker_images_require osmo-pcu-master ttcn3-pcu-test + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends osmo-pcu-master + local feed + echo debian-bookworm-build + depends=debian-bookworm-build + [ -n debian-bookworm-build ] + docker_images_require debian-bookworm-build + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends debian-bookworm-build + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-bookworm-build + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name debian-bookworm-build + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name debian-bookworm-build + echo debian-bookworm-build + dir=debian-bookworm-build + pull_arg=--pull + grep ^FROM ../debian-bookworm-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + set +x Building image: debian-bookworm-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../debian-bookworm-build BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/debian-bookworm-build OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/debian-bookworm-build' awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory rm -rf .common cp -r /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/master \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ --pull -t osmocom-build/debian-bookworm-build:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 5.77kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [internal] load metadata for registry.osmocom.org/debian:bookworm #3 DONE 0.1s #4 [auth] sharing credentials for registry.osmocom.org #4 DONE 0.0s #5 [internal] load build context #5 DONE 0.0s #6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12//Release #6 DONE 0.0s #7 https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt #7 DONE 0.0s #8 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:08f76151d500d9e021b9f793364a3e9e534433297d16ba0152d69d1914b64d17 #8 resolve registry.osmocom.org/debian:bookworm@sha256:08f76151d500d9e021b9f793364a3e9e534433297d16ba0152d69d1914b64d17 #8 resolve registry.osmocom.org/debian:bookworm@sha256:08f76151d500d9e021b9f793364a3e9e534433297d16ba0152d69d1914b64d17 0.1s done #8 DONE 0.1s #9 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #9 DONE 0.2s #5 [internal] load build context #5 transferring context: 1.96kB done #5 DONE 0.1s #10 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=TEXT #10 DONE 0.2s #11 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT #11 DONE 0.3s #12 [ 7/16] ADD HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt #12 CACHED #13 [ 9/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit #13 CACHED #14 [ 3/16] COPY .COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc #14 CACHED #15 [12/16] RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && rm -rf osmo-ci #15 CACHED #16 [11/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit #16 CACHED #17 [14/16] RUN GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals #17 CACHED #18 [ 6/16] RUN SET -x && apt-get update && apt-get install -y --no-install-recommends asciidoc asciidoc-dblatex autoconf autoconf-archive autogen automake bc bison build-essential bzip2 ca-certificates ccache cmake coccinelle cppcheck curl dahdi-source dblatex dbus debhelper devscripts dh-autoreconf docbook5-xml doxygen equivs flex g++ gawk gcc gcc-arm-none-eabi ghostscript git gnupg graphviz htop iproute2 latexmk lcov libaio-dev libasound2-dev libbladerf-dev libboost-all-dev libc-ares-dev libcdk5-dev libcsv-dev libdbd-sqlite3 libdbi-dev libelf-dev libffi-dev libfftw3-dev libgmp-dev libgnutls28-dev libgps-dev libgsm1-dev libjansson-dev liblua5.3-dev libmnl-dev libncurses5-dev libnewlib-arm-none-eabi libnftables-dev libnftnl-dev libnl-3-dev libnl-route-3-dev liboping-dev libortp-dev libpcap-dev libpcsclite-dev libreadline-dev librsvg2-bin libsctp-dev libsigsegv-dev libsnmp-dev libsofia-sip-ua-glib-dev libsqlite3-dev libssl-dev libtalloc-dev libtinfo5 libtool liburing-dev libusb-1.0-0-dev libusb-dev libxml2-utils libzmq3-dev locales lua-socket make mscgen ofono openssh-client patchelf picolibc-arm-none-eabi pkg-config python3 python3-gi python3-mako python3-nwdiag python3-pip python3-pyflakes python3-setuptools python3-usb python3-yaml rsync sdcc source-highlight sqlite3 stow sudo swig systemd tcpdump telnet tex-gyre texinfo unzip virtualenv xsltproc && apt-get clean #18 CACHED #19 [ 4/16] RUN SET -x && useradd --uid=1000 build && mkdir /build && chown -R build:build /build /usr/local && echo "path-exclude=/usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/ #19 CACHED #20 [15/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release #20 CACHED #21 [ 5/16] RUN IF [ "$(arch)" != "x86_64" ]; then echo "ERROR: use debian-bookworm-build-arm instead"; exit 1; fi && set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates libtinfo5 wget && apt-get clean && wget https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-14.0.0/LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && tar -xf LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && rm LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && mv LLVMEmbeddedToolchainForArm-14.0.0 /opt/llvm-arm && /opt/llvm-arm/bin/clang --version && /opt/llvm-arm/bin/clang --print-targets #21 CACHED #22 [ 2/16] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh #22 CACHED #23 [10/16] RUN SET -x && git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && cd osmo-python-tests && python3 setup.py clean build install && cd .. && rm -rf osmo-python-tests #23 CACHED #24 [ 8/16] RUN SET -x && cat /tmp/pysim_requirements.txt && pip3 install --break-system-packages 'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' 'git+https://github.com/podshumok/python-smpplib.git' 'pydbus' 'pylint' 'pysispm' 'sphinx' 'sphinxcontrib-napoleon' -r /tmp/pysim_requirements.txt #24 CACHED #25 [13/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit #25 CACHED #26 [16/16] RUN SET -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean #26 CACHED #27 exporting to image #27 exporting layers done #27 writing image sha256:576f7945b4f353bb88a36d1c5918430f61ae4bb55753548793c09fd3a77fcb21 done #27 naming to docker.io/osmocom-build/debian-bookworm-build:latest 0.0s done #27 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 576f7945b4f3 + list_osmo_packages debian-bookworm debian-bookworm-build + local distro=debian-bookworm + local image=debian-bookworm-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c + [ -n ] + return + docker_distro_from_image_name osmo-pcu-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name osmo-pcu-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name osmo-pcu-master + echo osmo-pcu-master + dir=osmo-pcu-master + pull_arg=--pull + grep ^FROM ../osmo-pcu-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + set +x Building image: osmo-pcu-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../osmo-pcu-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-pcu-master OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/osmo-pcu-master' awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory rm -rf .common cp -r /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/master \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/osmo-pcu-master:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.11kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest #3 DONE 0.0s #4 [1/8] FROM docker.io/osmocom-build/debian-bookworm-build #4 CACHED #5 https://gerrit.osmocom.org/plugins/gitiles/osmo-pcu/+/master?format=TEXT #5 DONE 0.0s #6 [internal] load build context #6 transferring context: 179B done #6 DONE 0.0s #7 [2/8] RUN CASE "debian-bookworm" in debian*) apt-get update && apt-get install -y --no-install-recommends libosmocore-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libosmocore)" "pkgconfig(libosmogb)" "pkgconfig(libosmogsm)" "pkgconfig(libosmovty)" "pkgconfig(libosmoctrl)" ;; esac #7 0.292 Hit:1 http://deb.debian.org/debian bookworm InRelease #7 0.292 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #7 0.292 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #7 0.308 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease #7 0.489 Reading package lists... #7 0.932 Reading package lists... #7 1.381 Building dependency tree... #7 1.526 Reading state information... #7 1.624 The following additional packages will be installed: #7 1.624 libosmocodec4 libosmocoding0 libosmocore libosmocore21 libosmoctrl0 #7 1.624 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13 #7 1.624 osmocom-nightly #7 1.643 The following NEW packages will be installed: #7 1.643 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev libosmocore21 #7 1.643 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 #7 1.643 libosmovty13 osmocom-nightly #7 1.678 0 upgraded, 13 newly installed, 0 to remove and 4 not upgraded. #7 1.678 Need to get 1870 kB of archives. #7 1.678 After this operation, 6765 kB of additional disk space will be used. #7 1.678 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202405162026 [1172 B] #7 1.684 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore21 1.9.0.198.0323.202405162026 [164 kB] #7 1.688 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.9.0.198.0323.202405162026 [46.0 kB] #7 1.695 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.9.0.198.0323.202405162026 [65.4 kB] #7 1.695 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.9.0.198.0323.202405162026 [222 kB] #7 1.696 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.9.0.198.0323.202405162026 [66.0 kB] #7 1.697 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.9.0.198.0323.202405162026 [98.5 kB] #7 1.699 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.9.0.198.0323.202405162026 [172 kB] #7 1.701 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.9.0.198.0323.202405162026 [54.4 kB] #7 1.702 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.9.0.198.0323.202405162026 [58.6 kB] #7 1.702 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.9.0.198.0323.202405162026 [45.2 kB] #7 1.703 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.9.0.198.0323.202405162026 [38.6 kB] #7 1.704 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.9.0.198.0323.202405162026 [838 kB] #7 1.874 debconf: delaying package configuration, since apt-utils is not installed #7 1.917 Fetched 1870 kB in 0s (28.2 MB/s) #7 1.946 Selecting previously unselected package osmocom-nightly. #7 1.946 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 116671 files and directories currently installed.) #7 1.982 Preparing to unpack .../00-osmocom-nightly_202405162026_amd64.deb ... #7 1.988 Unpacking osmocom-nightly (202405162026) ... #7 2.023 Selecting previously unselected package libosmocore21:amd64. #7 2.030 Preparing to unpack .../01-libosmocore21_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.038 Unpacking libosmocore21:amd64 (1.9.0.198.0323.202405162026) ... #7 2.087 Selecting previously unselected package libosmocodec4:amd64. #7 2.093 Preparing to unpack .../02-libosmocodec4_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.096 Unpacking libosmocodec4:amd64 (1.9.0.198.0323.202405162026) ... #7 2.143 Selecting previously unselected package libosmoisdn0:amd64. #7 2.151 Preparing to unpack .../03-libosmoisdn0_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.154 Unpacking libosmoisdn0:amd64 (1.9.0.198.0323.202405162026) ... #7 2.197 Selecting previously unselected package libosmogsm20:amd64. #7 2.203 Preparing to unpack .../04-libosmogsm20_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.209 Unpacking libosmogsm20:amd64 (1.9.0.198.0323.202405162026) ... #7 2.260 Selecting previously unselected package libosmocoding0:amd64. #7 2.267 Preparing to unpack .../05-libosmocoding0_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.270 Unpacking libosmocoding0:amd64 (1.9.0.198.0323.202405162026) ... #7 2.315 Selecting previously unselected package libosmovty13:amd64. #7 2.323 Preparing to unpack .../06-libosmovty13_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.326 Unpacking libosmovty13:amd64 (1.9.0.198.0323.202405162026) ... #7 2.365 Selecting previously unselected package libosmogb14:amd64. #7 2.372 Preparing to unpack .../07-libosmogb14_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.379 Unpacking libosmogb14:amd64 (1.9.0.198.0323.202405162026) ... #7 2.427 Selecting previously unselected package libosmoctrl0:amd64. #7 2.435 Preparing to unpack .../08-libosmoctrl0_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.438 Unpacking libosmoctrl0:amd64 (1.9.0.198.0323.202405162026) ... #7 2.477 Selecting previously unselected package libosmosim2:amd64. #7 2.484 Preparing to unpack .../09-libosmosim2_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.487 Unpacking libosmosim2:amd64 (1.9.0.198.0323.202405162026) ... #7 2.549 Selecting previously unselected package libosmousb0:amd64. #7 2.557 Preparing to unpack .../10-libosmousb0_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.572 Unpacking libosmousb0:amd64 (1.9.0.198.0323.202405162026) ... #7 2.651 Selecting previously unselected package libosmocore. #7 2.658 Preparing to unpack .../11-libosmocore_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.675 Unpacking libosmocore (1.9.0.198.0323.202405162026) ... #7 2.759 Selecting previously unselected package libosmocore-dev:amd64. #7 2.766 Preparing to unpack .../12-libosmocore-dev_1.9.0.198.0323.202405162026_amd64.deb ... #7 2.773 Unpacking libosmocore-dev:amd64 (1.9.0.198.0323.202405162026) ... #7 2.967 Setting up osmocom-nightly (202405162026) ... #7 2.999 Setting up libosmocore21:amd64 (1.9.0.198.0323.202405162026) ... #7 3.045 Setting up libosmousb0:amd64 (1.9.0.198.0323.202405162026) ... #7 3.071 Setting up libosmocodec4:amd64 (1.9.0.198.0323.202405162026) ... #7 3.098 Setting up libosmovty13:amd64 (1.9.0.198.0323.202405162026) ... #7 3.129 Setting up libosmoisdn0:amd64 (1.9.0.198.0323.202405162026) ... #7 3.168 Setting up libosmogsm20:amd64 (1.9.0.198.0323.202405162026) ... #7 3.203 Setting up libosmoctrl0:amd64 (1.9.0.198.0323.202405162026) ... #7 3.242 Setting up libosmogb14:amd64 (1.9.0.198.0323.202405162026) ... #7 3.289 Setting up libosmocoding0:amd64 (1.9.0.198.0323.202405162026) ... #7 3.324 Setting up libosmosim2:amd64 (1.9.0.198.0323.202405162026) ... #7 3.381 Setting up libosmocore (1.9.0.198.0323.202405162026) ... #7 3.410 Setting up libosmocore-dev:amd64 (1.9.0.198.0323.202405162026) ... #7 3.450 Processing triggers for libc-bin (2.36-9+deb12u7) ... #7 DONE 3.6s #8 [3/8] WORKDIR /TMP #8 DONE 0.0s #9 [4/8] RUN GIT clone https://gerrit.osmocom.org/osmo-pcu.git #9 0.275 Cloning into 'osmo-pcu'... #9 DONE 2.6s #10 [5/8] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-PCU/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-pcu #10 DONE 0.0s #11 [6/8] RUN CD osmo-pcu && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && autoreconf -fi && ./configure && make "-j$(nproc)" install #11 0.492 Already on 'master' #11 0.492 Your branch is up to date with 'origin/master'. #11 0.494 refs/heads/master #11 0.496 HEAD is now at 38bcb67a contrib/systemd: run as osmocom user #11 0.497 master #11 0.497 38bcb67ac8ba6b92b77c7abed5ebe78e0a743dd6 #11 3.121 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. #11 3.121 libtoolize: copying file './ltmain.sh' #11 3.240 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, #11 3.240 libtoolize: and rerunning libtoolize and aclocal. #11 3.240 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. #11 4.465 configure.ac:42: warning: The macro `AC_HEADER_STDC' is obsolete. #11 4.465 configure.ac:42: You should run autoupdate. #11 4.465 ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... #11 4.465 configure.ac:42: the top level #11 4.465 configure.ac:93: warning: The macro `AC_HELP_STRING' is obsolete. #11 4.465 configure.ac:93: You should run autoupdate. #11 4.465 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 4.465 configure.ac:93: the top level #11 4.465 configure.ac:134: warning: The macro `AC_HELP_STRING' is obsolete. #11 4.465 configure.ac:134: You should run autoupdate. #11 4.465 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 4.465 configure.ac:134: the top level #11 4.465 configure.ac:153: warning: The macro `AC_HELP_STRING' is obsolete. #11 4.465 configure.ac:153: You should run autoupdate. #11 4.465 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 4.465 configure.ac:153: the top level #11 4.465 configure.ac:172: warning: The macro `AC_HELP_STRING' is obsolete. #11 4.465 configure.ac:172: You should run autoupdate. #11 4.465 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 4.465 configure.ac:172: the top level #11 4.465 configure.ac:183: warning: The macro `AC_HELP_STRING' is obsolete. #11 4.465 configure.ac:183: You should run autoupdate. #11 4.465 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 4.465 configure.ac:183: the top level #11 4.465 configure.ac:263: warning: AC_OUTPUT should be used without arguments. #11 4.465 configure.ac:263: You should run autoupdate. #11 5.022 configure.ac:24: installing './compile' #11 5.024 configure.ac:27: installing './config.guess' #11 5.025 configure.ac:27: installing './config.sub' #11 5.027 configure.ac:9: installing './install-sh' #11 5.028 configure.ac:9: installing './missing' #11 5.178 src/Makefile.am: installing './depcomp' #11 5.207 tests/Makefile.am:34: warning: source file 'alloc/AllocTest.cpp' is in a subdirectory, #11 5.207 tests/Makefile.am:34: but option 'subdir-objects' is disabled #11 5.207 automake: warning: possible forward-incompatibility. #11 5.207 automake: At least one source file is in a subdirectory, but the 'subdir-objects' #11 5.207 automake: automake option hasn't been enabled. For now, the corresponding output #11 5.207 automake: object file(s) will be placed in the top-level directory. However, this #11 5.207 automake: behavior may change in a future Automake major version, with object #11 5.207 automake: files being placed in the same subdirectory as the corresponding sources. #11 5.207 automake: You are advised to start using 'subdir-objects' option throughout your #11 5.207 automake: project, to avoid future incompatibilities. #11 5.208 tests/Makefile.am:47: warning: source file 'alloc/MslotTest.cpp' is in a subdirectory, #11 5.208 tests/Makefile.am:47: but option 'subdir-objects' is disabled #11 5.208 tests/Makefile.am:154: warning: source file 'app_info/AppInfoTest.cpp' is in a subdirectory, #11 5.208 tests/Makefile.am:154: but option 'subdir-objects' is disabled #11 5.209 tests/Makefile.am:69: warning: source file 'bitcomp/BitcompTest.cpp' is in a subdirectory, #11 5.209 tests/Makefile.am:69: but option 'subdir-objects' is disabled #11 5.209 tests/Makefile.am:69: warning: source file '../src/egprs_rlc_compression.cpp' is in a subdirectory, #11 5.209 tests/Makefile.am:69: but option 'subdir-objects' is disabled #11 5.210 tests/Makefile.am:138: warning: source file 'codel/codel_test.c' is in a subdirectory, #11 5.210 tests/Makefile.am:138: but option 'subdir-objects' is disabled #11 5.211 tests/Makefile.am:76: warning: source file 'edge/EdgeTest.cpp' is in a subdirectory, #11 5.211 tests/Makefile.am:76: but option 'subdir-objects' is disabled #11 5.211 tests/Makefile.am:85: warning: source file 'emu/pcu_emu.cpp' is in a subdirectory, #11 5.211 tests/Makefile.am:85: but option 'subdir-objects' is disabled #11 5.212 tests/Makefile.am:85: warning: source file 'emu/test_replay_gprs_attach.cpp' is in a subdirectory, #11 5.212 tests/Makefile.am:85: but option 'subdir-objects' is disabled #11 5.212 tests/Makefile.am:85: warning: source file 'emu/openbsc_clone.c' is in a subdirectory, #11 5.212 tests/Makefile.am:85: but option 'subdir-objects' is disabled #11 5.212 tests/Makefile.am:85: warning: source file 'emu/test_pdp_activation.cpp' is in a subdirectory, #11 5.212 tests/Makefile.am:85: but option 'subdir-objects' is disabled #11 5.213 tests/Makefile.am:145: warning: source file 'fn/FnTest.cpp' is in a subdirectory, #11 5.213 tests/Makefile.am:145: but option 'subdir-objects' is disabled #11 5.213 tests/Makefile.am:119: warning: source file 'llc/LlcTest.cpp' is in a subdirectory, #11 5.213 tests/Makefile.am:119: but option 'subdir-objects' is disabled #11 5.214 tests/Makefile.am:133: warning: source file 'llist/LListTest.cpp' is in a subdirectory, #11 5.214 tests/Makefile.am:133: but option 'subdir-objects' is disabled #11 5.215 tests/Makefile.am:105: warning: source file 'ms/MsTest.cpp' is in a subdirectory, #11 5.215 tests/Makefile.am:105: but option 'subdir-objects' is disabled #11 5.216 tests/Makefile.am:28: warning: source file 'rlcmac/RLCMACTest.cpp' is in a subdirectory, #11 5.216 tests/Makefile.am:28: but option 'subdir-objects' is disabled #11 5.216 tests/Makefile.am:56: warning: source file 'tbf/TbfTest.cpp' is in a subdirectory, #11 5.216 tests/Makefile.am:56: but option 'subdir-objects' is disabled #11 5.217 tests/Makefile.am:96: warning: source file 'types/TypesTest.cpp' is in a subdirectory, #11 5.217 tests/Makefile.am:96: but option 'subdir-objects' is disabled #11 5.218 tests/Makefile.am:167: warning: source file 'ulc/PdchUlcTest.cpp' is in a subdirectory, #11 5.218 tests/Makefile.am:167: but option 'subdir-objects' is disabled #11 5.331 checking for a BSD-compatible install... /usr/bin/install -c #11 5.337 checking whether build environment is sane... yes #11 5.345 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 5.347 checking for gawk... gawk #11 5.347 checking whether make sets $(MAKE)... yes #11 5.354 checking whether make supports nested variables... yes #11 5.360 checking whether make supports nested variables... (cached) yes #11 5.360 checking whether make sets $(MAKE)... (cached) yes #11 5.362 checking for gcc... gcc #11 5.383 checking whether the C compiler works... yes #11 5.418 checking for C compiler default output file name... a.out #11 5.419 checking for suffix of executables... #11 5.454 checking whether we are cross compiling... no #11 5.486 checking for suffix of object files... o #11 5.507 checking whether the compiler supports GNU C... yes #11 5.524 checking whether gcc accepts -g... yes #11 5.541 checking for gcc option to enable C11 features... none needed #11 5.568 checking whether gcc understands -c and -o together... yes #11 5.604 checking whether make supports the include directive... yes (GNU style) #11 5.610 checking dependency style of gcc... gcc3 #11 5.631 checking for g++... g++ #11 5.672 checking whether the compiler supports GNU C++... yes #11 5.755 checking whether g++ accepts -g... yes #11 5.771 checking for g++ option to enable C++11 features... unsupported #11 5.981 checking for g++ option to enable C++98 features... none needed #11 6.013 checking dependency style of g++... gcc3 #11 6.045 checking build system type... x86_64-pc-linux-gnu #11 6.081 checking host system type... x86_64-pc-linux-gnu #11 6.081 checking how to print strings... printf #11 6.105 checking for a sed that does not truncate output... /usr/bin/sed #11 6.109 checking for grep that handles long lines and -e... /usr/bin/grep #11 6.111 checking for egrep... /usr/bin/grep -E #11 6.112 checking for fgrep... /usr/bin/grep -F #11 6.113 checking for ld used by gcc... /usr/bin/ld #11 6.117 checking if the linker (/usr/bin/ld) is GNU ld... yes #11 6.118 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B #11 6.120 checking the name lister (/usr/bin/nm -B) interface... BSD nm #11 6.134 checking whether ln -s works... yes #11 6.134 checking the maximum length of command line arguments... 1572864 #11 6.140 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop #11 6.140 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop #11 6.140 checking for /usr/bin/ld option to reload object files... -r #11 6.140 checking for file... file #11 6.141 checking for objdump... objdump #11 6.141 checking how to recognize dependent libraries... pass_all #11 6.142 checking for dlltool... no #11 6.143 checking how to associate runtime and link libraries... printf %s\n #11 6.143 checking for ar... ar #11 6.143 checking for archiver @FILE support... @ #11 6.164 checking for strip... strip #11 6.165 checking for ranlib... ranlib #11 6.165 checking command to parse /usr/bin/nm -B output from gcc object... ok #11 6.214 checking for sysroot... no #11 6.214 checking for a working dd... /usr/bin/dd #11 6.217 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 #11 6.231 checking for mt... no #11 6.231 checking if : is a manifest tool... no #11 6.234 checking for stdio.h... yes #11 6.247 checking for stdlib.h... yes #11 6.266 checking for string.h... yes #11 6.282 checking for inttypes.h... yes #11 6.298 checking for stdint.h... yes #11 6.315 checking for strings.h... yes #11 6.334 checking for sys/stat.h... yes #11 6.351 checking for sys/types.h... yes #11 6.369 checking for unistd.h... yes #11 6.389 checking for dlfcn.h... yes #11 6.409 checking for objdir... .libs #11 6.466 checking if gcc supports -fno-rtti -fno-exceptions... no #11 6.483 checking for gcc option to produce PIC... -fPIC -DPIC #11 6.483 checking if gcc PIC flag -fPIC -DPIC works... yes #11 6.495 checking if gcc static flag -static works... yes #11 6.549 checking if gcc supports -c -o file.o... yes #11 6.569 checking if gcc supports -c -o file.o... (cached) yes #11 6.569 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes #11 6.577 checking whether -lc should be explicitly linked in... no #11 6.599 checking dynamic linker characteristics... GNU/Linux ld.so #11 6.646 checking how to hardcode library paths into programs... immediate #11 6.647 checking whether stripping libraries is possible... yes #11 6.648 checking if libtool supports shared libraries... yes #11 6.648 checking whether to build shared libraries... yes #11 6.648 checking whether to build static libraries... yes #11 6.651 checking how to run the C++ preprocessor... g++ -E #11 6.753 checking for ld used by g++... /usr/bin/ld -m elf_x86_64 #11 6.755 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes #11 6.761 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes #11 6.815 checking for g++ option to produce PIC... -fPIC -DPIC #11 6.815 checking if g++ PIC flag -fPIC -DPIC works... yes #11 6.831 checking if g++ static flag -static works... yes #11 6.891 checking if g++ supports -c -o file.o... yes #11 6.911 checking if g++ supports -c -o file.o... (cached) yes #11 6.911 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes #11 6.911 checking dynamic linker characteristics... (cached) GNU/Linux ld.so #11 6.915 checking how to hardcode library paths into programs... immediate #11 6.916 checking for pkg-config... /usr/bin/pkg-config #11 6.916 checking for pkg-config... /usr/bin/pkg-config #11 6.916 checking pkg-config is at least version 0.20... yes #11 6.917 checking for egrep... (cached) /usr/bin/grep -E #11 6.918 checking for libosmocore >= 1.9.0... yes #11 6.924 checking for libosmovty >= 1.9.0... yes #11 6.930 checking for libosmoctrl >= 1.9.0... yes #11 6.937 checking for libosmogsm >= 1.9.0... yes #11 6.945 checking for libosmogb >= 1.9.0... yes #11 6.953 checking whether to enable direct DSP access for PDCH of sysmocom-bts... unset #11 6.954 checking whether to enable direct PHY access for PDCH of NuRAN Wireless Litecell 1.5 BTS... no #11 6.954 checking whether to enable direct PHY access for PDCH of NuRAN Wireless OC-2G BTS... no #11 6.954 checking whether to enable direct E1 CCU access for PDCH of Ericsson RBS... no #11 6.955 checking whether to enable VTY tests... no #11 6.958 CPPFLAGS="" #11 6.958 CFLAGS=" -std=gnu11" #11 6.958 CXXFLAGS=" -std=gnu++03" #11 6.958 LDFLAGS="" #11 6.980 checking that generated files are newer than configure... done #11 6.981 configure: creating ./config.status #11 7.379 config.status: creating include/Makefile #11 7.389 config.status: creating src/Makefile #11 7.401 config.status: creating doc/Makefile #11 7.413 config.status: creating doc/examples/Makefile #11 7.424 config.status: creating tests/Makefile #11 7.437 config.status: creating doc/manuals/Makefile #11 7.449 config.status: creating contrib/Makefile #11 7.460 config.status: creating contrib/systemd/Makefile #11 7.471 config.status: creating Makefile #11 7.482 config.status: executing tests/atconfig commands #11 7.483 config.status: executing depfiles commands #11 7.675 config.status: executing libtool commands #11 7.711 echo 1.4.0.13-38bcb > .version-t && mv .version-t .version #11 7.712 make install-recursive #11 7.714 make[1]: Entering directory '/tmp/osmo-pcu' #11 7.717 Making install in include #11 7.718 make[2]: Entering directory '/tmp/osmo-pcu/include' #11 7.720 make[3]: Entering directory '/tmp/osmo-pcu/include' #11 7.720 make[3]: Nothing to be done for 'install-exec-am'. #11 7.720 make[3]: Nothing to be done for 'install-data-am'. #11 7.720 make[3]: Leaving directory '/tmp/osmo-pcu/include' #11 7.720 make[2]: Leaving directory '/tmp/osmo-pcu/include' #11 7.720 Making install in src #11 7.723 make[2]: Entering directory '/tmp/osmo-pcu/src' #11 7.723 CXX pcu_main.o #11 7.724 CXX alloc_algo.lo #11 7.724 CC gprs_debug.lo #11 7.724 CC csn1.lo #11 7.725 CC csn1_dec.lo #11 7.726 CC csn1_enc.lo #11 7.726 CC gsm_rlcmac.lo #11 7.726 CC gprs_bssgp_pcu.lo #11 7.727 CC gprs_bssgp_rim.lo #11 7.727 CC gprs_rlcmac.lo #11 7.728 CXX gprs_rlcmac_meas.lo #11 7.728 CXX gprs_rlcmac_sched.lo #11 7.731 CC gprs_ms.lo #11 7.731 CC gprs_pcu.lo #11 7.749 CXX pcu_l1_if.lo #11 7.749 CC pcu_vty.lo #11 7.886 CXX pcu_vty_functions.lo #11 7.942 CC mslot_class.lo #11 8.008 CC nacc_fsm.lo #11 8.043 CC neigh_cache.lo #11 8.051 CXX tbf.lo #11 8.119 CC tbf_fsm.lo #11 8.134 CXX tbf_ul.lo #11 8.225 CC tbf_ul_fsm.lo #11 8.266 CC tbf_ul_ack_fsm.lo #11 8.268 CC tbf_ul_ass_fsm.lo #11 8.272 CXX tbf_dl.lo #11 8.308 CC tbf_dl_fsm.lo #11 8.343 CC tbf_dl_ass_fsm.lo #11 8.349 CXX bts.lo #11 8.440 CC bts_pch_timer.lo #11 8.485 CXX pdch.lo #11 8.496 CC pdch_ul_controller.lo #11 8.504 CXX encoding.lo #11 8.552 CC sba.lo #11 8.635 CXX decoding.lo #11 8.643 CC llc.lo #11 8.645 CXX rlc.lo #11 8.693 CXX rlc_window.lo #11 8.719 CXX rlc_window_dl.lo #11 8.756 CXX rlc_window_ul.lo #11 8.765 CC pcuif_sock.lo #11 8.847 CC gprs_codel.lo #11 8.850 CC coding_scheme.lo #11 8.885 CXX egprs_rlc_compression.lo #11 9.422 CXXLD libgprs.la #11 9.508 copying selected object files to avoid basename conflicts... #11 9.556 CXXLD osmo-pcu #11 9.827 make[3]: Entering directory '/tmp/osmo-pcu/src' #11 9.827 make[3]: Nothing to be done for 'install-data-am'. #11 9.828 /usr/bin/mkdir -p '/usr/local/bin' #11 9.831 /bin/bash ../libtool --mode=install /usr/bin/install -c osmo-pcu '/usr/local/bin' #11 9.857 libtool: install: /usr/bin/install -c osmo-pcu /usr/local/bin/osmo-pcu #11 9.859 make[3]: Leaving directory '/tmp/osmo-pcu/src' #11 9.860 make[2]: Leaving directory '/tmp/osmo-pcu/src' #11 9.860 Making install in doc #11 9.862 make[2]: Entering directory '/tmp/osmo-pcu/doc' #11 9.865 Making install in examples #11 9.867 make[3]: Entering directory '/tmp/osmo-pcu/doc/examples' #11 9.869 make[4]: Entering directory '/tmp/osmo-pcu/doc/examples' #11 9.869 make[4]: Nothing to be done for 'install-exec-am'. #11 9.870 /usr/bin/mkdir -p '/usr/local/share/doc/osmo-pcu/examples/osmo-pcu' #11 9.870 /usr/bin/mkdir -p '/usr/local/etc/osmocom' #11 9.872 /usr/bin/install -c -m 644 osmo-pcu.cfg '/usr/local/etc/osmocom' #11 9.873 /usr/bin/install -c -m 644 osmo-pcu.cfg '/usr/local/share/doc/osmo-pcu/examples/osmo-pcu' #11 9.874 make[4]: Leaving directory '/tmp/osmo-pcu/doc/examples' #11 9.874 make[3]: Leaving directory '/tmp/osmo-pcu/doc/examples' #11 9.874 Making install in manuals #11 9.875 make[3]: Entering directory '/tmp/osmo-pcu/doc/manuals' #11 9.877 make[4]: Entering directory '/tmp/osmo-pcu/doc/manuals' #11 9.877 make[4]: Nothing to be done for 'install-exec-am'. #11 9.877 make[4]: Nothing to be done for 'install-data-am'. #11 9.877 make[4]: Leaving directory '/tmp/osmo-pcu/doc/manuals' #11 9.877 make[3]: Leaving directory '/tmp/osmo-pcu/doc/manuals' #11 9.878 make[3]: Entering directory '/tmp/osmo-pcu/doc' #11 9.880 make[4]: Entering directory '/tmp/osmo-pcu/doc' #11 9.880 make[4]: Nothing to be done for 'install-exec-am'. #11 9.880 make[4]: Nothing to be done for 'install-data-am'. #11 9.880 make[4]: Leaving directory '/tmp/osmo-pcu/doc' #11 9.880 make[3]: Leaving directory '/tmp/osmo-pcu/doc' #11 9.881 make[2]: Leaving directory '/tmp/osmo-pcu/doc' #11 9.881 Making install in tests #11 9.883 make[2]: Entering directory '/tmp/osmo-pcu/tests' #11 9.884 CXX pcu_emu.o #11 9.884 CC openbsc_clone.o #11 9.884 CXX test_replay_gprs_attach.o #11 9.885 CXX test_pdp_activation.o #11 10.05 CXXLD emu/pcu_emu #11 10.32 make[3]: Entering directory '/tmp/osmo-pcu/tests' #11 10.32 make[3]: Nothing to be done for 'install-exec-am'. #11 10.32 make[3]: Nothing to be done for 'install-data-am'. #11 10.32 make[3]: Leaving directory '/tmp/osmo-pcu/tests' #11 10.32 make[2]: Leaving directory '/tmp/osmo-pcu/tests' #11 10.32 Making install in contrib #11 10.33 make[2]: Entering directory '/tmp/osmo-pcu/contrib' #11 10.33 Making install in systemd #11 10.33 make[3]: Entering directory '/tmp/osmo-pcu/contrib/systemd' #11 10.33 make[4]: Entering directory '/tmp/osmo-pcu/contrib/systemd' #11 10.33 make[4]: Nothing to be done for 'install-exec-am'. #11 10.33 /usr/bin/mkdir -p '/lib/systemd/system' #11 10.33 /usr/bin/install -c -m 644 osmo-pcu.service '/lib/systemd/system' #11 10.33 make[4]: Leaving directory '/tmp/osmo-pcu/contrib/systemd' #11 10.33 make[3]: Leaving directory '/tmp/osmo-pcu/contrib/systemd' #11 10.34 make[3]: Entering directory '/tmp/osmo-pcu/contrib' #11 10.34 make[4]: Entering directory '/tmp/osmo-pcu/contrib' #11 10.34 make[4]: Nothing to be done for 'install-exec-am'. #11 10.34 make[4]: Nothing to be done for 'install-data-am'. #11 10.34 make[4]: Leaving directory '/tmp/osmo-pcu/contrib' #11 10.34 make[3]: Leaving directory '/tmp/osmo-pcu/contrib' #11 10.34 make[2]: Leaving directory '/tmp/osmo-pcu/contrib' #11 10.34 make[2]: Entering directory '/tmp/osmo-pcu' #11 10.34 make[3]: Entering directory '/tmp/osmo-pcu' #11 10.34 make[3]: Nothing to be done for 'install-exec-am'. #11 10.34 make[3]: Nothing to be done for 'install-data-am'. #11 10.34 make[3]: Leaving directory '/tmp/osmo-pcu' #11 10.34 make[2]: Leaving directory '/tmp/osmo-pcu' #11 10.34 make[1]: Leaving directory '/tmp/osmo-pcu' #11 DONE 10.4s #12 [7/8] COPY OSMO-PCU.CFG /data/osmo-pcu.cfg #12 DONE 0.0s #13 [8/8] WORKDIR /DATA #13 DONE 0.0s #14 exporting to image #14 exporting layers #14 exporting layers 0.2s done #14 writing image sha256:fc7ab2803f49184d1aadf0d4273967fae98a4ed21596b34b0193a3fcd418cc5c done #14 naming to docker.io/osmocom-build/osmo-pcu-master:latest done #14 DONE 0.2s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/osmo-pcu-master' + docker_image_exists osmo-pcu-master + docker images -q osmocom-build/osmo-pcu-master + test -n fc7ab2803f49 + list_osmo_packages debian-bookworm osmo-pcu-master + local distro=debian-bookworm + local image=osmo-pcu-master + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-pcu-master -c + [ -n ] + set +x ### Installed Osmocom packages in: osmo-pcu-master ### ii libosmocodec4:amd64 1.9.0.198.0323.202405162026 amd64 Osmo codec library ii libosmocoding0:amd64 1.9.0.198.0323.202405162026 amd64 Osmo coding library ii libosmocore 1.9.0.198.0323.202405162026 amd64 Open Source MObile COMmunications CORE library (metapackage) ii libosmocore-dev:amd64 1.9.0.198.0323.202405162026 amd64 Development headers for Open Source MObile COMmunications CORE library ii libosmocore21:amd64 1.9.0.198.0323.202405162026 amd64 Osmo Core library ii libosmoctrl0:amd64 1.9.0.198.0323.202405162026 amd64 Osmo control library ii libosmogb14:amd64 1.9.0.198.0323.202405162026 amd64 Osmo GPRS GB library ii libosmogsm20:amd64 1.9.0.198.0323.202405162026 amd64 Osmo GSM utility library ii libosmoisdn0:amd64 1.9.0.198.0323.202405162026 amd64 Osmo ISDN utility library ii libosmosim2:amd64 1.9.0.198.0323.202405162026 amd64 Osmo SIM library ii libosmousb0:amd64 1.9.0.198.0323.202405162026 amd64 Osmo USB library ii libosmovty13:amd64 1.9.0.198.0323.202405162026 amd64 Osmo VTY library ii osmocom-nightly 202405162026 amd64 Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master'] + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends ttcn3-pcu-test + local feed + echo debian-bookworm-titan + depends=debian-bookworm-titan + [ -n debian-bookworm-titan ] + docker_images_require debian-bookworm-titan + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [ registry.osmocom.org = registry.osmocom.org ] + docker pull registry.osmocom.org/osmocom-build/debian-bookworm-titan Using default tag: latest latest: Pulling from osmocom-build/debian-bookworm-titan Digest: sha256:31ecf600e8a049f996ab23a63a2eab83bd2a1a3abc25b14f5c6325091a86f684 Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest + continue + docker_distro_from_image_name ttcn3-pcu-test + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name ttcn3-pcu-test + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name ttcn3-pcu-test + echo ttcn3-pcu-test + dir=ttcn3-pcu-test + pull_arg=--pull + grep ^FROM ../ttcn3-pcu-test/Dockerfile + from_line=FROM $REGISTRY/$USER/debian-bookworm-titan + echo FROM $REGISTRY/$USER/debian-bookworm-titan + grep -q $USER + pull_arg= + set +x Building image: ttcn3-pcu-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../ttcn3-pcu-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-pcu-test OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/ttcn3-pcu-test' awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory rm -rf .common cp -r /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/master \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/ttcn3-pcu-test:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 385B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [internal] load metadata for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest #3 DONE 0.0s #4 [1/4] FROM registry.osmocom.org/osmocom-build/debian-bookworm-titan #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 957B done #5 DONE 0.0s #6 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/master?format=TEXT #6 DONE 0.0s #7 [2/4] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit #7 CACHED #8 [3/4] RUN TTCN3-DOCKER-PREPARE "master" pcu #8 0.231 + OSMO_TTCN3_BRANCH=master #8 0.231 + shift #8 0.231 + cd /osmo-ttcn3-hacks #8 0.231 + git fetch #8 0.317 From https://gerrit.osmocom.org/osmo-ttcn3-hacks #8 0.317 c50a8d4a..485c77b9 master -> origin/master #8 0.317 + cf3fc343...1b33d210 pespin/asterisk -> origin/pespin/asterisk (forced update) #8 0.317 + 6df77c4f...c58a4555 pmaier/ipad -> origin/pmaier/ipad (forced update) #8 0.319 + git checkout master #8 0.369 Already on 'master' #8 0.369 Your branch is behind 'origin/master' by 9 commits, and can be fast-forwarded. #8 0.369 (use "git pull" to update your local branch) #8 0.370 + git symbolic-ref -q HEAD #8 0.371 refs/heads/master #8 0.371 + git reset --hard origin/master #8 0.386 HEAD is now at 485c77b9 IPA_Tests: fix matching of tr_provideEimPackageResult_ePRAndNotif #8 0.387 + git rev-parse --abbrev-ref HEAD #8 0.388 master #8 0.388 + git rev-parse HEAD #8 0.389 485c77b99c758a55c80eebf5ffdd867fb18581ee #8 0.389 + diff -q /tmp/deps-Makefile deps/Makefile #8 0.390 Files /tmp/deps-Makefile and deps/Makefile differ #8 0.390 + make -j8 deps #8 0.421 (make -j16 -C deps || make -j1 -C deps) #8 0.421 make[1]: warning: -j16 forced in submake: resetting jobserver mode. #8 0.422 make[1]: Entering directory '/osmo-ttcn3-hacks/deps' #8 0.953 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi #8 0.953 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi #8 0.953 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e" 2>/dev/null; then set -x && git checkout -q -f "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e"; else set -x && git checkout -q -f "6b769f985eb91bf5a4332f29faa4a043b23ce62e"; fi #8 0.954 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi #8 0.954 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi #8 0.954 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi #8 0.954 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi #8 0.954 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi #8 0.955 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi #8 0.955 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi #8 0.955 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi #8 0.955 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi #8 0.956 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi #8 0.956 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi #8 0.957 cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi #8 0.957 cd titan.ProtocolModules.BSSMAP && git fetch && if git rev-parse "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0" 2>/dev/null; then set -x && git checkout -q -f "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0"; else set -x && git checkout -q -f "4acb6ab5f058477f0b90c2da182d52054e3614b0"; fi #8 1.019 origin/8362efef7c6fa341eb947a75786878e0685767b7 #8 1.019 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7 #8 1.027 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0 #8 1.027 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0 #8 1.136 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/ #8 1.136 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/ #8 1.143 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/ #8 1.147 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/ #8 1.159 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/ #8 1.160 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/ #8 1.170 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/ #8 1.174 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/ #8 1.179 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/ #8 1.183 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/ #8 1.221 origin/f086e78d74defa044d864f17adaad9433fedc961 #8 1.221 origin/b6602eb357673f097ea1a1d22edd568ecd239da1 #8 1.221 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961 #8 1.221 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1 #8 1.235 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/ #8 1.242 origin/c496d298876fed55c2b730278b7ee77982555563 #8 1.243 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563 #8 1.244 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 1.244 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 1.253 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 1.253 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 1.254 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/ #8 1.261 origin/873fe539642542cd9a901c208f1ec11c6d2f5387 #8 1.261 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387 #8 1.272 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e #8 1.272 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e #8 1.277 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 1.277 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 1.299 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 1.300 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 1.308 origin/e97d92a8b66bec399babea52f593771b76cb175a #8 1.308 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a #8 1.316 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 1.316 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 1.540 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/ #8 1.606 origin/09817f113255d7fb56f1d45d3dd629a093d9248d #8 1.606 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d #8 1.695 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 1.696 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 1.700 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 1.700 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 1.701 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps' #8 1.702 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh #8 1.702 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh' #8 1.702 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh #8 1.703 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh' #8 1.703 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh #8 1.703 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh' #8 1.703 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh #8 1.704 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh' #8 1.704 + make pcu #8 1.731 (make -j16 -C deps || make -j1 -C deps) #8 1.732 make[1]: Entering directory '/osmo-ttcn3-hacks/deps' #8 1.940 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi #8 1.941 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi #8 1.941 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e" 2>/dev/null; then set -x && git checkout -q -f "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e"; else set -x && git checkout -q -f "6b769f985eb91bf5a4332f29faa4a043b23ce62e"; fi #8 1.941 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi #8 1.941 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi #8 1.941 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi #8 1.942 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi #8 1.942 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi #8 1.943 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi #8 1.943 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi #8 1.943 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi #8 1.944 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi #8 1.945 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi #8 1.946 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi #8 1.946 cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi #8 1.951 cd titan.ProtocolModules.BSSMAP && git fetch && if git rev-parse "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0" 2>/dev/null; then set -x && git checkout -q -f "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0"; else set -x && git checkout -q -f "4acb6ab5f058477f0b90c2da182d52054e3614b0"; fi #8 2.016 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0 #8 2.017 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0 #8 2.020 origin/8362efef7c6fa341eb947a75786878e0685767b7 #8 2.020 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7 #8 2.109 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/ #8 2.109 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/ #8 2.111 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/ #8 2.113 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/ #8 2.118 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/ #8 2.129 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/ #8 2.129 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/ #8 2.129 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/ #8 2.153 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/ #8 2.153 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/ #8 2.159 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/ #8 2.159 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/ #8 2.165 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/ #8 2.189 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 2.189 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 2.189 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912 #8 2.189 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0 #8 2.190 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 2.190 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530 #8 2.199 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 2.199 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #8 2.201 origin/c496d298876fed55c2b730278b7ee77982555563 #8 2.201 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563 #8 2.201 origin/873fe539642542cd9a901c208f1ec11c6d2f5387 #8 2.201 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387 #8 2.220 origin/09817f113255d7fb56f1d45d3dd629a093d9248d #8 2.220 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d #8 2.228 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 2.228 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c #8 2.231 origin/b6602eb357673f097ea1a1d22edd568ecd239da1 #8 2.231 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e #8 2.231 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1 #8 2.231 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e #8 2.231 origin/f086e78d74defa044d864f17adaad9433fedc961 #8 2.231 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961 #8 2.233 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 2.233 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27 #8 2.233 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 2.233 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #8 2.287 origin/e97d92a8b66bec399babea52f593771b76cb175a #8 2.287 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a #8 2.289 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps' #8 2.290 (cd pcu && ./gen_links.sh && ./regen_makefile.sh) #8 2.292 Linking TCCInterface_Functions.ttcn #8 2.293 Linking TCCConversion_Functions.ttcn #8 2.294 Linking TCCConversion.cc #8 2.294 Linking TCCInterface.cc #8 2.295 Linking TCCInterface_ip.h #8 2.296 Linking Socket_API_Definitions.ttcn #8 2.296 Linking IPL4asp_Functions.ttcn #8 2.297 Linking IPL4asp_PT.cc #8 2.298 Linking IPL4asp_PT.hh #8 2.298 Linking IPL4asp_PortType.ttcn #8 2.299 Linking IPL4asp_Types.ttcn #8 2.299 Linking IPL4asp_discovery.cc #8 2.300 Linking IPL4asp_protocol_L234.hh #8 2.301 Linking UD_PT.cc #8 2.301 Linking UD_PT.hh #8 2.302 Linking UD_PortType.ttcn #8 2.303 Linking UD_Types.ttcn #8 2.303 Linking NS_Types.ttcn #8 2.304 Linking BSSGP_EncDec.cc #8 2.305 Linking BSSGP_Types.ttcn #8 2.306 Linking MobileL3_CC_Types.ttcn #8 2.306 Linking MobileL3_CommonIE_Types.ttcn #8 2.307 Linking MobileL3_GMM_SM_Types.ttcn #8 2.308 Linking MobileL3_MM_Types.ttcn #8 2.308 Linking MobileL3_RRM_Types.ttcn #8 2.309 Linking MobileL3_SMS_Types.ttcn #8 2.309 Linking MobileL3_SS_Types.ttcn #8 2.310 Linking MobileL3_Types.ttcn #8 2.311 Linking LLC_EncDec.cc #8 2.311 Linking LLC_Types.ttcn #8 2.312 Linking SNDCP_Types.ttcn #8 2.313 Linking TELNETasp_PT.cc #8 2.313 Linking TELNETasp_PT.hh #8 2.314 Linking TELNETasp_PortType.ttcn #8 2.314 Linking Misc_Helpers.ttcn #8 2.315 Linking General_Types.ttcn #8 2.316 Linking Osmocom_VTY_Functions.ttcn #8 2.316 Linking Native_Functions.ttcn #8 2.317 Linking Native_FunctionDefs.cc #8 2.318 Linking GSM_Types.ttcn #8 2.318 Linking GSM_RR_Types.ttcn #8 2.319 Linking GSM_RestOctets.ttcn #8 2.320 Linking Osmocom_Types.ttcn #8 2.320 Linking RLCMAC_Templates.ttcn #8 2.321 Linking RLCMAC_Types.ttcn #8 2.322 Linking RLCMAC_CSN1_Templates.ttcn #8 2.322 Linking RLCMAC_CSN1_Types.ttcn #8 2.323 Linking RLCMAC_EncDec.cc #8 2.323 Linking StatsD_Types.ttcn #8 2.324 Linking StatsD_CodecPort.ttcn #8 2.325 Linking StatsD_CodecPort_CtrlFunct.ttcn #8 2.325 Linking StatsD_CodecPort_CtrlFunctdef.cc #8 2.326 Linking StatsD_Checker.ttcn #8 2.326 Linking RAW_NS.ttcnpp #8 2.327 Linking NS_Provider_IPL4.ttcn #8 2.327 Linking NS_Emulation.ttcnpp #8 2.328 Linking BSSGP_Emulation.ttcnpp #8 2.329 Linking Osmocom_Gb_Types.ttcn #8 2.329 Linking LLC_Templates.ttcn #8 2.330 Linking L3_Templates.ttcn #8 2.330 Linking L3_Common.ttcn #8 2.331 Linking PCUIF_Types.ttcn #8 2.331 Linking PCUIF_CodecPort.ttcn #8 2.332 Linking RAW_NS.ttcnpp #8 2.333 Linking IPA_Types.ttcn #8 2.334 Linking IPA_Emulation.ttcnpp #8 2.334 Linking IPA_CodecPort.ttcn #8 2.335 Linking IPA_CodecPort_CtrlFunct.ttcn #8 2.336 Linking IPA_CodecPort_CtrlFunctDef.cc #8 2.336 Linking Osmocom_CTRL_Types.ttcn #8 2.337 Linking Osmocom_CTRL_Functions.ttcn #8 2.337 Linking Osmocom_CTRL_Adapter.ttcn #8 2.355 Generating Makefile skeleton... #8 2.355 Makefile skeleton was generated. #8 2.366 make -C pcu compile #8 2.370 make[1]: Entering directory '/osmo-ttcn3-hacks/pcu' #8 2.370 cpp -x c -nostdinc -DBSSGP_EM_L3 -DIPA_EMULATION_CTRL BSSGP_Emulation.ttcnpp BSSGP_Emulation.ttcn #8 2.379 cpp -x c -nostdinc -DBSSGP_EM_L3 -DIPA_EMULATION_CTRL IPA_Emulation.ttcnpp IPA_Emulation.ttcn #8 2.384 cpp -x c -nostdinc -DBSSGP_EM_L3 -DIPA_EMULATION_CTRL NS_Emulation.ttcnpp NS_Emulation.ttcn #8 2.391 cpp -x c -nostdinc -DBSSGP_EM_L3 -DIPA_EMULATION_CTRL RAW_NS.ttcnpp RAW_NS.ttcn #8 2.398 RAW_NS.ttcnpp:135:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #8 2.398 135 | #endif NS_EMULATION_FR #8 2.398 | ^~~~~~~~~~~~~~~ #8 2.400 /usr/bin/ttcn3_compiler -L -U 8 BSSGP_Types.ttcn GPRS_Components.ttcn GPRS_Context.ttcn GPRS_TBF.ttcn GSM_RR_Types.ttcn GSM_RestOctets.ttcn GSM_Types.ttcn General_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn L3_Common.ttcn L3_Templates.ttcn LLC_Templates.ttcn LLC_Types.ttcn Misc_Helpers.ttcn MobileL3_CC_Types.ttcn MobileL3_CommonIE_Types.ttcn MobileL3_GMM_SM_Types.ttcn MobileL3_MM_Types.ttcn MobileL3_RRM_Types.ttcn MobileL3_SMS_Types.ttcn MobileL3_SS_Types.ttcn MobileL3_Types.ttcn NS_Provider_IPL4.ttcn NS_Types.ttcn Native_Functions.ttcn Osmocom_CTRL_Adapter.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Types.ttcn Osmocom_Gb_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn PCUIF_CodecPort.ttcn PCUIF_Components.ttcn PCUIF_Types.ttcn PCU_Tests.ttcn PCU_Tests_NS.ttcn PCU_Tests_SNS.ttcn PCU_selftest.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_Templates.ttcn RLCMAC_Types.ttcn SGSN_Components.ttcn SNDCP_Types.ttcn Socket_API_Definitions.ttcn StatsD_Checker.ttcn StatsD_CodecPort.ttcn StatsD_CodecPort_CtrlFunct.ttcn StatsD_Types.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn UD_PortType.ttcn UD_Types.ttcn BSSGP_Emulation.ttcn IPA_Emulation.ttcn NS_Emulation.ttcn RAW_NS.ttcn - BSSGP_Types.ttcn GPRS_Components.ttcn GPRS_Context.ttcn GPRS_TBF.ttcn GSM_RR_Types.ttcn GSM_RestOctets.ttcn GSM_Types.ttcn General_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn L3_Common.ttcn L3_Templates.ttcn LLC_Templates.ttcn LLC_Types.ttcn Misc_Helpers.ttcn MobileL3_CC_Types.ttcn MobileL3_CommonIE_Types.ttcn MobileL3_GMM_SM_Types.ttcn MobileL3_MM_Types.ttcn MobileL3_RRM_Types.ttcn MobileL3_SMS_Types.ttcn MobileL3_SS_Types.ttcn MobileL3_Types.ttcn NS_Provider_IPL4.ttcn NS_Types.ttcn Native_Functions.ttcn Osmocom_CTRL_Adapter.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Types.ttcn Osmocom_Gb_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn PCUIF_CodecPort.ttcn PCUIF_Components.ttcn PCUIF_Types.ttcn PCU_Tests.ttcn PCU_Tests_NS.ttcn PCU_Tests_SNS.ttcn PCU_selftest.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_Templates.ttcn RLCMAC_Types.ttcn SGSN_Components.ttcn SNDCP_Types.ttcn Socket_API_Definitions.ttcn StatsD_Checker.ttcn StatsD_CodecPort.ttcn StatsD_CodecPort_CtrlFunct.ttcn StatsD_Types.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn UD_PortType.ttcn UD_Types.ttcn BSSGP_Emulation.ttcn IPA_Emulation.ttcn NS_Emulation.ttcn RAW_NS.ttcn #8 2.402 warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled. #8 2.402 #8 2.405 Notify: Parsing TTCN-3 module `BSSGP_Types.ttcn'... #8 2.414 Notify: Parsing TTCN-3 module `GPRS_Components.ttcn'... #8 2.419 Notify: Parsing TTCN-3 module `GPRS_Context.ttcn'... #8 2.419 Notify: Parsing TTCN-3 module `GPRS_TBF.ttcn'... #8 2.421 Notify: Parsing TTCN-3 module `GSM_RR_Types.ttcn'... #8 2.423 Notify: Parsing TTCN-3 module `GSM_RestOctets.ttcn'... #8 2.425 Notify: Parsing TTCN-3 module `GSM_Types.ttcn'... #8 2.426 Notify: Parsing TTCN-3 module `General_Types.ttcn'... #8 2.427 Notify: Parsing TTCN-3 module `IPA_CodecPort.ttcn'... #8 2.427 Notify: Parsing TTCN-3 module `IPA_CodecPort_CtrlFunct.ttcn'... #8 2.427 Notify: Parsing TTCN-3 module `IPA_Types.ttcn'... #8 2.428 Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'... #8 2.428 Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'... #8 2.429 Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'... #8 2.429 Notify: Parsing TTCN-3 module `L3_Common.ttcn'... #8 2.429 Notify: Parsing TTCN-3 module `L3_Templates.ttcn'... #8 2.435 Notify: Parsing TTCN-3 module `LLC_Templates.ttcn'... #8 2.437 Notify: Parsing TTCN-3 module `LLC_Types.ttcn'... #8 2.437 Notify: Parsing TTCN-3 module `Misc_Helpers.ttcn'... #8 2.437 Notify: Parsing TTCN-3 module `MobileL3_CC_Types.ttcn'... #8 2.439 Notify: Parsing TTCN-3 module `MobileL3_CommonIE_Types.ttcn'... #8 2.440 Notify: Parsing TTCN-3 module `MobileL3_GMM_SM_Types.ttcn'... #8 2.444 Notify: Parsing TTCN-3 module `MobileL3_MM_Types.ttcn'... #8 2.445 Notify: Parsing TTCN-3 module `MobileL3_RRM_Types.ttcn'... #8 2.447 Notify: Parsing TTCN-3 module `MobileL3_SMS_Types.ttcn'... #8 2.448 Notify: Parsing TTCN-3 module `MobileL3_SS_Types.ttcn'... #8 2.449 Notify: Parsing TTCN-3 module `MobileL3_Types.ttcn'... #8 2.449 Notify: Parsing TTCN-3 module `NS_Provider_IPL4.ttcn'... #8 2.450 Notify: Parsing TTCN-3 module `NS_Types.ttcn'... #8 2.451 Notify: Parsing TTCN-3 module `Native_Functions.ttcn'... #8 2.451 Notify: Parsing TTCN-3 module `Osmocom_CTRL_Adapter.ttcn'... #8 2.451 Notify: Parsing TTCN-3 module `Osmocom_CTRL_Functions.ttcn'... #8 2.452 Notify: Parsing TTCN-3 module `Osmocom_CTRL_Types.ttcn'... #8 2.452 Osmocom_CTRL_Types.ttcn:26.39-88: In character string pattern: #8 2.452 Osmocom_CTRL_Types.ttcn:26.44-45: warning: Use of unrecognized escape sequence `\{' is deprecated #8 2.452 Osmocom_CTRL_Types.ttcn:26.46-47: warning: Use of unrecognized escape sequence `\}' is deprecated #8 2.453 Notify: Parsing TTCN-3 module `Osmocom_Gb_Types.ttcn'... #8 2.462 Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'... #8 2.463 Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'... #8 2.464 Notify: Parsing TTCN-3 module `PCUIF_CodecPort.ttcn'... #8 2.465 Notify: Parsing TTCN-3 module `PCUIF_Components.ttcn'... #8 2.466 PCUIF_Components.ttcn:541.40-46: In charstring value: #8 2.466 PCUIF_Components.ttcn:541.42-43: warning: Unknown escape sequence `\d' was treated literally #8 2.467 Notify: Parsing TTCN-3 module `PCUIF_Types.ttcn'... #8 2.469 Notify: Parsing TTCN-3 module `PCU_Tests.ttcn'... #8 2.493 Notify: Parsing TTCN-3 module `PCU_Tests_NS.ttcn'... #8 2.494 Notify: Parsing TTCN-3 module `PCU_Tests_SNS.ttcn'... #8 2.495 Notify: Parsing TTCN-3 module `PCU_selftest.ttcn'... #8 2.496 Notify: Parsing TTCN-3 module `RLCMAC_CSN1_Templates.ttcn'... #8 2.497 Notify: Parsing TTCN-3 module `RLCMAC_CSN1_Types.ttcn'... #8 2.501 Notify: Parsing TTCN-3 module `RLCMAC_Templates.ttcn'... #8 2.504 Notify: Parsing TTCN-3 module `RLCMAC_Types.ttcn'... #8 2.505 Notify: Parsing TTCN-3 module `SGSN_Components.ttcn'... #8 2.505 Notify: Parsing TTCN-3 module `SNDCP_Types.ttcn'... #8 2.506 Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'... #8 2.506 Notify: Parsing TTCN-3 module `StatsD_Checker.ttcn'... #8 2.507 Notify: Parsing TTCN-3 module `StatsD_CodecPort.ttcn'... #8 2.507 Notify: Parsing TTCN-3 module `StatsD_CodecPort_CtrlFunct.ttcn'... #8 2.508 Notify: Parsing TTCN-3 module `StatsD_Types.ttcn'... #8 2.508 Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'... #8 2.509 Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'... #8 2.510 Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'... #8 2.510 Notify: Parsing TTCN-3 module `UD_PortType.ttcn'... #8 2.510 Notify: Parsing TTCN-3 module `UD_Types.ttcn'... #8 2.510 Notify: Parsing TTCN-3 module `BSSGP_Emulation.ttcn'... #8 2.515 Notify: Parsing TTCN-3 module `IPA_Emulation.ttcn'... #8 2.516 Notify: Parsing TTCN-3 module `NS_Emulation.ttcn'... #8 2.519 Notify: Parsing TTCN-3 module `RAW_NS.ttcn'... #8 2.521 Notify: Checking modules... #8 2.523 NS_Provider_IPL4.ttcn: In TTCN-3 module `NS_Provider_IPL4': #8 2.523 NS_Provider_IPL4.ttcn:28.1-28: In import definition: #8 2.523 NS_Provider_IPL4.ttcn: warning: Circular import chain is not recommended: `@NS_Provider_IPL4' -> `@NS_Emulation' -> `@NS_Provider_IPL4' #8 2.523 NS_Provider_IPL4.ttcn:29.1-28: In import definition: #8 2.523 NS_Provider_IPL4.ttcn: warning: Circular import chain is not recommended: `@NS_Provider_IPL4' -> `@NS_Emulation' -> `@NS_Provider_IPL4' #8 2.523 NS_Provider_IPL4.ttcn:30.1-22: In import definition: #8 2.523 NS_Provider_IPL4.ttcn: warning: Circular import chain is not recommended: `@NS_Provider_IPL4' -> `@NS_Emulation' -> `@NS_Provider_IPL4' #8 2.523 NS_Provider_IPL4.ttcn:31.1-24: In import definition: #8 2.523 NS_Provider_IPL4.ttcn: warning: Circular import chain is not recommended: `@NS_Provider_IPL4' -> `@NS_Emulation' -> `@NS_Provider_IPL4' #8 2.523 NS_Provider_IPL4.ttcn:33.1-29: In import definition: #8 2.523 NS_Provider_IPL4.ttcn: warning: Circular import chain is not recommended: `@NS_Provider_IPL4' -> `@NS_Emulation' -> `@NS_Provider_IPL4' #8 2.523 NS_Provider_IPL4.ttcn:34.1-32: In import definition: #8 2.523 NS_Provider_IPL4.ttcn: warning: Circular import chain is not recommended: `@NS_Provider_IPL4' -> `@NS_Emulation' -> `@NS_Provider_IPL4' #8 2.596 Osmocom_Gb_Types.ttcn: In TTCN-3 module `Osmocom_Gb_Types': #8 2.596 Osmocom_Gb_Types.ttcn:1050.10-1058.2: In function definition `f_tr_BSSGP_IMSI': #8 2.596 Osmocom_Gb_Types.ttcn:1055.5-1057.3: In else statement: #8 2.596 Osmocom_Gb_Types.ttcn:1056.4-29: In return statement: #8 2.596 Osmocom_Gb_Types.ttcn:1056.24-29: In actual parameter list of template `@Osmocom_Gb_Types.tr_BSSGP_IMSI': #8 2.596 Osmocom_Gb_Types.ttcn:1056.25-28: In parameter #1 for `imsi': #8 2.596 Osmocom_Gb_Types.ttcn:1056.25-28: warning: Inadequate restriction on the referenced template parameter `imsi', this may cause a dynamic test case error at runtime #8 2.596 Osmocom_Gb_Types.ttcn:1050.35-57: note: Referenced template parameter is here #8 2.612 RAW_NS.ttcn: In TTCN-3 module `RAW_NS': #8 2.612 RAW_NS.ttcnpp:70.1-123.1: In function definition `f_init_ns_codec': #8 2.612 RAW_NS.ttcnpp:89.2-120.2: In if statement: #8 2.612 RAW_NS.ttcnpp:95.3-109.3: In if statement: #8 2.612 RAW_NS.ttcnpp:108.4-95: In start test component statement: #8 2.612 NS_Provider_IPL4.ttcn:119.1-209.1: In function definition `main': #8 2.612 NS_Provider_IPL4.ttcn:141.2-207.2: In while statement: #8 2.612 NS_Provider_IPL4.ttcn:149.2-206.2: In alt construct: #8 2.612 NS_Provider_IPL4.ttcn:202.3-58: In variable assignment: #8 2.612 NS_Provider_IPL4.ttcn:202.20-58: In actual parameter list of function `@NS_Provider_IPL4.f_nsvc_del': #8 2.612 NS_Provider_IPL4.ttcn:202.21-57: In parameter #1 for `nsvc': #8 2.612 NS_Provider_IPL4.ttcn:202.34-57: warning: Field `vc_nsvc' is missing from record value #8 2.621 NS_Emulation.ttcn: In TTCN-3 module `NS_Emulation': #8 2.621 NS_Emulation.ttcnpp:331.2-362.2: In function definition `f_nsvc_add': #8 2.621 NS_Emulation.ttcnpp:351.3-67: In start test component statement: #8 2.621 NS_Emulation.ttcnpp:710.2-716.2: In function definition `NSVCStart': #8 2.621 NS_Emulation.ttcnpp:715.3-16: In function instance: #8 2.621 NS_Emulation.ttcnpp:1032.10-1043.2: In function definition `f_ScanEvents': #8 2.621 NS_Emulation.ttcnpp:1034.3-1042.3: In while statement: #8 2.621 NS_Emulation.ttcnpp:1035.4-1041.4: In alt construct: #8 2.621 NS_Emulation.ttcnpp:1040.34-46: In guard statement: #8 2.621 NS_Emulation.ttcnpp:763.10-826.2: In altstep definition `as_allstate': #8 2.621 NS_Emulation.ttcnpp:784.4-20: In guard expression: #8 2.621 NS_Emulation.ttcnpp:784.4-20: warning: State of timer(s) may change during the actual snapshot. #8 2.621 NS_Emulation.ttcnpp:790.4-19: In guard expression: #8 2.621 NS_Emulation.ttcnpp:790.4-19: warning: State of timer(s) may change during the actual snapshot. #8 2.621 NS_Emulation.ttcnpp:796.4-20: In guard expression: #8 2.621 NS_Emulation.ttcnpp:796.4-20: warning: State of timer(s) may change during the actual snapshot. #8 2.622 NS_Emulation.ttcnpp:406.2-424.2: In function definition `NSStart': #8 2.622 NS_Emulation.ttcnpp:419.3-423.3: In while statement: #8 2.622 NS_Emulation.ttcnpp:420.4-422.4: In alt construct: #8 2.622 NS_Emulation.ttcnpp:421.7-20: In guard statement: #8 2.622 NS_Emulation.ttcnpp:467.10-509.2: In altstep definition `as_ns_common': #8 2.622 NS_Emulation.ttcnpp:478.48-64: In guard statement: #8 2.622 NS_Emulation.ttcnpp:629.10-680.2: In altstep definition `as_vcg_sns_sgsn': #8 2.622 NS_Emulation.ttcnpp:637.6-640.33: In guard operation: #8 2.622 NS_Emulation.ttcnpp:637.6-640.33: In receive statement: #8 2.622 NS_Emulation.ttcnpp:638.10-639.52: warning: Function invocation 'tr_SNS_IPv4(g_config.nsvc[0].provider.ip.remote_ip, g_config.nsvc[0].provider.ip.remote_udp_port, -, -)' may change the actual snapshot. #8 2.622 NS_Emulation.ttcnpp:479.52-67: In guard statement: #8 2.622 NS_Emulation.ttcnpp:596.10-625.2: In altstep definition `as_vcg_sns_pcu': #8 2.622 NS_Emulation.ttcnpp:601.6-604.33: In guard operation: #8 2.622 NS_Emulation.ttcnpp:601.6-604.33: In receive statement: #8 2.622 NS_Emulation.ttcnpp:602.10-603.52: warning: Function invocation 'tr_SNS_IPv4(g_config.nsvc[0].provider.ip.remote_ip, g_config.nsvc[0].provider.ip.remote_udp_port, -, -)' may change the actual snapshot. #8 2.635 BSSGP_Emulation.ttcn: In TTCN-3 module `BSSGP_Emulation': #8 2.635 BSSGP_Emulation.ttcnpp:193.1-222.1: In function definition `BssgpStart': #8 2.635 BSSGP_Emulation.ttcnpp:197.2-210.2: In for statement: #8 2.635 BSSGP_Emulation.ttcnpp:203.3-78: In start test component statement: #8 2.635 BSSGP_Emulation.ttcnpp:1364.9-1370.1: In function definition `f_bssgp_bvc_main': #8 2.635 BSSGP_Emulation.ttcnpp:1369.2-25: In function instance: #8 2.635 BSSGP_Emulation.ttcnpp:1353.9-1361.1: In function definition `f_bssgp_bvc_ScanEvents': #8 2.635 BSSGP_Emulation.ttcnpp:1354.2-1360.2: In while statement: #8 2.635 BSSGP_Emulation.ttcnpp:1355.3-1359.3: In alt construct: #8 2.635 BSSGP_Emulation.ttcnpp:1356.38-53: In guard statement: #8 2.635 BSSGP_Emulation.ttcnpp:1051.9-1086.1: In altstep definition `as_ptp_blocked': #8 2.635 BSSGP_Emulation.ttcnpp:1054.3-47: In guard expression: #8 2.635 BSSGP_Emulation.ttcnpp:1054.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.638 BSSGP_Emulation.ttcnpp:1066.3-30: In guard expression: #8 2.638 BSSGP_Emulation.ttcnpp:1066.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.638 BSSGP_Emulation.ttcnpp:1071.3-34: In guard expression: #8 2.638 BSSGP_Emulation.ttcnpp:1071.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.640 BSSGP_Emulation.ttcnpp:1357.40-57: In guard statement: #8 2.640 BSSGP_Emulation.ttcnpp:1089.9-1266.1: In altstep definition `as_ptp_unblocked': #8 2.640 BSSGP_Emulation.ttcnpp:1113.3-43: In guard expression: #8 2.640 BSSGP_Emulation.ttcnpp:1113.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.640 BSSGP_Emulation.ttcnpp:1118.3-47: In guard expression: #8 2.640 BSSGP_Emulation.ttcnpp:1118.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.640 BSSGP_Emulation.ttcnpp:1121.3-43: In guard expression: #8 2.640 BSSGP_Emulation.ttcnpp:1121.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.650 BSSGP_Emulation.ttcnpp:221.2-21: In function instance: #8 2.650 BSSGP_Emulation.ttcnpp:609.9-620.1: In function definition `f_bssgp_ScanEvents': #8 2.650 BSSGP_Emulation.ttcnpp:610.2-619.2: In while statement: #8 2.650 BSSGP_Emulation.ttcnpp:611.3-618.3: In alt construct: #8 2.650 BSSGP_Emulation.ttcnpp:612.42-60: In guard statement: #8 2.650 BSSGP_Emulation.ttcnpp:277.1-289.1: In altstep definition `as_sig_wait_reset': #8 2.650 BSSGP_Emulation.ttcnpp:281.5-70: In guard operation: #8 2.650 BSSGP_Emulation.ttcnpp:281.5-70: In receive statement: #8 2.650 BSSGP_Emulation.ttcnpp:281.18-56: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O, bVCI := tr_BSSGP_BVCI(bvci), cause := tr_BSSGP_CAUSE(cause), cell_Identifier := tr_BSSGP_IE_CellId(cell_id), feature_bitmap := *, extended_Feature_Bitmap := * } }, 0)' may change the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:613.6-26: In guard statement: #8 2.652 BSSGP_Emulation.ttcnpp:420.1-467.1: In altstep definition `as_sig_allstate_pre': #8 2.652 BSSGP_Emulation.ttcnpp:424.5-70: In guard operation: #8 2.652 BSSGP_Emulation.ttcnpp:424.5-70: In receive statement: #8 2.652 BSSGP_Emulation.ttcnpp:424.18-56: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O, bVCI := tr_BSSGP_BVCI(bvci), cause := tr_BSSGP_CAUSE(cause), cell_Identifier := tr_BSSGP_IE_CellId(cell_id), feature_bitmap := *, extended_Feature_Bitmap := * } }, 0)' may change the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:438.5-64: In guard operation: #8 2.652 BSSGP_Emulation.ttcnpp:438.5-64: In receive statement: #8 2.652 BSSGP_Emulation.ttcnpp:438.18-50: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_BLOCK := { bssgpPduType := '20'O, bVCI := tr_BSSGP_BVCI(bvci), cause := tr_BSSGP_CAUSE(cause) } }, 0)' may change the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:441.5-63: In guard operation: #8 2.652 BSSGP_Emulation.ttcnpp:441.5-63: In receive statement: #8 2.652 BSSGP_Emulation.ttcnpp:441.18-49: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_UNBLOCK := { bssgpPduType := '24'O, bVCI := tr_BSSGP_BVCI(bvci) } }, 0)' may change the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:444.5-65: In guard operation: #8 2.652 BSSGP_Emulation.ttcnpp:444.5-65: In receive statement: #8 2.652 BSSGP_Emulation.ttcnpp:444.18-51: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_BLOCK_ACK := { bssgpPduType := '21'O, bVCI := tr_BSSGP_BVCI(bvci) } }, 0)' may change the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:447.5-67: In guard operation: #8 2.652 BSSGP_Emulation.ttcnpp:447.5-67: In receive statement: #8 2.652 BSSGP_Emulation.ttcnpp:447.18-53: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_UNBLOCK_ACK := { bssgpPduType := '25'O, bVCI := tr_BSSGP_BVCI(bvci) } }, 0)' may change the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:452.3-14: In guard expression: #8 2.652 BSSGP_Emulation.ttcnpp:452.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:452.17-83: In guard operation: #8 2.652 BSSGP_Emulation.ttcnpp:452.17-83: In receive statement: #8 2.652 BSSGP_Emulation.ttcnpp:452.30-69: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_RESET_ACK := { bssgpPduType := '23'O, bVCI := tr_BSSGP_BVCI(bvci), cell_Identifier := tr_BSSGP_IE_CellId(cell_id), feature_bitmap := *, extended_Feature_Bitmap := * } }, 0)' may change the actual snapshot. #8 2.652 BSSGP_Emulation.ttcnpp:462.3-14: In guard expression: #8 2.652 BSSGP_Emulation.ttcnpp:462.3-14: warning: State of timer(s) may change during the actual snapshot. #8 2.653 BSSGP_Emulation.ttcnpp:615.41-58: In guard statement: #8 2.653 BSSGP_Emulation.ttcnpp:305.1-402.1: In altstep definition `as_sig_unblocked': #8 2.653 BSSGP_Emulation.ttcnpp:313.5-56: In guard operation: #8 2.653 BSSGP_Emulation.ttcnpp:313.5-56: In receive statement: #8 2.653 BSSGP_Emulation.ttcnpp:313.18-42: warning: Function invocation 'f_BnsUdInd(?, (2 .. 65535))' may change the actual snapshot. #8 2.653 BSSGP_Emulation.ttcnpp:325.5-59: In guard operation: #8 2.653 BSSGP_Emulation.ttcnpp:325.5-59: In receive statement: #8 2.653 BSSGP_Emulation.ttcnpp:325.18-45: warning: Function invocation 'f_BnsUdInd(({ pDU_BSSGP_SUSPEND := ? }, { pDU_BSSGP_SUSPEND_ACK := ? }, { pDU_BSSGP_SUSPEND_NACK := ? }, { pDU_BSSGP_RESUME := ? }, { pDU_BSSGP_RESUME_ACK := ? }, { pDU_BSSGP_RESUME_NACK := ? }, { pDU_BSSGP_SGSN_INVOKE_TRACE := ? }, { pDU_BSSGP_OVERLOAD := ? }, { pDU_BSSGP_STATUS := ? }), 0)' may change the actual snapshot. #8 2.653 BSSGP_Emulation.ttcnpp:330.5-52: In guard operation: #8 2.653 BSSGP_Emulation.ttcnpp:330.5-52: In receive statement: #8 2.653 BSSGP_Emulation.ttcnpp:330.18-38: warning: Function invocation 'f_BnsUdInd(({ pDU_BSSGP_RAN_INFORMATION := ? }, { pDU_BSSGP_RAN_INFORMATION_REQUEST := ? }, { pDU_BSSGP_RAN_INFORMATION_ACK := ? }, { pDU_BSSGP_RAN_INFORMATION_ERROR := ? }, { pDU_BSSGP_RAN_INFORMATION_APPLICATION_ERROR := ? }), 0)' may change the actual snapshot. #8 2.653 BSSGP_Emulation.ttcnpp:337.5-76: In guard operation: #8 2.653 BSSGP_Emulation.ttcnpp:337.5-76: In receive statement: #8 2.653 BSSGP_Emulation.ttcnpp:337.18-62: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_FLUSH_LL_ACK := { bssgpPduType := '2B'O, tLLI := { iEI := '1F'O, ext := '1'B, lengthIndicator := { length1 := 4 }, tLLI_Value := tlli }, flush_Action := tr_FLUSH_ACTION(act), bVCI_new := f_ts_BSSGP_BVCI(bvci_new), number_of_octets_affected := tr_NO_OCT_AFF(oct_affected), nSEI := f_ts_BSSGP_NSEI(nsei) } }, 0)' may change the actual snapshot. #8 2.653 BSSGP_Emulation.ttcnpp:347.5-47: In guard operation: #8 2.653 BSSGP_Emulation.ttcnpp:347.5-47: In receive statement: #8 2.653 BSSGP_Emulation.ttcnpp:347.18-33: warning: Function invocation 'f_BnsUdInd(?, 0)' may change the actual snapshot. #8 2.653 BSSGP_Emulation.ttcnpp:369.5-80: In guard operation: #8 2.653 BSSGP_Emulation.ttcnpp:369.5-80: In receive statement: #8 2.653 BSSGP_Emulation.ttcnpp:369.18-66: warning: Function invocation 'f_BnsUdInd(@BSSGP_Types.PDU_BSSGP : { pDU_BSSGP_PAGING_PS := ? }, 0)' may change the actual snapshot. #8 2.653 BSSGP_Emulation.ttcnpp:378.5-80: In guard operation: #8 2.653 BSSGP_Emulation.ttcnpp:378.5-80: In receive statement: #8 2.653 BSSGP_Emulation.ttcnpp:378.18-66: warning: Function invocation 'f_BnsUdInd(@BSSGP_Types.PDU_BSSGP : { pDU_BSSGP_PAGING_CS := ? }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:617.6-27: In guard statement: #8 2.655 BSSGP_Emulation.ttcnpp:470.1-555.1: In altstep definition `as_sig_allstate_post': #8 2.655 BSSGP_Emulation.ttcnpp:480.5-70: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:480.5-70: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:480.18-56: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O, bVCI := tr_BSSGP_BVCI(bvci), cause := tr_BSSGP_CAUSE(cause), cell_Identifier := tr_BSSGP_IE_CellId(cell_id), feature_bitmap := *, extended_Feature_Bitmap := * } }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:494.5-64: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:494.5-64: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:494.18-50: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_BLOCK := { bssgpPduType := '20'O, bVCI := tr_BSSGP_BVCI(bvci), cause := tr_BSSGP_CAUSE(cause) } }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:497.5-63: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:497.5-63: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:497.18-49: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_UNBLOCK := { bssgpPduType := '24'O, bVCI := tr_BSSGP_BVCI(bvci) } }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:500.5-65: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:500.5-65: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:500.18-51: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_BLOCK_ACK := { bssgpPduType := '21'O, bVCI := tr_BSSGP_BVCI(bvci) } }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:503.5-67: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:503.5-67: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:503.18-53: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_UNBLOCK_ACK := { bssgpPduType := '25'O, bVCI := tr_BSSGP_BVCI(bvci) } }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:508.5-64: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:508.5-64: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:508.18-50: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_BLOCK := { bssgpPduType := '20'O, bVCI := tr_BSSGP_BVCI(bvci), cause := tr_BSSGP_CAUSE(cause) } }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:514.5-67: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:514.5-67: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:514.18-53: warning: Function invocation 'f_BnsUdInd({ pDU_BSSGP_BVC_RESET := { bssgpPduType := '22'O, bVCI := tr_BSSGP_BVCI(bvci), cause := tr_BSSGP_CAUSE(cause), cell_Identifier := tr_BSSGP_IE_CellId(cell_id), feature_bitmap := *, extended_Feature_Bitmap := * } }, 0)' may change the actual snapshot. #8 2.655 BSSGP_Emulation.ttcnpp:546.5-47: In guard operation: #8 2.655 BSSGP_Emulation.ttcnpp:546.5-47: In receive statement: #8 2.655 BSSGP_Emulation.ttcnpp:546.18-33: warning: Function invocation 'f_BnsUdInd(?, ?)' may change the actual snapshot. #8 2.664 PCU_Tests.ttcn: In TTCN-3 module `PCU_Tests': #8 2.664 PCU_Tests.ttcn:316.9-337.1: In function definition `f_multi_ms_establish_tbf': #8 2.664 PCU_Tests.ttcn:318.2-336.2: In for statement: #8 2.664 PCU_Tests.ttcn:323.3-335.3: In if statement: #8 2.664 PCU_Tests.ttcn:331.4-25: In function instance: #8 2.664 PCU_Tests.ttcn:331.4-25: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.664 PCU_Tests.ttcn:339.9-378.1: In function definition `f_ms_establish_ul_tbf_2phase_access': #8 2.664 PCU_Tests.ttcn:376.2-94: In function instance: #8 2.664 PCU_Tests.ttcn:376.2-94: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.665 PCU_Tests.ttcn:410.1-487.1: In testcase definition `TC_pcuif_suspend_active_tbf': #8 2.665 PCU_Tests.ttcn:437.2-18: In function instance: #8 2.665 PCU_Tests.ttcn:437.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.665 PCU_Tests.ttcn:441.2-85: In function instance: #8 2.665 PCU_Tests.ttcn:441.2-85: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.666 PCU_Tests.ttcn:521.1-575.1: In testcase definition `TC_ta_ul_ack_nack_first_block': #8 2.666 PCU_Tests.ttcn:542.2-18: In function instance: #8 2.666 PCU_Tests.ttcn:542.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.666 PCU_Tests.ttcn:552.2-85: In function instance: #8 2.666 PCU_Tests.ttcn:552.2-85: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.667 PCU_Tests.ttcn:819.1-905.1: In testcase definition `TC_cs_lqual_ul_tbf': #8 2.667 PCU_Tests.ttcn:839.2-18: In function instance: #8 2.667 PCU_Tests.ttcn:839.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.667 PCU_Tests.ttcn:908.1-983.1: In testcase definition `TC_cs_initial_ul': #8 2.667 PCU_Tests.ttcn:933.2-18: In function instance: #8 2.667 PCU_Tests.ttcn:933.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.667 PCU_Tests.ttcn:972.2-35: In function instance: #8 2.667 PCU_Tests.ttcn:972.2-35: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.667 PCU_Tests.ttcn:986.1-1031.1: In testcase definition `TC_cs_max_ul': #8 2.667 PCU_Tests.ttcn:1008.2-18: In function instance: #8 2.667 PCU_Tests.ttcn:1008.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.667 PCU_Tests.ttcn:1020.2-36: In function instance: #8 2.667 PCU_Tests.ttcn:1020.2-36: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.669 PCU_Tests.ttcn:1192.1-1265.1: In testcase definition `TC_mcs_initial_ul': #8 2.669 PCU_Tests.ttcn:1254.2-35: In function instance: #8 2.669 PCU_Tests.ttcn:1254.2-35: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.669 PCU_Tests.ttcn:1268.1-1304.1: In testcase definition `TC_mcs_max_ul': #8 2.669 PCU_Tests.ttcn:1293.2-36: In function instance: #8 2.669 PCU_Tests.ttcn:1293.2-36: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.671 PCU_Tests.ttcn:1597.1-1697.1: In testcase definition `TC_n3103_max_t3169': #8 2.671 PCU_Tests.ttcn:1624.2-18: In function instance: #8 2.671 PCU_Tests.ttcn:1624.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.671 PCU_Tests.ttcn:1626.2-54: In function instance: #8 2.671 PCU_Tests.ttcn:1626.2-54: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.671 PCU_Tests.ttcn:1635.2-1678.2: In alt construct: #8 2.671 PCU_Tests.ttcn:1666.3-16: In guard expression: #8 2.671 PCU_Tests.ttcn:1666.3-16: warning: State of timer(s) may change during the actual snapshot. #8 2.672 PCU_Tests.ttcn:1881.1-1941.1: In testcase definition `TC_t3193': #8 2.672 PCU_Tests.ttcn:1930.2-61: In function instance: #8 2.672 PCU_Tests.ttcn:1930.2-61: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.673 PCU_Tests.ttcn:1946.1-2076.1: In testcase definition `TC_n3105_max_t3195': #8 2.673 PCU_Tests.ttcn:1995.2-2060.2: In alt construct: #8 2.673 PCU_Tests.ttcn:1996.3-20: In guard expression: #8 2.673 PCU_Tests.ttcn:1996.7-20: warning: State of timer(s) may change during the actual snapshot. #8 2.673 PCU_Tests.ttcn:2040.3-16: In guard expression: #8 2.673 PCU_Tests.ttcn:2040.3-16: warning: State of timer(s) may change during the actual snapshot. #8 2.674 PCU_Tests.ttcn:2180.1-2226.1: In testcase definition `TC_countdown_procedure': #8 2.674 PCU_Tests.ttcn:2203.2-18: In function instance: #8 2.674 PCU_Tests.ttcn:2203.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.675 PCU_Tests.ttcn:2229.1-2330.1: In testcase definition `TC_ul_all_sizes': #8 2.675 PCU_Tests.ttcn:2257.2-18: In function instance: #8 2.675 PCU_Tests.ttcn:2257.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.676 PCU_Tests.ttcn:2374.1-2402.1: In testcase definition `TC_ul_data_toolong_fills_padding': #8 2.676 PCU_Tests.ttcn:2395.2-18: In function instance: #8 2.676 PCU_Tests.ttcn:2395.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.676 PCU_Tests.ttcn:2407.9-2457.1: In function definition `f_TC_mo_ping_pong_1phase_access': #8 2.676 PCU_Tests.ttcn:2431.2-18: In function instance: #8 2.676 PCU_Tests.ttcn:2431.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.676 PCU_Tests.ttcn:2435.2-85: In function instance: #8 2.676 PCU_Tests.ttcn:2435.2-85: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.677 PCU_Tests.ttcn:2470.9-2534.1: In function definition `f_TC_mo_ping_pong_2phase_access': #8 2.677 PCU_Tests.ttcn:2506.2-35: In function instance: #8 2.677 PCU_Tests.ttcn:2506.2-35: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.677 PCU_Tests.ttcn:2518.2-61: In function instance: #8 2.677 PCU_Tests.ttcn:2518.2-61: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.678 PCU_Tests.ttcn:2536.1-2557.1: In testcase definition `TC_mo_ping_pong_with_ul_racap': #8 2.678 PCU_Tests.ttcn:2554.2-24: In function instance: #8 2.678 PCU_Tests.ttcn:2554.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.678 PCU_Tests.ttcn:2559.1-2580.1: In testcase definition `TC_mo_ping_pong_with_ul_racap_egprs_only': #8 2.678 PCU_Tests.ttcn:2577.2-24: In function instance: #8 2.678 PCU_Tests.ttcn:2577.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.678 PCU_Tests.ttcn:2582.1-2606.1: In testcase definition `TC_force_two_phase_access': #8 2.678 PCU_Tests.ttcn:2603.2-24: In function instance: #8 2.678 PCU_Tests.ttcn:2603.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.679 PCU_Tests.ttcn:2611.9-2663.1: In function definition `f_TC_mt_ping_pong': #8 2.679 PCU_Tests.ttcn:2650.2-61: In function instance: #8 2.679 PCU_Tests.ttcn:2650.2-61: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.679 PCU_Tests.ttcn:2654.2-54: In function instance: #8 2.679 PCU_Tests.ttcn:2654.2-54: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.679 PCU_Tests.ttcn:2682.1-2764.1: In testcase definition `TC_ul_intermediate_retrans': #8 2.679 PCU_Tests.ttcn:2711.2-18: In function instance: #8 2.679 PCU_Tests.ttcn:2711.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.680 PCU_Tests.ttcn:2814.1-2898.1: In testcase definition `TC_dl_flow_more_blocks': #8 2.680 PCU_Tests.ttcn:2884.2-41: In function instance: #8 2.680 PCU_Tests.ttcn:2884.2-41: warning: The value returned by function `@GPRS_Components.f_rx_rlcmac_dl_block_exp_dummy' is not used #8 2.680 PCU_Tests.ttcn:2895.2-24: In function instance: #8 2.680 PCU_Tests.ttcn:2895.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.680 PCU_Tests.ttcn:2903.1-3010.1: In testcase definition `TC_ul_flow_multiple_llc_blocks': #8 2.680 PCU_Tests.ttcn:2930.2-18: In function instance: #8 2.680 PCU_Tests.ttcn:2930.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.684 PCU_Tests.ttcn:3427.1-3502.1: In testcase definition `TC_ul_tbf_reestablish_with_pkt_resource_req': #8 2.684 PCU_Tests.ttcn:3453.2-18: In function instance: #8 2.684 PCU_Tests.ttcn:3453.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.684 PCU_Tests.ttcn:3457.2-85: In function instance: #8 2.684 PCU_Tests.ttcn:3457.2-85: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.684 PCU_Tests.ttcn:3472.2-61: In function instance: #8 2.684 PCU_Tests.ttcn:3472.2-61: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.684 PCU_Tests.ttcn:3478.2-55: In function instance: #8 2.684 PCU_Tests.ttcn:3478.2-55: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.684 PCU_Tests.ttcn:3499.2-24: In function instance: #8 2.684 PCU_Tests.ttcn:3499.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.684 PCU_Tests.ttcn:3508.1-3621.1: In testcase definition `TC_ul_tbf_reestablish_with_pkt_resource_req_t3168': #8 2.684 PCU_Tests.ttcn:3542.2-18: In function instance: #8 2.684 PCU_Tests.ttcn:3542.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.684 PCU_Tests.ttcn:3546.2-85: In function instance: #8 2.684 PCU_Tests.ttcn:3546.2-85: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.685 PCU_Tests.ttcn:3626.1-3669.1: In function definition `f_TC_ul_tbf_reestablish_with_pkt_dl_ack_nack': #8 2.685 PCU_Tests.ttcn:3667.2-61: In function instance: #8 2.685 PCU_Tests.ttcn:3667.2-61: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.686 PCU_Tests.ttcn:3820.1-3863.1: In testcase definition `TC_paging_cs_from_bts': #8 2.686 PCU_Tests.ttcn:3844.2-18: In function instance: #8 2.686 PCU_Tests.ttcn:3844.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.686 PCU_Tests.ttcn:3867.9-3925.1: In function definition `f_tc_paging_cs_from_sgsn': #8 2.686 PCU_Tests.ttcn:3891.2-18: In function instance: #8 2.686 PCU_Tests.ttcn:3891.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.686 PCU_Tests.ttcn:3904.2-59: In function instance: #8 2.686 PCU_Tests.ttcn:3904.2-59: warning: The value returned by function `@GPRS_Components.f_rx_rlcmac_dl_block_skip_dummy' is not used #8 2.687 PCU_Tests.ttcn:3941.9-3978.1: In function definition `f_tc_paging_ps_from_sgsn': #8 2.687 PCU_Tests.ttcn:3961.2-3965.2: In if statement: #8 2.687 PCU_Tests.ttcn:3964.3-56: In function instance: #8 2.687 PCU_Tests.ttcn:3964.3-56: warning: The value returned by function `@GPRS_Components.f_pcuif_rx_pch_pag_req1' is not used #8 2.687 PCU_Tests.ttcn:3965.4-3968.2: In else statement: #8 2.687 PCU_Tests.ttcn:3967.3-57: In function instance: #8 2.687 PCU_Tests.ttcn:3967.3-57: warning: The value returned by function `@GPRS_Components.f_pcuif_rx_pch_pag_req1' is not used #8 2.687 PCU_Tests.ttcn:3977.2-24: In function instance: #8 2.687 PCU_Tests.ttcn:3977.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.687 PCU_Tests.ttcn:4007.1-4027.1: In testcase definition `TC_paging_pch_timeout': #8 2.687 PCU_Tests.ttcn:4023.2-24: In function instance: #8 2.687 PCU_Tests.ttcn:4023.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.687 PCU_Tests.ttcn:4030.1-4091.1: In testcase definition `TC_bssgp_dl_unitdata_with_valid_imsi': #8 2.687 PCU_Tests.ttcn:4056.2-18: In function instance: #8 2.687 PCU_Tests.ttcn:4056.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.687 PCU_Tests.ttcn:4059.2-85: In function instance: #8 2.687 PCU_Tests.ttcn:4059.2-85: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.688 PCU_Tests.ttcn:4088.2-24: In function instance: #8 2.688 PCU_Tests.ttcn:4088.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.688 PCU_Tests.ttcn:4094.1-4137.1: In testcase definition `TC_bssgp_dl_unitdata_with_invalid_imsi': #8 2.688 PCU_Tests.ttcn:4118.2-18: In function instance: #8 2.688 PCU_Tests.ttcn:4118.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.688 PCU_Tests.ttcn:4121.2-85: In function instance: #8 2.688 PCU_Tests.ttcn:4121.2-85: warning: The value returned by function `@GPRS_Components.f_ms_tx_ul_data_block_multi' is not used #8 2.688 PCU_Tests.ttcn:4210.1-4262.1: In testcase definition `TC_ul_tbf_finished_pkt_dl_ass_pch': #8 2.688 PCU_Tests.ttcn:4236.2-18: In function instance: #8 2.688 PCU_Tests.ttcn:4236.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.689 PCU_Tests.ttcn:4276.1-4351.1: In testcase definition `TC_ul_tbf_1phase_while_dl_ass_pch': #8 2.689 PCU_Tests.ttcn:4303.2-18: In function instance: #8 2.689 PCU_Tests.ttcn:4303.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.689 PCU_Tests.ttcn:4343.2-60: In function instance: #8 2.689 PCU_Tests.ttcn:4343.2-60: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.689 PCU_Tests.ttcn:4355.1-4421.1: In testcase definition `TC_ul_tbf_2phase_while_dl_ass_pch': #8 2.689 PCU_Tests.ttcn:4383.2-18: In function instance: #8 2.689 PCU_Tests.ttcn:4383.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.690 PCU_Tests.ttcn:4413.2-60: In function instance: #8 2.690 PCU_Tests.ttcn:4413.2-60: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.690 PCU_Tests.ttcn:4442.1-4483.1: In testcase definition `TC_egprs_pkt_chan_req_signalling': #8 2.690 PCU_Tests.ttcn:4480.2-24: In function instance: #8 2.690 PCU_Tests.ttcn:4480.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.690 PCU_Tests.ttcn:4485.1-4532.1: In testcase definition `TC_egprs_pkt_chan_req_one_phase': #8 2.690 PCU_Tests.ttcn:4529.2-24: In function instance: #8 2.690 PCU_Tests.ttcn:4529.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.691 PCU_Tests.ttcn:4534.1-4579.1: In testcase definition `TC_egprs_pkt_chan_req_two_phase': #8 2.691 PCU_Tests.ttcn:4576.2-24: In function instance: #8 2.691 PCU_Tests.ttcn:4576.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.691 PCU_Tests.ttcn:4627.1-4657.1: In testcase definition `TC_egprs_pkt_chan_req_reject_content': #8 2.691 PCU_Tests.ttcn:4654.2-24: In function instance: #8 2.691 PCU_Tests.ttcn:4654.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.692 PCU_Tests.ttcn:4661.1-4700.1: In testcase definition `TC_egprs_pkt_chan_req_reject_emergency': #8 2.692 PCU_Tests.ttcn:4697.2-24: In function instance: #8 2.692 PCU_Tests.ttcn:4697.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.692 PCU_Tests.ttcn:4703.1-4757.1: In testcase definition `TC_egprs_pkt_chan_req_reject_exhaustion': #8 2.692 PCU_Tests.ttcn:4754.2-24: In function instance: #8 2.692 PCU_Tests.ttcn:4754.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.694 PCU_Tests.ttcn:4925.1-4967.1: In testcase definition `TC_pcuif_fh_pkt_ass_ul': #8 2.694 PCU_Tests.ttcn:4948.2-60: In function instance: #8 2.694 PCU_Tests.ttcn:4948.2-60: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.694 PCU_Tests.ttcn:4970.1-5018.1: In testcase definition `TC_pcuif_fh_pkt_ass_dl': #8 2.694 PCU_Tests.ttcn:4994.2-18: In function instance: #8 2.694 PCU_Tests.ttcn:4994.2-18: warning: The value returned by function `@GPRS_Components.f_ms_wait_usf' is not used #8 2.694 PCU_Tests.ttcn:5007.2-60: In function instance: #8 2.694 PCU_Tests.ttcn:5007.2-60: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.695 PCU_Tests.ttcn:5082.1-5260.1: In testcase definition `TC_multiplex_dl_gprs_egprs': #8 2.695 PCU_Tests.ttcn:5137.2-66: In function instance: #8 2.695 PCU_Tests.ttcn:5137.2-66: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.695 PCU_Tests.ttcn:5150.2-66: In function instance: #8 2.695 PCU_Tests.ttcn:5150.2-66: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.696 PCU_Tests.ttcn:5263.9-5318.1: In function definition `f_TC_paging_cs_multi_ms': #8 2.696 PCU_Tests.ttcn:5317.2-51: In function instance: #8 2.696 PCU_Tests.ttcn:5317.2-51: warning: The value returned by function `@GPRS_Components.f_rx_rlcmac_dl_block_exp_dummy' is not used #8 2.697 PCU_Tests.ttcn:5533.9-5543.1: In function definition `f_pcuif_tx_nacc_rac_ci_rsp': #8 2.697 PCU_Tests.ttcn:5536.2-5542.20: In send statement: #8 2.697 PCU_Tests.ttcn:5536.34-5542.19: In actual parameter list of template `@PCUIF_Types.ts_PCUIF_NEIGH_ADDR_CNF': #8 2.697 PCU_Tests.ttcn:5538.7-38: In parameter #5 for `mnc': #8 2.697 PCU_Tests.ttcn:5538.7-38: In the operand of operation `str2int()': #8 2.697 PCU_Tests.ttcn:5538.15-37: warning: Leading zero digit was detected and ignored in the operand of operation `str2int()' #8 2.705 PCU_Tests.ttcn:6754.1-6832.1: In testcase definition `TC_nacc_outbound_pkt_cell_chg_notif_twice4': #8 2.705 PCU_Tests.ttcn:6812.2-72: In function instance: #8 2.705 PCU_Tests.ttcn:6812.2-72: warning: The value returned by function `@GPRS_Components.f_rx_rlcmac_dl_block_exp_dummy' is not used #8 2.705 PCU_Tests.ttcn:6835.1-6940.1: In testcase definition `TC_nacc_outbound_pkt_cell_chg_notif_twice5': #8 2.705 PCU_Tests.ttcn:6920.2-41: In function instance: #8 2.705 PCU_Tests.ttcn:6920.2-41: warning: The value returned by function `@GPRS_Components.f_rx_rlcmac_dl_block_exp_dummy' is not used #8 2.706 PCU_Tests.ttcn:6943.1-7024.1: In testcase definition `TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf': #8 2.706 PCU_Tests.ttcn:6995.2-61: In function instance: #8 2.706 PCU_Tests.ttcn:6995.2-61: warning: The value returned by function `@GPRS_Components.f_ms_rx_pkt_ass_pacch' is not used #8 2.708 PCU_Tests.ttcn:7252.1-7304.1: In testcase definition `TC_stat_pdch_avail_occ': #8 2.708 PCU_Tests.ttcn:7285.2-24: In function instance: #8 2.708 PCU_Tests.ttcn:7285.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.708 PCU_Tests.ttcn:7292.2-108: In function instance: #8 2.708 PCU_Tests.ttcn:7292.2-108: warning: The value returned by function `@PCU_Tests.f_ms_establish_ul_tbf_2phase_access' is not used #8 2.708 PCU_Tests.ttcn:7301.2-24: In function instance: #8 2.708 PCU_Tests.ttcn:7301.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.709 PCU_Tests.ttcn:7309.1-7393.1: In function definition `f_tc_stat_pdch_avail_occ_ms_not_known': #8 2.709 PCU_Tests.ttcn:7356.2-24: In function instance: #8 2.709 PCU_Tests.ttcn:7356.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.709 PCU_Tests.ttcn:7389.2-24: In function instance: #8 2.709 PCU_Tests.ttcn:7389.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.709 PCU_Tests.ttcn:7402.1-7446.1: In testcase definition `TC_ratectr_all_available_allocated': #8 2.709 PCU_Tests.ttcn:7443.2-24: In function instance: #8 2.709 PCU_Tests.ttcn:7443.2-24: warning: The value returned by function `@StatsD_Checker.f_statsd_expect' is not used #8 2.710 PCU_Tests_SNS.ttcn: In TTCN-3 module `PCU_Tests_SNS': #8 2.710 PCU_Tests_SNS.ttcn:99.9-146.1: In function definition `f_sns_bringup_1c1u': #8 2.710 PCU_Tests_SNS.ttcn:121.2-133.2: In if statement: #8 2.710 PCU_Tests_SNS.ttcn:124.3-15: In function instance: #8 2.710 PCU_Tests_SNS.ttcn:124.3-15: warning: The value returned by function `@RAW_NS.f_ns_exp' is not used #8 2.710 PCU_Tests_SNS.ttcn:130.3-15: In function instance: #8 2.710 PCU_Tests_SNS.ttcn:130.3-15: warning: The value returned by function `@RAW_NS.f_ns_exp' is not used #8 2.711 PCU_Tests_SNS.ttcn:155.9-206.1: In function definition `f_sns_bringup_1c1u_separate': #8 2.711 PCU_Tests_SNS.ttcn:182.2-193.2: In if statement: #8 2.711 PCU_Tests_SNS.ttcn:185.3-25: In function instance: #8 2.711 PCU_Tests_SNS.ttcn:185.3-25: warning: The value returned by function `@RAW_NS.f_ns_exp' is not used #8 2.711 PCU_Tests_SNS.ttcn:191.3-25: In function instance: #8 2.711 PCU_Tests_SNS.ttcn:191.3-25: warning: The value returned by function `@RAW_NS.f_ns_exp' is not used #8 2.711 PCU_Tests_SNS.ttcn:269.1-297.1: In testcase definition `TC_sns_so_bvc_reset_unknown_bvci': #8 2.711 PCU_Tests_SNS.ttcn:279.2-24: In function instance: #8 2.711 PCU_Tests_SNS.ttcn:279.2-24: warning: The value returned by function `@RAW_NS.f_ns_exp' is not used #8 2.711 PCU_Tests_SNS.ttcn:285.2-14: In function instance: #8 2.711 PCU_Tests_SNS.ttcn:285.2-14: warning: The value returned by function `@RAW_NS.f_ns_exp' is not used #8 2.713 Notify: Generating code... #8 3.349 Notify: File `BSSGP_Emulation.hh' was generated. #8 3.350 Notify: File `BSSGP_Emulation.cc' was generated. #8 3.350 Notify: File `BSSGP_Emulation_part_1.cc' was generated. #8 3.350 Notify: File `BSSGP_Emulation_part_2.cc' was generated. #8 3.350 Notify: File `BSSGP_Emulation_part_3.cc' was generated. #8 3.350 Notify: File `BSSGP_Emulation_part_4.cc' was generated. #8 3.350 Notify: File `BSSGP_Emulation_part_5.cc' was generated. #8 3.350 Notify: File `BSSGP_Emulation_part_6.cc' was generated. #8 3.350 Notify: File `BSSGP_Emulation_part_7.cc' was generated. #8 3.352 Notify: File `BSSGP_Types.hh' was generated. #8 3.353 Notify: File `BSSGP_Types.cc' was generated. #8 3.354 Notify: File `BSSGP_Types_part_1.cc' was generated. #8 3.356 Notify: File `BSSGP_Types_part_2.cc' was generated. #8 3.357 Notify: File `BSSGP_Types_part_3.cc' was generated. #8 3.359 Notify: File `BSSGP_Types_part_4.cc' was generated. #8 3.360 Notify: File `BSSGP_Types_part_5.cc' was generated. #8 3.361 Notify: File `BSSGP_Types_part_6.cc' was generated. #8 3.363 Notify: File `BSSGP_Types_part_7.cc' was generated. #8 3.363 Notify: File `GPRS_Components.hh' was generated. #8 3.363 Notify: File `GPRS_Components.cc' was generated. #8 3.363 Notify: File `GPRS_Components_part_1.cc' was generated. #8 3.363 Notify: File `GPRS_Components_part_2.cc' was generated. #8 3.363 Notify: File `GPRS_Components_part_3.cc' was generated. #8 3.363 Notify: File `GPRS_Components_part_4.cc' was generated. #8 3.363 Notify: File `GPRS_Components_part_5.cc' was generated. #8 3.363 Notify: File `GPRS_Components_part_6.cc' was generated. #8 3.364 Notify: File `GPRS_Components_part_7.cc' was generated. #8 3.364 Notify: File `GPRS_Context.hh' was generated. #8 3.364 Notify: File `GPRS_Context.cc' was generated. #8 3.364 Notify: File `GPRS_Context_part_1.cc' was generated. #8 3.364 Notify: File `GPRS_Context_part_2.cc' was generated. #8 3.364 Notify: File `GPRS_Context_part_3.cc' was generated. #8 3.364 Notify: File `GPRS_Context_part_4.cc' was generated. #8 3.364 Notify: File `GPRS_Context_part_5.cc' was generated. #8 3.364 Notify: File `GPRS_Context_part_6.cc' was generated. #8 3.364 Notify: File `GPRS_Context_part_7.cc' was generated. #8 3.364 Notify: File `GPRS_TBF.hh' was generated. #8 3.364 Notify: File `GPRS_TBF.cc' was generated. #8 3.364 Notify: File `GPRS_TBF_part_1.cc' was generated. #8 3.364 Notify: File `GPRS_TBF_part_2.cc' was generated. #8 3.365 Notify: File `GPRS_TBF_part_3.cc' was generated. #8 3.365 Notify: File `GPRS_TBF_part_4.cc' was generated. #8 3.365 Notify: File `GPRS_TBF_part_5.cc' was generated. #8 3.365 Notify: File `GPRS_TBF_part_6.cc' was generated. #8 3.365 Notify: File `GPRS_TBF_part_7.cc' was generated. #8 3.365 Notify: File `GSM_RR_Types.hh' was generated. #8 3.366 Notify: File `GSM_RR_Types.cc' was generated. #8 3.367 Notify: File `GSM_RR_Types_part_1.cc' was generated. #8 3.367 Notify: File `GSM_RR_Types_part_2.cc' was generated. #8 3.367 Notify: File `GSM_RR_Types_part_3.cc' was generated. #8 3.367 Notify: File `GSM_RR_Types_part_4.cc' was generated. #8 3.367 Notify: File `GSM_RR_Types_part_5.cc' was generated. #8 3.367 Notify: File `GSM_RR_Types_part_6.cc' was generated. #8 3.367 Notify: File `GSM_RR_Types_part_7.cc' was generated. #8 3.368 Notify: File `GSM_RestOctets.hh' was generated. #8 3.369 Notify: File `GSM_RestOctets.cc' was generated. #8 3.371 Notify: File `GSM_RestOctets_part_1.cc' was generated. #8 3.371 Notify: File `GSM_RestOctets_part_2.cc' was generated. #8 3.371 Notify: File `GSM_RestOctets_part_3.cc' was generated. #8 3.371 Notify: File `GSM_RestOctets_part_4.cc' was generated. #8 3.371 Notify: File `GSM_RestOctets_part_5.cc' was generated. #8 3.371 Notify: File `GSM_RestOctets_part_6.cc' was generated. #8 3.371 Notify: File `GSM_RestOctets_part_7.cc' was generated. #8 3.371 Notify: File `GSM_Types.hh' was generated. #8 3.372 Notify: File `GSM_Types.cc' was generated. #8 3.372 Notify: File `GSM_Types_part_1.cc' was generated. #8 3.372 Notify: File `GSM_Types_part_2.cc' was generated. #8 3.372 Notify: File `GSM_Types_part_3.cc' was generated. #8 3.372 Notify: File `GSM_Types_part_4.cc' was generated. #8 3.372 Notify: File `GSM_Types_part_5.cc' was generated. #8 3.372 Notify: File `GSM_Types_part_6.cc' was generated. #8 3.372 Notify: File `GSM_Types_part_7.cc' was generated. #8 3.372 Notify: File `General_Types.hh' was generated. #8 3.373 Notify: File `General_Types.cc' was generated. #8 3.373 Notify: File `General_Types_part_1.cc' was generated. #8 3.373 Notify: File `General_Types_part_2.cc' was generated. #8 3.373 Notify: File `General_Types_part_3.cc' was generated. #8 3.373 Notify: File `General_Types_part_4.cc' was generated. #8 3.373 Notify: File `General_Types_part_5.cc' was generated. #8 3.373 Notify: File `General_Types_part_6.cc' was generated. #8 3.373 Notify: File `General_Types_part_7.cc' was generated. #8 3.373 Notify: File `IPA_CodecPort.hh' was generated. #8 3.373 Notify: File `IPA_CodecPort.cc' was generated. #8 3.373 Notify: File `IPA_CodecPort_CtrlFunct.hh' was generated. #8 3.373 Notify: File `IPA_CodecPort_CtrlFunct.cc' was generated. #8 3.373 Notify: File `IPA_CodecPort_CtrlFunct_part_1.cc' was generated. #8 3.373 Notify: File `IPA_CodecPort_CtrlFunct_part_2.cc' was generated. #8 3.373 Notify: File `IPA_CodecPort_CtrlFunct_part_3.cc' was generated. #8 3.373 Notify: File `IPA_CodecPort_CtrlFunct_part_4.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_CtrlFunct_part_5.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_CtrlFunct_part_6.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_CtrlFunct_part_7.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_part_1.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_part_2.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_part_3.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_part_4.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_part_5.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_part_6.cc' was generated. #8 3.374 Notify: File `IPA_CodecPort_part_7.cc' was generated. #8 3.374 Notify: File `IPA_Emulation.hh' was generated. #8 3.374 Notify: File `IPA_Emulation.cc' was generated. #8 3.375 Notify: File `IPA_Emulation_part_1.cc' was generated. #8 3.375 Notify: File `IPA_Emulation_part_2.cc' was generated. #8 3.375 Notify: File `IPA_Emulation_part_3.cc' was generated. #8 3.375 Notify: File `IPA_Emulation_part_4.cc' was generated. #8 3.375 Notify: File `IPA_Emulation_part_5.cc' was generated. #8 3.375 Notify: File `IPA_Emulation_part_6.cc' was generated. #8 3.375 Notify: File `IPA_Emulation_part_7.cc' was generated. #8 3.375 Notify: File `IPA_Types.hh' was generated. #8 3.375 Notify: File `IPA_Types.cc' was generated. #8 3.375 Notify: File `IPA_Types_part_1.cc' was generated. #8 3.375 Notify: File `IPA_Types_part_2.cc' was generated. #8 3.375 Notify: File `IPA_Types_part_3.cc' was generated. #8 3.376 Notify: File `IPA_Types_part_4.cc' was generated. #8 3.376 Notify: File `IPA_Types_part_5.cc' was generated. #8 3.376 Notify: File `IPA_Types_part_6.cc' was generated. #8 3.376 Notify: File `IPA_Types_part_7.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions.hh' was generated. #8 3.376 Notify: File `IPL4asp_Functions.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions_part_1.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions_part_2.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions_part_3.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions_part_4.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions_part_5.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions_part_6.cc' was generated. #8 3.376 Notify: File `IPL4asp_Functions_part_7.cc' was generated. #8 3.376 Notify: File `IPL4asp_PortType.hh' was generated. #8 3.376 Notify: File `IPL4asp_PortType.cc' was generated. #8 3.376 Notify: File `IPL4asp_PortType_part_1.cc' was generated. #8 3.376 Notify: File `IPL4asp_PortType_part_2.cc' was generated. #8 3.377 Notify: File `IPL4asp_PortType_part_3.cc' was generated. #8 3.377 Notify: File `IPL4asp_PortType_part_4.cc' was generated. #8 3.377 Notify: File `IPL4asp_PortType_part_5.cc' was generated. #8 3.377 Notify: File `IPL4asp_PortType_part_6.cc' was generated. #8 3.377 Notify: File `IPL4asp_PortType_part_7.cc' was generated. #8 3.377 Notify: File `IPL4asp_Types.hh' was generated. #8 3.377 Notify: File `IPL4asp_Types.cc' was generated. #8 3.377 Notify: File `IPL4asp_Types_part_1.cc' was generated. #8 3.377 Notify: File `IPL4asp_Types_part_2.cc' was generated. #8 3.378 Notify: File `IPL4asp_Types_part_3.cc' was generated. #8 3.378 Notify: File `IPL4asp_Types_part_4.cc' was generated. #8 3.378 Notify: File `IPL4asp_Types_part_5.cc' was generated. #8 3.378 Notify: File `IPL4asp_Types_part_6.cc' was generated. #8 3.378 Notify: File `IPL4asp_Types_part_7.cc' was generated. #8 3.378 Notify: File `L3_Common.hh' was generated. #8 3.378 Notify: File `L3_Common.cc' was generated. #8 3.378 Notify: File `L3_Common_part_1.cc' was generated. #8 3.378 Notify: File `L3_Common_part_2.cc' was generated. #8 3.378 Notify: File `L3_Common_part_3.cc' was generated. #8 3.378 Notify: File `L3_Common_part_4.cc' was generated. #8 3.378 Notify: File `L3_Common_part_5.cc' was generated. #8 3.378 Notify: File `L3_Common_part_6.cc' was generated. #8 3.378 Notify: File `L3_Common_part_7.cc' was generated. #8 3.378 Notify: File `L3_Templates.hh' was generated. #8 3.379 Notify: File `L3_Templates.cc' was generated. #8 3.379 Notify: File `L3_Templates_part_1.cc' was generated. #8 3.379 Notify: File `L3_Templates_part_2.cc' was generated. #8 3.379 Notify: File `L3_Templates_part_3.cc' was generated. #8 3.379 Notify: File `L3_Templates_part_4.cc' was generated. #8 3.379 Notify: File `L3_Templates_part_5.cc' was generated. #8 3.379 Notify: File `L3_Templates_part_6.cc' was generated. #8 3.379 Notify: File `L3_Templates_part_7.cc' was generated. #8 3.379 Notify: File `LLC_Templates.hh' was generated. #8 3.379 Notify: File `LLC_Templates.cc' was generated. #8 3.379 Notify: File `LLC_Templates_part_1.cc' was generated. #8 3.379 Notify: File `LLC_Templates_part_2.cc' was generated. #8 3.379 Notify: File `LLC_Templates_part_3.cc' was generated. #8 3.379 Notify: File `LLC_Templates_part_4.cc' was generated. #8 3.379 Notify: File `LLC_Templates_part_5.cc' was generated. #8 3.379 Notify: File `LLC_Templates_part_6.cc' was generated. #8 3.380 Notify: File `LLC_Templates_part_7.cc' was generated. #8 3.380 Notify: File `LLC_Types.hh' was generated. #8 3.380 Notify: File `LLC_Types.cc' was generated. #8 3.380 Notify: File `LLC_Types_part_1.cc' was generated. #8 3.380 Notify: File `LLC_Types_part_2.cc' was generated. #8 3.381 Notify: File `LLC_Types_part_3.cc' was generated. #8 3.381 Notify: File `LLC_Types_part_4.cc' was generated. #8 3.381 Notify: File `LLC_Types_part_5.cc' was generated. #8 3.381 Notify: File `LLC_Types_part_6.cc' was generated. #8 3.381 Notify: File `LLC_Types_part_7.cc' was generated. #8 3.381 Notify: File `Misc_Helpers.hh' was generated. #8 3.381 Notify: File `Misc_Helpers.cc' was generated. #8 3.381 Notify: File `Misc_Helpers_part_1.cc' was generated. #8 3.381 Notify: File `Misc_Helpers_part_2.cc' was generated. #8 3.381 Notify: File `Misc_Helpers_part_3.cc' was generated. #8 3.381 Notify: File `Misc_Helpers_part_4.cc' was generated. #8 3.381 Notify: File `Misc_Helpers_part_5.cc' was generated. #8 3.381 Notify: File `Misc_Helpers_part_6.cc' was generated. #8 3.381 Notify: File `Misc_Helpers_part_7.cc' was generated. #8 3.382 Notify: File `MobileL3_CC_Types.hh' was generated. #8 3.383 Notify: File `MobileL3_CC_Types.cc' was generated. #8 3.385 Notify: File `MobileL3_CC_Types_part_1.cc' was generated. #8 3.385 Notify: File `MobileL3_CC_Types_part_2.cc' was generated. #8 3.385 Notify: File `MobileL3_CC_Types_part_3.cc' was generated. #8 3.385 Notify: File `MobileL3_CC_Types_part_4.cc' was generated. #8 3.385 Notify: File `MobileL3_CC_Types_part_5.cc' was generated. #8 3.385 Notify: File `MobileL3_CC_Types_part_6.cc' was generated. #8 3.385 Notify: File `MobileL3_CC_Types_part_7.cc' was generated. #8 3.386 Notify: File `MobileL3_CommonIE_Types.hh' was generated. #8 3.387 Notify: File `MobileL3_CommonIE_Types.cc' was generated. #8 3.387 Notify: File `MobileL3_CommonIE_Types_part_1.cc' was generated. #8 3.387 Notify: File `MobileL3_CommonIE_Types_part_2.cc' was generated. #8 3.387 Notify: File `MobileL3_CommonIE_Types_part_3.cc' was generated. #8 3.388 Notify: File `MobileL3_CommonIE_Types_part_4.cc' was generated. #8 3.388 Notify: File `MobileL3_CommonIE_Types_part_5.cc' was generated. #8 3.388 Notify: File `MobileL3_CommonIE_Types_part_6.cc' was generated. #8 3.388 Notify: File `MobileL3_CommonIE_Types_part_7.cc' was generated. #8 3.389 Notify: File `MobileL3_GMM_SM_Types.hh' was generated. #8 3.390 Notify: File `MobileL3_GMM_SM_Types.cc' was generated. #8 3.391 Notify: File `MobileL3_GMM_SM_Types_part_1.cc' was generated. #8 3.393 Notify: File `MobileL3_GMM_SM_Types_part_2.cc' was generated. #8 3.394 Notify: File `MobileL3_GMM_SM_Types_part_3.cc' was generated. #8 3.396 Notify: File `MobileL3_GMM_SM_Types_part_4.cc' was generated. #8 3.396 Notify: File `MobileL3_GMM_SM_Types_part_5.cc' was generated. #8 3.396 Notify: File `MobileL3_GMM_SM_Types_part_6.cc' was generated. #8 3.396 Notify: File `MobileL3_GMM_SM_Types_part_7.cc' was generated. #8 3.396 Notify: File `MobileL3_MM_Types.hh' was generated. #8 3.397 Notify: File `MobileL3_MM_Types.cc' was generated. #8 3.397 Notify: File `MobileL3_MM_Types_part_1.cc' was generated. #8 3.397 Notify: File `MobileL3_MM_Types_part_2.cc' was generated. #8 3.397 Notify: File `MobileL3_MM_Types_part_3.cc' was generated. #8 3.398 Notify: File `MobileL3_MM_Types_part_4.cc' was generated. #8 3.398 Notify: File `MobileL3_MM_Types_part_5.cc' was generated. #8 3.398 Notify: File `MobileL3_MM_Types_part_6.cc' was generated. #8 3.398 Notify: File `MobileL3_MM_Types_part_7.cc' was generated. #8 3.398 Notify: File `MobileL3_RRM_Types.hh' was generated. #8 3.400 Notify: File `MobileL3_RRM_Types.cc' was generated. #8 3.401 Notify: File `MobileL3_RRM_Types_part_1.cc' was generated. #8 3.403 Notify: File `MobileL3_RRM_Types_part_2.cc' was generated. #8 3.403 Notify: File `MobileL3_RRM_Types_part_3.cc' was generated. #8 3.403 Notify: File `MobileL3_RRM_Types_part_4.cc' was generated. #8 3.403 Notify: File `MobileL3_RRM_Types_part_5.cc' was generated. #8 3.403 Notify: File `MobileL3_RRM_Types_part_6.cc' was generated. #8 3.403 Notify: File `MobileL3_RRM_Types_part_7.cc' was generated. #8 3.403 Notify: File `MobileL3_SMS_Types.hh' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types.cc' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types_part_1.cc' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types_part_2.cc' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types_part_3.cc' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types_part_4.cc' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types_part_5.cc' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types_part_6.cc' was generated. #8 3.405 Notify: File `MobileL3_SMS_Types_part_7.cc' was generated. #8 3.405 Notify: File `MobileL3_SS_Types.hh' was generated. #8 3.405 Notify: File `MobileL3_SS_Types.cc' was generated. #8 3.406 Notify: File `MobileL3_SS_Types_part_1.cc' was generated. #8 3.406 Notify: File `MobileL3_SS_Types_part_2.cc' was generated. #8 3.406 Notify: File `MobileL3_SS_Types_part_3.cc' was generated. #8 3.406 Notify: File `MobileL3_SS_Types_part_4.cc' was generated. #8 3.406 Notify: File `MobileL3_SS_Types_part_5.cc' was generated. #8 3.406 Notify: File `MobileL3_SS_Types_part_6.cc' was generated. #8 3.406 Notify: File `MobileL3_SS_Types_part_7.cc' was generated. #8 3.406 Notify: File `MobileL3_Types.hh' was generated. #8 3.406 Notify: File `MobileL3_Types.cc' was generated. #8 3.406 Notify: File `MobileL3_Types_part_1.cc' was generated. #8 3.407 Notify: File `MobileL3_Types_part_2.cc' was generated. #8 3.407 Notify: File `MobileL3_Types_part_3.cc' was generated. #8 3.407 Notify: File `MobileL3_Types_part_4.cc' was generated. #8 3.407 Notify: File `MobileL3_Types_part_5.cc' was generated. #8 3.407 Notify: File `MobileL3_Types_part_6.cc' was generated. #8 3.407 Notify: File `MobileL3_Types_part_7.cc' was generated. #8 3.407 Notify: File `NS_Emulation.hh' was generated. #8 3.408 Notify: File `NS_Emulation.cc' was generated. #8 3.408 Notify: File `NS_Emulation_part_1.cc' was generated. #8 3.408 Notify: File `NS_Emulation_part_2.cc' was generated. #8 3.408 Notify: File `NS_Emulation_part_3.cc' was generated. #8 3.408 Notify: File `NS_Emulation_part_4.cc' was generated. #8 3.408 Notify: File `NS_Emulation_part_5.cc' was generated. #8 3.408 Notify: File `NS_Emulation_part_6.cc' was generated. #8 3.408 Notify: File `NS_Emulation_part_7.cc' was generated. #8 3.408 Notify: File `NS_Provider_IPL4.hh' was generated. #8 3.408 Notify: File `NS_Provider_IPL4.cc' was generated. #8 3.408 Notify: File `NS_Provider_IPL4_part_1.cc' was generated. #8 3.408 Notify: File `NS_Provider_IPL4_part_2.cc' was generated. #8 3.408 Notify: File `NS_Provider_IPL4_part_3.cc' was generated. #8 3.408 Notify: File `NS_Provider_IPL4_part_4.cc' was generated. #8 3.408 Notify: File `NS_Provider_IPL4_part_5.cc' was generated. #8 3.409 Notify: File `NS_Provider_IPL4_part_6.cc' was generated. #8 3.409 Notify: File `NS_Provider_IPL4_part_7.cc' was generated. #8 3.409 Notify: File `NS_Types.hh' was generated. #8 3.410 Notify: File `NS_Types.cc' was generated. #8 3.410 Notify: File `NS_Types_part_1.cc' was generated. #8 3.410 Notify: File `NS_Types_part_2.cc' was generated. #8 3.410 Notify: File `NS_Types_part_3.cc' was generated. #8 3.410 Notify: File `NS_Types_part_4.cc' was generated. #8 3.410 Notify: File `NS_Types_part_5.cc' was generated. #8 3.410 Notify: File `NS_Types_part_6.cc' was generated. #8 3.410 Notify: File `NS_Types_part_7.cc' was generated. #8 3.410 Notify: File `Native_Functions.hh' was generated. #8 3.410 Notify: File `Native_Functions.cc' was generated. #8 3.410 Notify: File `Native_Functions_part_1.cc' was generated. #8 3.410 Notify: File `Native_Functions_part_2.cc' was generated. #8 3.410 Notify: File `Native_Functions_part_3.cc' was generated. #8 3.410 Notify: File `Native_Functions_part_4.cc' was generated. #8 3.411 Notify: File `Native_Functions_part_5.cc' was generated. #8 3.411 Notify: File `Native_Functions_part_6.cc' was generated. #8 3.411 Notify: File `Native_Functions_part_7.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter.hh' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter_part_1.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter_part_2.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter_part_3.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter_part_4.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter_part_5.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter_part_6.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Adapter_part_7.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Functions.hh' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Functions.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Functions_part_1.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Functions_part_2.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Functions_part_3.cc' was generated. #8 3.411 Notify: File `Osmocom_CTRL_Functions_part_4.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Functions_part_5.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Functions_part_6.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Functions_part_7.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types.hh' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types_part_1.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types_part_2.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types_part_3.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types_part_4.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types_part_5.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types_part_6.cc' was generated. #8 3.412 Notify: File `Osmocom_CTRL_Types_part_7.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types.hh' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types_part_1.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types_part_2.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types_part_3.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types_part_4.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types_part_5.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types_part_6.cc' was generated. #8 3.413 Notify: File `Osmocom_Gb_Types_part_7.cc' was generated. #8 3.413 Notify: File `Osmocom_Types.hh' was generated. #8 3.413 Notify: File `Osmocom_Types.cc' was generated. #8 3.413 Notify: File `Osmocom_Types_part_1.cc' was generated. #8 3.414 Notify: File `Osmocom_Types_part_2.cc' was generated. #8 3.414 Notify: File `Osmocom_Types_part_3.cc' was generated. #8 3.414 Notify: File `Osmocom_Types_part_4.cc' was generated. #8 3.414 Notify: File `Osmocom_Types_part_5.cc' was generated. #8 3.414 Notify: File `Osmocom_Types_part_6.cc' was generated. #8 3.414 Notify: File `Osmocom_Types_part_7.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions.hh' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions_part_1.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions_part_2.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions_part_3.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions_part_4.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions_part_5.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions_part_6.cc' was generated. #8 3.414 Notify: File `Osmocom_VTY_Functions_part_7.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort.hh' was generated. #8 3.415 Notify: File `PCUIF_CodecPort.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort_part_1.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort_part_2.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort_part_3.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort_part_4.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort_part_5.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort_part_6.cc' was generated. #8 3.415 Notify: File `PCUIF_CodecPort_part_7.cc' was generated. #8 3.415 Notify: File `PCUIF_Components.hh' was generated. #8 3.415 Notify: File `PCUIF_Components.cc' was generated. #8 3.416 Notify: File `PCUIF_Components_part_1.cc' was generated. #8 3.416 Notify: File `PCUIF_Components_part_2.cc' was generated. #8 3.416 Notify: File `PCUIF_Components_part_3.cc' was generated. #8 3.416 Notify: File `PCUIF_Components_part_4.cc' was generated. #8 3.416 Notify: File `PCUIF_Components_part_5.cc' was generated. #8 3.416 Notify: File `PCUIF_Components_part_6.cc' was generated. #8 3.416 Notify: File `PCUIF_Components_part_7.cc' was generated. #8 3.416 Notify: File `PCUIF_Types.hh' was generated. #8 3.417 Notify: File `PCUIF_Types.cc' was generated. #8 3.418 Notify: File `PCUIF_Types_part_1.cc' was generated. #8 3.418 Notify: File `PCUIF_Types_part_2.cc' was generated. #8 3.418 Notify: File `PCUIF_Types_part_3.cc' was generated. #8 3.418 Notify: File `PCUIF_Types_part_4.cc' was generated. #8 3.418 Notify: File `PCUIF_Types_part_5.cc' was generated. #8 3.418 Notify: File `PCUIF_Types_part_6.cc' was generated. #8 3.418 Notify: File `PCUIF_Types_part_7.cc' was generated. #8 3.418 Notify: File `PCU_Tests.hh' was generated. #8 3.419 Notify: File `PCU_Tests.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS.hh' was generated. #8 3.419 Notify: File `PCU_Tests_NS.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS_part_1.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS_part_2.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS_part_3.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS_part_4.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS_part_5.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS_part_6.cc' was generated. #8 3.419 Notify: File `PCU_Tests_NS_part_7.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS.hh' was generated. #8 3.420 Notify: File `PCU_Tests_SNS.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS_part_1.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS_part_2.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS_part_3.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS_part_4.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS_part_5.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS_part_6.cc' was generated. #8 3.420 Notify: File `PCU_Tests_SNS_part_7.cc' was generated. #8 3.420 Notify: File `PCU_Tests_part_1.cc' was generated. #8 3.420 Notify: File `PCU_Tests_part_2.cc' was generated. #8 3.420 Notify: File `PCU_Tests_part_3.cc' was generated. #8 3.420 Notify: File `PCU_Tests_part_4.cc' was generated. #8 3.420 Notify: File `PCU_Tests_part_5.cc' was generated. #8 3.420 Notify: File `PCU_Tests_part_6.cc' was generated. #8 3.420 Notify: File `PCU_Tests_part_7.cc' was generated. #8 3.421 Notify: File `PCU_selftest.hh' was generated. #8 3.421 Notify: File `PCU_selftest.cc' was generated. #8 3.421 Notify: File `PCU_selftest_part_1.cc' was generated. #8 3.421 Notify: File `PCU_selftest_part_2.cc' was generated. #8 3.421 Notify: File `PCU_selftest_part_3.cc' was generated. #8 3.421 Notify: File `PCU_selftest_part_4.cc' was generated. #8 3.421 Notify: File `PCU_selftest_part_5.cc' was generated. #8 3.421 Notify: File `PCU_selftest_part_6.cc' was generated. #8 3.421 Notify: File `PCU_selftest_part_7.cc' was generated. #8 3.421 Notify: File `RAW_NS.hh' was generated. #8 3.421 Notify: File `RAW_NS.cc' was generated. #8 3.421 Notify: File `RAW_NS_part_1.cc' was generated. #8 3.421 Notify: File `RAW_NS_part_2.cc' was generated. #8 3.422 Notify: File `RAW_NS_part_3.cc' was generated. #8 3.422 Notify: File `RAW_NS_part_4.cc' was generated. #8 3.422 Notify: File `RAW_NS_part_5.cc' was generated. #8 3.422 Notify: File `RAW_NS_part_6.cc' was generated. #8 3.422 Notify: File `RAW_NS_part_7.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates.hh' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates_part_1.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates_part_2.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates_part_3.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates_part_4.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates_part_5.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates_part_6.cc' was generated. #8 3.422 Notify: File `RLCMAC_CSN1_Templates_part_7.cc' was generated. #8 3.423 Notify: File `RLCMAC_CSN1_Types.hh' was generated. #8 3.424 Notify: File `RLCMAC_CSN1_Types.cc' was generated. #8 3.426 Notify: File `RLCMAC_CSN1_Types_part_1.cc' was generated. #8 3.427 Notify: File `RLCMAC_CSN1_Types_part_2.cc' was generated. #8 3.428 Notify: File `RLCMAC_CSN1_Types_part_3.cc' was generated. #8 3.428 Notify: File `RLCMAC_CSN1_Types_part_4.cc' was generated. #8 3.428 Notify: File `RLCMAC_CSN1_Types_part_5.cc' was generated. #8 3.428 Notify: File `RLCMAC_CSN1_Types_part_6.cc' was generated. #8 3.428 Notify: File `RLCMAC_CSN1_Types_part_7.cc' was generated. #8 3.428 Notify: File `RLCMAC_Templates.hh' was generated. #8 3.428 Notify: File `RLCMAC_Templates.cc' was generated. #8 3.428 Notify: File `RLCMAC_Templates_part_1.cc' was generated. #8 3.428 Notify: File `RLCMAC_Templates_part_2.cc' was generated. #8 3.428 Notify: File `RLCMAC_Templates_part_3.cc' was generated. #8 3.428 Notify: File `RLCMAC_Templates_part_4.cc' was generated. #8 3.429 Notify: File `RLCMAC_Templates_part_5.cc' was generated. #8 3.429 Notify: File `RLCMAC_Templates_part_6.cc' was generated. #8 3.429 Notify: File `RLCMAC_Templates_part_7.cc' was generated. #8 3.429 Notify: File `RLCMAC_Types.hh' was generated. #8 3.430 Notify: File `RLCMAC_Types.cc' was generated. #8 3.430 Notify: File `RLCMAC_Types_part_1.cc' was generated. #8 3.430 Notify: File `RLCMAC_Types_part_2.cc' was generated. #8 3.430 Notify: File `RLCMAC_Types_part_3.cc' was generated. #8 3.430 Notify: File `RLCMAC_Types_part_4.cc' was generated. #8 3.430 Notify: File `RLCMAC_Types_part_5.cc' was generated. #8 3.430 Notify: File `RLCMAC_Types_part_6.cc' was generated. #8 3.430 Notify: File `RLCMAC_Types_part_7.cc' was generated. #8 3.430 Notify: File `SGSN_Components.hh' was generated. #8 3.430 Notify: File `SGSN_Components.cc' was generated. #8 3.430 Notify: File `SGSN_Components_part_1.cc' was generated. #8 3.430 Notify: File `SGSN_Components_part_2.cc' was generated. #8 3.430 Notify: File `SGSN_Components_part_3.cc' was generated. #8 3.430 Notify: File `SGSN_Components_part_4.cc' was generated. #8 3.431 Notify: File `SGSN_Components_part_5.cc' was generated. #8 3.431 Notify: File `SGSN_Components_part_6.cc' was generated. #8 3.431 Notify: File `SGSN_Components_part_7.cc' was generated. #8 3.431 Notify: File `SNDCP_Types.hh' was generated. #8 3.431 Notify: File `SNDCP_Types.cc' was generated. #8 3.431 Notify: File `SNDCP_Types_part_1.cc' was generated. #8 3.431 Notify: File `SNDCP_Types_part_2.cc' was generated. #8 3.431 Notify: File `SNDCP_Types_part_3.cc' was generated. #8 3.431 Notify: File `SNDCP_Types_part_4.cc' was generated. #8 3.431 Notify: File `SNDCP_Types_part_5.cc' was generated. #8 3.431 Notify: File `SNDCP_Types_part_6.cc' was generated. #8 3.431 Notify: File `SNDCP_Types_part_7.cc' was generated. #8 3.431 Notify: File `Socket_API_Definitions.hh' was generated. #8 3.432 Notify: File `Socket_API_Definitions.cc' was generated. #8 3.432 Notify: File `Socket_API_Definitions_part_1.cc' was generated. #8 3.432 Notify: File `Socket_API_Definitions_part_2.cc' was generated. #8 3.432 Notify: File `Socket_API_Definitions_part_3.cc' was generated. #8 3.432 Notify: File `Socket_API_Definitions_part_4.cc' was generated. #8 3.432 Notify: File `Socket_API_Definitions_part_5.cc' was generated. #8 3.432 Notify: File `Socket_API_Definitions_part_6.cc' was generated. #8 3.432 Notify: File `Socket_API_Definitions_part_7.cc' was generated. #8 3.432 Notify: File `StatsD_Checker.hh' was generated. #8 3.432 Notify: File `StatsD_Checker.cc' was generated. #8 3.433 Notify: File `StatsD_Checker_part_1.cc' was generated. #8 3.433 Notify: File `StatsD_Checker_part_2.cc' was generated. #8 3.433 Notify: File `StatsD_Checker_part_3.cc' was generated. #8 3.433 Notify: File `StatsD_Checker_part_4.cc' was generated. #8 3.433 Notify: File `StatsD_Checker_part_5.cc' was generated. #8 3.433 Notify: File `StatsD_Checker_part_6.cc' was generated. #8 3.433 Notify: File `StatsD_Checker_part_7.cc' was generated. #8 3.433 Notify: File `StatsD_CodecPort.hh' was generated. #8 3.433 Notify: File `StatsD_CodecPort.cc' was generated. #8 3.433 Notify: File `StatsD_CodecPort_CtrlFunct.hh' was generated. #8 3.433 Notify: File `StatsD_CodecPort_CtrlFunct.cc' was generated. #8 3.433 Notify: File `StatsD_CodecPort_CtrlFunct_part_1.cc' was generated. #8 3.433 Notify: File `StatsD_CodecPort_CtrlFunct_part_2.cc' was generated. #8 3.433 Notify: File `StatsD_CodecPort_CtrlFunct_part_3.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_CtrlFunct_part_4.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_CtrlFunct_part_5.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_CtrlFunct_part_6.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_CtrlFunct_part_7.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_part_1.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_part_2.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_part_3.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_part_4.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_part_5.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_part_6.cc' was generated. #8 3.434 Notify: File `StatsD_CodecPort_part_7.cc' was generated. #8 3.434 Notify: File `StatsD_Types.hh' was generated. #8 3.434 Notify: File `StatsD_Types.cc' was generated. #8 3.434 Notify: File `StatsD_Types_part_1.cc' was generated. #8 3.434 Notify: File `StatsD_Types_part_2.cc' was generated. #8 3.434 Notify: File `StatsD_Types_part_3.cc' was generated. #8 3.434 Notify: File `StatsD_Types_part_4.cc' was generated. #8 3.434 Notify: File `StatsD_Types_part_5.cc' was generated. #8 3.434 Notify: File `StatsD_Types_part_6.cc' was generated. #8 3.434 Notify: File `StatsD_Types_part_7.cc' was generated. #8 3.434 Notify: File `TCCConversion_Functions.hh' was generated. #8 3.435 Notify: File `TCCConversion_Functions.cc' was generated. #8 3.435 Notify: File `TCCConversion_Functions_part_1.cc' was generated. #8 3.435 Notify: File `TCCConversion_Functions_part_2.cc' was generated. #8 3.435 Notify: File `TCCConversion_Functions_part_3.cc' was generated. #8 3.435 Notify: File `TCCConversion_Functions_part_4.cc' was generated. #8 3.435 Notify: File `TCCConversion_Functions_part_5.cc' was generated. #8 3.435 Notify: File `TCCConversion_Functions_part_6.cc' was generated. #8 3.435 Notify: File `TCCConversion_Functions_part_7.cc' was generated. #8 3.435 Notify: File `TCCInterface_Functions.hh' was generated. #8 3.435 Notify: File `TCCInterface_Functions.cc' was generated. #8 3.435 Notify: File `TCCInterface_Functions_part_1.cc' was generated. #8 3.435 Notify: File `TCCInterface_Functions_part_2.cc' was generated. #8 3.435 Notify: File `TCCInterface_Functions_part_3.cc' was generated. #8 3.435 Notify: File `TCCInterface_Functions_part_4.cc' was generated. #8 3.435 Notify: File `TCCInterface_Functions_part_5.cc' was generated. #8 3.435 Notify: File `TCCInterface_Functions_part_6.cc' was generated. #8 3.436 Notify: File `TCCInterface_Functions_part_7.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType.hh' was generated. #8 3.436 Notify: File `TELNETasp_PortType.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType_part_1.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType_part_2.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType_part_3.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType_part_4.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType_part_5.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType_part_6.cc' was generated. #8 3.436 Notify: File `TELNETasp_PortType_part_7.cc' was generated. #8 3.436 Notify: File `UD_PortType.hh' was generated. #8 3.436 Notify: File `UD_PortType.cc' was generated. #8 3.436 Notify: File `UD_PortType_part_1.cc' was generated. #8 3.436 Notify: File `UD_PortType_part_2.cc' was generated. #8 3.436 Notify: File `UD_PortType_part_3.cc' was generated. #8 3.437 Notify: File `UD_PortType_part_4.cc' was generated. #8 3.437 Notify: File `UD_PortType_part_5.cc' was generated. #8 3.437 Notify: File `UD_PortType_part_6.cc' was generated. #8 3.437 Notify: File `UD_PortType_part_7.cc' was generated. #8 3.437 Notify: File `UD_Types.hh' was generated. #8 3.437 Notify: File `UD_Types.cc' was generated. #8 3.437 Notify: File `UD_Types_part_1.cc' was generated. #8 3.437 Notify: File `UD_Types_part_2.cc' was generated. #8 3.437 Notify: File `UD_Types_part_3.cc' was generated. #8 3.437 Notify: File `UD_Types_part_4.cc' was generated. #8 3.437 Notify: File `UD_Types_part_5.cc' was generated. #8 3.437 Notify: File `UD_Types_part_6.cc' was generated. #8 3.437 Notify: File `UD_Types_part_7.cc' was generated. #8 3.437 Notify: 567 files were updated. #8 3.486 touch compile #8 3.488 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcu' #8 3.488 make -j16 -C pcu #8 3.505 make[1]: Entering directory '/osmo-ttcn3-hacks/pcu' #8 3.571 Creating dependency file for UD_PT.cc #8 3.571 Creating dependency file for TELNETasp_PT.cc #8 3.572 Creating dependency file for TCCInterface.cc #8 3.572 Creating dependency file for TCCConversion.cc #8 3.573 Creating dependency file for StatsD_CodecPort_CtrlFunctdef.cc #8 3.573 Creating dependency file for RLCMAC_EncDec.cc #8 3.573 Creating dependency file for Native_FunctionDefs.cc #8 3.573 Creating dependency file for LLC_EncDec.cc #8 3.574 Creating dependency file for IPL4asp_PT.cc #8 3.574 Creating dependency file for IPA_CodecPort_CtrlFunctDef.cc #8 3.575 Creating dependency file for IPL4asp_discovery.cc #8 3.576 Creating dependency file for BSSGP_EncDec.cc #8 3.594 Creating dependency file for RAW_NS_part_7.cc #8 3.594 Creating dependency file for RAW_NS_part_6.cc #8 3.595 Creating dependency file for RAW_NS_part_5.cc #8 3.595 Creating dependency file for RAW_NS_part_4.cc #8 3.596 Creating dependency file for RAW_NS_part_3.cc #8 3.605 Creating dependency file for RAW_NS_part_2.cc #8 3.605 Creating dependency file for RAW_NS_part_1.cc #8 3.611 Creating dependency file for NS_Emulation_part_7.cc #8 3.618 Creating dependency file for NS_Emulation_part_6.cc #8 3.618 Creating dependency file for NS_Emulation_part_4.cc #8 3.618 Creating dependency file for NS_Emulation_part_5.cc #8 3.622 Creating dependency file for NS_Emulation_part_3.cc #8 3.631 Creating dependency file for NS_Emulation_part_2.cc #8 3.632 Creating dependency file for NS_Emulation_part_1.cc #8 3.633 Creating dependency file for IPA_Emulation_part_7.cc #8 3.639 Creating dependency file for IPA_Emulation_part_6.cc #8 3.640 Creating dependency file for IPA_Emulation_part_5.cc #8 3.640 Creating dependency file for IPA_Emulation_part_4.cc #8 3.642 Creating dependency file for IPA_Emulation_part_3.cc #8 3.643 Creating dependency file for IPA_Emulation_part_2.cc #8 3.648 Creating dependency file for IPA_Emulation_part_1.cc #8 3.649 Creating dependency file for BSSGP_Emulation_part_7.cc #8 3.650 Creating dependency file for BSSGP_Emulation_part_6.cc #8 3.651 Creating dependency file for BSSGP_Emulation_part_5.cc #8 3.658 Creating dependency file for BSSGP_Emulation_part_4.cc #8 3.659 Creating dependency file for BSSGP_Emulation_part_3.cc #8 3.660 Creating dependency file for BSSGP_Emulation_part_2.cc #8 3.660 Creating dependency file for BSSGP_Emulation_part_1.cc #8 3.661 Creating dependency file for RAW_NS.cc #8 3.661 Creating dependency file for NS_Emulation.cc #8 3.664 Creating dependency file for IPA_Emulation.cc #8 3.664 Creating dependency file for BSSGP_Emulation.cc #8 3.666 Creating dependency file for UD_Types_part_7.cc #8 3.667 Creating dependency file for UD_Types_part_6.cc #8 3.669 Creating dependency file for UD_Types_part_5.cc #8 3.669 Creating dependency file for UD_Types_part_4.cc #8 3.669 Creating dependency file for UD_Types_part_3.cc #8 3.671 Creating dependency file for UD_Types_part_2.cc #8 3.675 Creating dependency file for UD_Types_part_1.cc #8 3.676 Creating dependency file for UD_PortType_part_7.cc #8 3.676 Creating dependency file for UD_PortType_part_6.cc #8 3.677 Creating dependency file for UD_PortType_part_5.cc #8 3.678 Creating dependency file for UD_PortType_part_4.cc #8 3.679 Creating dependency file for UD_PortType_part_3.cc #8 3.683 Creating dependency file for UD_PortType_part_2.cc #8 3.683 Creating dependency file for UD_PortType_part_1.cc #8 3.685 Creating dependency file for TELNETasp_PortType_part_7.cc #8 3.687 Creating dependency file for TELNETasp_PortType_part_6.cc #8 3.687 Creating dependency file for TELNETasp_PortType_part_4.cc #8 3.687 Creating dependency file for TELNETasp_PortType_part_5.cc #8 3.688 Creating dependency file for TELNETasp_PortType_part_3.cc #8 3.688 Creating dependency file for TELNETasp_PortType_part_2.cc #8 3.689 Creating dependency file for TELNETasp_PortType_part_1.cc #8 3.695 Creating dependency file for TCCInterface_Functions_part_7.cc #8 3.696 Creating dependency file for TCCInterface_Functions_part_6.cc #8 3.697 Creating dependency file for TCCInterface_Functions_part_5.cc #8 3.697 Creating dependency file for TCCInterface_Functions_part_4.cc #8 3.697 Creating dependency file for TCCInterface_Functions_part_3.cc #8 3.698 Creating dependency file for TCCInterface_Functions_part_2.cc #8 3.699 Creating dependency file for TCCInterface_Functions_part_1.cc #8 3.705 Creating dependency file for TCCConversion_Functions_part_7.cc #8 3.706 Creating dependency file for TCCConversion_Functions_part_6.cc #8 3.706 Creating dependency file for TCCConversion_Functions_part_5.cc #8 3.707 Creating dependency file for TCCConversion_Functions_part_3.cc #8 3.707 Creating dependency file for TCCConversion_Functions_part_4.cc #8 3.708 Creating dependency file for TCCConversion_Functions_part_2.cc #8 3.708 Creating dependency file for TCCConversion_Functions_part_1.cc #8 3.708 Creating dependency file for StatsD_Types_part_7.cc #8 3.708 Creating dependency file for StatsD_Types_part_6.cc #8 3.709 Creating dependency file for StatsD_Types_part_5.cc #8 3.715 Creating dependency file for StatsD_Types_part_4.cc #8 3.716 Creating dependency file for StatsD_Types_part_3.cc #8 3.717 Creating dependency file for StatsD_Types_part_2.cc #8 3.718 Creating dependency file for StatsD_Types_part_1.cc #8 3.718 Creating dependency file for StatsD_CodecPort_CtrlFunct_part_7.cc #8 3.719 Creating dependency file for StatsD_CodecPort_CtrlFunct_part_6.cc #8 3.720 Creating dependency file for StatsD_CodecPort_CtrlFunct_part_5.cc #8 3.721 Creating dependency file for StatsD_CodecPort_CtrlFunct_part_4.cc #8 3.721 Creating dependency file for StatsD_CodecPort_CtrlFunct_part_3.cc #8 3.723 Creating dependency file for StatsD_CodecPort_CtrlFunct_part_2.cc #8 3.723 Creating dependency file for StatsD_CodecPort_CtrlFunct_part_1.cc #8 3.725 Creating dependency file for StatsD_CodecPort_part_7.cc #8 3.726 Creating dependency file for StatsD_CodecPort_part_6.cc #8 3.728 Creating dependency file for StatsD_CodecPort_part_5.cc #8 3.732 Creating dependency file for StatsD_CodecPort_part_4.cc #8 3.732 Creating dependency file for StatsD_CodecPort_part_3.cc #8 3.732 Creating dependency file for StatsD_CodecPort_part_2.cc #8 3.733 Creating dependency file for StatsD_CodecPort_part_1.cc #8 3.734 Creating dependency file for StatsD_Checker_part_7.cc #8 3.735 Creating dependency file for StatsD_Checker_part_6.cc #8 3.735 Creating dependency file for StatsD_Checker_part_5.cc #8 3.737 Creating dependency file for StatsD_Checker_part_4.cc #8 3.738 Creating dependency file for StatsD_Checker_part_3.cc #8 3.738 Creating dependency file for StatsD_Checker_part_2.cc #8 3.742 Creating dependency file for StatsD_Checker_part_1.cc #8 3.742 Creating dependency file for Socket_API_Definitions_part_7.cc #8 3.743 Creating dependency file for Socket_API_Definitions_part_6.cc #8 3.744 Creating dependency file for Socket_API_Definitions_part_5.cc #8 3.744 Creating dependency file for Socket_API_Definitions_part_4.cc #8 3.750 Creating dependency file for Socket_API_Definitions_part_3.cc #8 3.750 Creating dependency file for Socket_API_Definitions_part_2.cc #8 3.751 Creating dependency file for Socket_API_Definitions_part_1.cc #8 3.752 Creating dependency file for SNDCP_Types_part_6.cc #8 3.752 Creating dependency file for SNDCP_Types_part_7.cc #8 3.753 Creating dependency file for SNDCP_Types_part_5.cc #8 3.754 Creating dependency file for SNDCP_Types_part_4.cc #8 3.755 Creating dependency file for SNDCP_Types_part_3.cc #8 3.760 Creating dependency file for SNDCP_Types_part_2.cc #8 3.760 Creating dependency file for SNDCP_Types_part_1.cc #8 3.762 Creating dependency file for SGSN_Components_part_7.cc #8 3.763 Creating dependency file for SGSN_Components_part_6.cc #8 3.764 Creating dependency file for SGSN_Components_part_5.cc #8 3.764 Creating dependency file for SGSN_Components_part_4.cc #8 3.764 Creating dependency file for SGSN_Components_part_3.cc #8 3.765 Creating dependency file for SGSN_Components_part_2.cc #8 3.766 Creating dependency file for SGSN_Components_part_1.cc #8 3.766 Creating dependency file for RLCMAC_Types_part_7.cc #8 3.770 Creating dependency file for RLCMAC_Types_part_6.cc #8 3.771 Creating dependency file for RLCMAC_Types_part_5.cc #8 3.771 Creating dependency file for RLCMAC_Types_part_4.cc #8 3.776 Creating dependency file for RLCMAC_Types_part_3.cc #8 3.776 Creating dependency file for RLCMAC_Types_part_2.cc #8 3.777 Creating dependency file for RLCMAC_Types_part_1.cc #8 3.777 Creating dependency file for RLCMAC_Templates_part_7.cc #8 3.778 Creating dependency file for RLCMAC_Templates_part_6.cc #8 3.780 Creating dependency file for RLCMAC_Templates_part_5.cc #8 3.780 Creating dependency file for RLCMAC_Templates_part_4.cc #8 3.783 Creating dependency file for RLCMAC_Templates_part_3.cc #8 3.785 Creating dependency file for RLCMAC_Templates_part_2.cc #8 3.785 Creating dependency file for RLCMAC_Templates_part_1.cc #8 3.786 Creating dependency file for RLCMAC_CSN1_Types_part_7.cc #8 3.787 Creating dependency file for RLCMAC_CSN1_Types_part_6.cc #8 3.789 Creating dependency file for RLCMAC_CSN1_Types_part_5.cc #8 3.789 Creating dependency file for RLCMAC_CSN1_Types_part_4.cc #8 3.789 Creating dependency file for RLCMAC_CSN1_Types_part_3.cc #8 3.790 Creating dependency file for RLCMAC_CSN1_Types_part_2.cc #8 3.791 Creating dependency file for RLCMAC_CSN1_Types_part_1.cc #8 3.791 Creating dependency file for RLCMAC_CSN1_Templates_part_7.cc #8 3.792 Creating dependency file for RLCMAC_CSN1_Templates_part_6.cc #8 3.793 Creating dependency file for RLCMAC_CSN1_Templates_part_5.cc #8 3.795 Creating dependency file for RLCMAC_CSN1_Templates_part_4.cc #8 3.796 Creating dependency file for RLCMAC_CSN1_Templates_part_3.cc #8 3.797 Creating dependency file for RLCMAC_CSN1_Templates_part_2.cc #8 3.802 Creating dependency file for RLCMAC_CSN1_Templates_part_1.cc #8 3.805 Creating dependency file for PCU_selftest_part_7.cc #8 3.805 Creating dependency file for PCU_selftest_part_6.cc #8 3.805 Creating dependency file for PCU_selftest_part_5.cc #8 3.805 Creating dependency file for PCU_selftest_part_4.cc #8 3.806 Creating dependency file for PCU_selftest_part_3.cc #8 3.807 Creating dependency file for PCU_selftest_part_1.cc #8 3.807 Creating dependency file for PCU_selftest_part_2.cc #8 3.809 Creating dependency file for PCU_Tests_SNS_part_7.cc #8 3.812 Creating dependency file for PCU_Tests_SNS_part_6.cc #8 3.814 Creating dependency file for PCU_Tests_SNS_part_5.cc #8 3.815 Creating dependency file for PCU_Tests_SNS_part_4.cc #8 3.816 Creating dependency file for PCU_Tests_SNS_part_3.cc #8 3.818 Creating dependency file for PCU_Tests_SNS_part_2.cc #8 3.819 Creating dependency file for PCU_Tests_SNS_part_1.cc #8 3.822 Creating dependency file for PCU_Tests_NS_part_7.cc #8 3.823 Creating dependency file for PCU_Tests_NS_part_6.cc #8 3.823 Creating dependency file for PCU_Tests_NS_part_5.cc #8 3.825 Creating dependency file for PCU_Tests_NS_part_4.cc #8 3.826 Creating dependency file for PCU_Tests_NS_part_3.cc #8 3.827 Creating dependency file for PCU_Tests_NS_part_2.cc #8 3.828 Creating dependency file for PCU_Tests_NS_part_1.cc #8 3.828 Creating dependency file for PCU_Tests_part_7.cc #8 3.830 Creating dependency file for PCU_Tests_part_6.cc #8 3.834 Creating dependency file for PCU_Tests_part_5.cc #8 3.835 Creating dependency file for PCU_Tests_part_4.cc #8 3.836 Creating dependency file for PCU_Tests_part_3.cc #8 3.837 Creating dependency file for PCU_Tests_part_2.cc #8 3.840 Creating dependency file for PCU_Tests_part_1.cc #8 3.844 Creating dependency file for PCUIF_Types_part_7.cc #8 3.845 Creating dependency file for PCUIF_Types_part_6.cc #8 3.845 Creating dependency file for PCUIF_Types_part_5.cc #8 3.846 Creating dependency file for PCUIF_Types_part_4.cc #8 3.847 Creating dependency file for PCUIF_Types_part_3.cc #8 3.848 Creating dependency file for PCUIF_Types_part_2.cc #8 3.848 Creating dependency file for PCUIF_Types_part_1.cc #8 3.851 Creating dependency file for PCUIF_Components_part_7.cc #8 3.852 Creating dependency file for PCUIF_Components_part_6.cc #8 3.852 Creating dependency file for PCUIF_Components_part_5.cc #8 3.853 Creating dependency file for PCUIF_Components_part_4.cc #8 3.855 Creating dependency file for PCUIF_Components_part_3.cc #8 3.856 Creating dependency file for PCUIF_Components_part_2.cc #8 3.857 Creating dependency file for PCUIF_Components_part_1.cc #8 3.857 Creating dependency file for PCUIF_CodecPort_part_7.cc #8 3.861 Creating dependency file for PCUIF_CodecPort_part_6.cc #8 3.862 Creating dependency file for PCUIF_CodecPort_part_5.cc #8 3.862 Creating dependency file for PCUIF_CodecPort_part_4.cc #8 3.863 Creating dependency file for PCUIF_CodecPort_part_3.cc #8 3.864 Creating dependency file for PCUIF_CodecPort_part_2.cc #8 3.865 Creating dependency file for Osmocom_VTY_Functions_part_7.cc #8 3.865 Creating dependency file for PCUIF_CodecPort_part_1.cc #8 3.866 Creating dependency file for Osmocom_VTY_Functions_part_6.cc #8 3.870 Creating dependency file for Osmocom_VTY_Functions_part_5.cc #8 3.870 Creating dependency file for Osmocom_VTY_Functions_part_4.cc #8 3.873 Creating dependency file for Osmocom_VTY_Functions_part_3.cc #8 3.874 Creating dependency file for Osmocom_VTY_Functions_part_2.cc #8 3.874 Creating dependency file for Osmocom_VTY_Functions_part_1.cc #8 3.874 Creating dependency file for Osmocom_Types_part_7.cc #8 3.875 Creating dependency file for Osmocom_Types_part_6.cc #8 3.876 Creating dependency file for Osmocom_Types_part_5.cc #8 3.877 Creating dependency file for Osmocom_Types_part_4.cc #8 3.881 Creating dependency file for Osmocom_Types_part_3.cc #8 3.881 Creating dependency file for Osmocom_Types_part_2.cc #8 3.881 Creating dependency file for Osmocom_Types_part_1.cc #8 3.882 Creating dependency file for Osmocom_Gb_Types_part_7.cc #8 3.885 Creating dependency file for Osmocom_Gb_Types_part_6.cc #8 3.885 Creating dependency file for Osmocom_Gb_Types_part_5.cc #8 3.887 Creating dependency file for Osmocom_Gb_Types_part_4.cc #8 3.887 Creating dependency file for Osmocom_Gb_Types_part_3.cc #8 3.887 Creating dependency file for Osmocom_Gb_Types_part_2.cc #8 3.890 Creating dependency file for Osmocom_Gb_Types_part_1.cc #8 3.890 Creating dependency file for Osmocom_CTRL_Types_part_7.cc #8 3.890 Creating dependency file for Osmocom_CTRL_Types_part_6.cc #8 3.890 Creating dependency file for Osmocom_CTRL_Types_part_5.cc #8 3.891 Creating dependency file for Osmocom_CTRL_Types_part_4.cc #8 3.893 Creating dependency file for Osmocom_CTRL_Types_part_3.cc #8 3.896 Creating dependency file for Osmocom_CTRL_Types_part_2.cc #8 3.896 Creating dependency file for Osmocom_CTRL_Types_part_1.cc #8 3.897 Creating dependency file for Osmocom_CTRL_Functions_part_7.cc #8 3.897 Creating dependency file for Osmocom_CTRL_Functions_part_6.cc #8 3.900 Creating dependency file for Osmocom_CTRL_Functions_part_5.cc #8 3.900 Creating dependency file for Osmocom_CTRL_Functions_part_4.cc #8 3.902 Creating dependency file for Osmocom_CTRL_Functions_part_3.cc #8 3.902 Creating dependency file for Osmocom_CTRL_Functions_part_2.cc #8 3.907 Creating dependency file for Osmocom_CTRL_Functions_part_1.cc #8 3.907 Creating dependency file for Osmocom_CTRL_Adapter_part_7.cc #8 3.908 Creating dependency file for Osmocom_CTRL_Adapter_part_5.cc #8 3.908 Creating dependency file for Osmocom_CTRL_Adapter_part_6.cc #8 3.908 Creating dependency file for Osmocom_CTRL_Adapter_part_4.cc #8 3.909 Creating dependency file for Osmocom_CTRL_Adapter_part_3.cc #8 3.909 Creating dependency file for Osmocom_CTRL_Adapter_part_2.cc #8 3.910 Creating dependency file for Osmocom_CTRL_Adapter_part_1.cc #8 3.910 Creating dependency file for Native_Functions_part_7.cc #8 3.912 Creating dependency file for Native_Functions_part_6.cc #8 3.916 Creating dependency file for Native_Functions_part_5.cc #8 3.917 Creating dependency file for Native_Functions_part_4.cc #8 3.918 Creating dependency file for Native_Functions_part_3.cc #8 3.918 Creating dependency file for Native_Functions_part_2.cc #8 3.918 Creating dependency file for Native_Functions_part_1.cc #8 3.919 Creating dependency file for NS_Types_part_6.cc #8 3.919 Creating dependency file for NS_Types_part_7.cc #8 3.925 Creating dependency file for NS_Types_part_5.cc #8 3.926 Creating dependency file for NS_Types_part_4.cc #8 3.926 Creating dependency file for NS_Types_part_3.cc #8 3.927 Creating dependency file for NS_Types_part_2.cc #8 3.927 Creating dependency file for NS_Types_part_1.cc #8 3.927 Creating dependency file for NS_Provider_IPL4_part_7.cc #8 3.928 Creating dependency file for NS_Provider_IPL4_part_6.cc #8 3.928 Creating dependency file for NS_Provider_IPL4_part_5.cc #8 3.934 Creating dependency file for NS_Provider_IPL4_part_4.cc #8 3.935 Creating dependency file for NS_Provider_IPL4_part_3.cc #8 3.935 Creating dependency file for NS_Provider_IPL4_part_2.cc #8 3.935 Creating dependency file for NS_Provider_IPL4_part_1.cc #8 3.937 Creating dependency file for MobileL3_Types_part_7.cc #8 3.938 Creating dependency file for MobileL3_Types_part_6.cc #8 3.939 Creating dependency file for MobileL3_Types_part_5.cc #8 3.943 Creating dependency file for MobileL3_Types_part_4.cc #8 3.944 Creating dependency file for MobileL3_Types_part_3.cc #8 3.944 Creating dependency file for MobileL3_Types_part_2.cc #8 3.945 Creating dependency file for MobileL3_Types_part_1.cc #8 3.945 Creating dependency file for MobileL3_SS_Types_part_7.cc #8 3.946 Creating dependency file for MobileL3_SS_Types_part_6.cc #8 3.950 Creating dependency file for MobileL3_SS_Types_part_5.cc #8 3.950 Creating dependency file for MobileL3_SS_Types_part_4.cc #8 3.951 Creating dependency file for MobileL3_SS_Types_part_3.cc #8 3.951 Creating dependency file for MobileL3_SS_Types_part_2.cc #8 3.952 Creating dependency file for MobileL3_SS_Types_part_1.cc #8 3.954 Creating dependency file for MobileL3_SMS_Types_part_7.cc #8 3.954 Creating dependency file for MobileL3_SMS_Types_part_6.cc #8 3.954 Creating dependency file for MobileL3_SMS_Types_part_5.cc #8 3.955 Creating dependency file for MobileL3_SMS_Types_part_4.cc #8 3.957 Creating dependency file for MobileL3_SMS_Types_part_3.cc #8 3.958 Creating dependency file for MobileL3_SMS_Types_part_2.cc #8 3.960 Creating dependency file for MobileL3_SMS_Types_part_1.cc #8 3.960 Creating dependency file for MobileL3_RRM_Types_part_7.cc #8 3.963 Creating dependency file for MobileL3_RRM_Types_part_6.cc #8 3.963 Creating dependency file for MobileL3_RRM_Types_part_5.cc #8 3.963 Creating dependency file for MobileL3_RRM_Types_part_4.cc #8 3.964 Creating dependency file for MobileL3_RRM_Types_part_3.cc #8 3.966 Creating dependency file for MobileL3_RRM_Types_part_2.cc #8 3.966 Creating dependency file for MobileL3_RRM_Types_part_1.cc #8 3.966 Creating dependency file for MobileL3_MM_Types_part_7.cc #8 3.968 Creating dependency file for MobileL3_MM_Types_part_6.cc #8 3.968 Creating dependency file for MobileL3_MM_Types_part_5.cc #8 3.970 Creating dependency file for MobileL3_MM_Types_part_4.cc #8 3.976 Creating dependency file for MobileL3_MM_Types_part_3.cc #8 3.976 Creating dependency file for MobileL3_MM_Types_part_2.cc #8 3.976 Creating dependency file for MobileL3_MM_Types_part_1.cc #8 3.977 Creating dependency file for MobileL3_GMM_SM_Types_part_7.cc #8 3.977 Creating dependency file for MobileL3_GMM_SM_Types_part_6.cc #8 3.977 Creating dependency file for MobileL3_GMM_SM_Types_part_5.cc #8 3.984 Creating dependency file for MobileL3_GMM_SM_Types_part_4.cc #8 3.985 Creating dependency file for MobileL3_GMM_SM_Types_part_3.cc #8 3.985 Creating dependency file for MobileL3_GMM_SM_Types_part_2.cc #8 3.990 Creating dependency file for MobileL3_GMM_SM_Types_part_1.cc #8 3.990 Creating dependency file for MobileL3_CommonIE_Types_part_7.cc #8 3.991 Creating dependency file for MobileL3_CommonIE_Types_part_6.cc #8 3.992 Creating dependency file for MobileL3_CommonIE_Types_part_5.cc #8 4.002 Creating dependency file for MobileL3_CommonIE_Types_part_4.cc #8 4.007 Creating dependency file for MobileL3_CommonIE_Types_part_3.cc #8 4.012 Creating dependency file for MobileL3_CommonIE_Types_part_2.cc #8 4.012 Creating dependency file for MobileL3_CommonIE_Types_part_1.cc #8 4.012 Creating dependency file for MobileL3_CC_Types_part_7.cc #8 4.016 Creating dependency file for MobileL3_CC_Types_part_6.cc #8 4.018 Creating dependency file for MobileL3_CC_Types_part_5.cc #8 4.022 Creating dependency file for MobileL3_CC_Types_part_4.cc #8 4.026 Creating dependency file for MobileL3_CC_Types_part_3.cc #8 4.026 Creating dependency file for MobileL3_CC_Types_part_2.cc #8 4.032 Creating dependency file for MobileL3_CC_Types_part_1.cc #8 4.034 Creating dependency file for Misc_Helpers_part_7.cc #8 4.035 Creating dependency file for Misc_Helpers_part_6.cc #8 4.037 Creating dependency file for Misc_Helpers_part_5.cc #8 4.044 Creating dependency file for Misc_Helpers_part_4.cc #8 4.044 Creating dependency file for Misc_Helpers_part_3.cc #8 4.053 Creating dependency file for Misc_Helpers_part_1.cc #8 4.053 Creating dependency file for Misc_Helpers_part_2.cc #8 4.054 Creating dependency file for LLC_Types_part_7.cc #8 4.054 Creating dependency file for LLC_Types_part_6.cc #8 4.057 Creating dependency file for LLC_Types_part_5.cc #8 4.062 Creating dependency file for LLC_Types_part_4.cc #8 4.063 Creating dependency file for LLC_Types_part_3.cc #8 4.064 Creating dependency file for LLC_Types_part_2.cc #8 4.068 Creating dependency file for LLC_Types_part_1.cc #8 4.084 Creating dependency file for LLC_Templates_part_7.cc #8 4.085 Creating dependency file for LLC_Templates_part_6.cc #8 4.085 Creating dependency file for LLC_Templates_part_5.cc #8 4.086 Creating dependency file for LLC_Templates_part_4.cc #8 4.087 Creating dependency file for LLC_Templates_part_3.cc #8 4.097 Creating dependency file for LLC_Templates_part_2.cc #8 4.097 Creating dependency file for LLC_Templates_part_1.cc #8 4.097 Creating dependency file for L3_Templates_part_7.cc #8 4.098 Creating dependency file for L3_Templates_part_6.cc #8 4.098 Creating dependency file for L3_Templates_part_5.cc #8 4.106 Creating dependency file for L3_Templates_part_4.cc #8 4.106 Creating dependency file for L3_Templates_part_3.cc #8 4.107 Creating dependency file for L3_Templates_part_2.cc #8 4.109 Creating dependency file for L3_Templates_part_1.cc #8 4.109 Creating dependency file for L3_Common_part_7.cc #8 4.115 Creating dependency file for L3_Common_part_6.cc #8 4.116 Creating dependency file for L3_Common_part_5.cc #8 4.116 Creating dependency file for L3_Common_part_4.cc #8 4.117 Creating dependency file for L3_Common_part_3.cc #8 4.118 Creating dependency file for L3_Common_part_2.cc #8 4.125 Creating dependency file for L3_Common_part_1.cc #8 4.129 Creating dependency file for IPL4asp_Types_part_7.cc #8 4.130 Creating dependency file for IPL4asp_Types_part_6.cc #8 4.130 Creating dependency file for IPL4asp_Types_part_5.cc #8 4.131 Creating dependency file for IPL4asp_Types_part_4.cc #8 4.131 Creating dependency file for IPL4asp_Types_part_3.cc #8 4.139 Creating dependency file for IPL4asp_Types_part_2.cc #8 4.140 Creating dependency file for IPL4asp_Types_part_1.cc #8 4.142 Creating dependency file for IPL4asp_PortType_part_7.cc #8 4.142 Creating dependency file for IPL4asp_PortType_part_5.cc #8 4.142 Creating dependency file for IPL4asp_PortType_part_6.cc #8 4.142 Creating dependency file for IPL4asp_PortType_part_4.cc #8 4.143 Creating dependency file for IPL4asp_PortType_part_3.cc #8 4.144 Creating dependency file for IPL4asp_PortType_part_2.cc #8 4.150 Creating dependency file for IPL4asp_PortType_part_1.cc #8 4.153 Creating dependency file for IPL4asp_Functions_part_7.cc #8 4.153 Creating dependency file for IPL4asp_Functions_part_6.cc #8 4.157 Creating dependency file for IPL4asp_Functions_part_5.cc #8 4.157 Creating dependency file for IPL4asp_Functions_part_4.cc #8 4.159 Creating dependency file for IPL4asp_Functions_part_3.cc #8 4.159 Creating dependency file for IPL4asp_Functions_part_2.cc #8 4.162 Creating dependency file for IPL4asp_Functions_part_1.cc #8 4.168 Creating dependency file for IPA_Types_part_7.cc #8 4.168 Creating dependency file for IPA_Types_part_6.cc #8 4.169 Creating dependency file for IPA_Types_part_5.cc #8 4.169 Creating dependency file for IPA_Types_part_4.cc #8 4.170 Creating dependency file for IPA_Types_part_3.cc #8 4.172 Creating dependency file for IPA_Types_part_2.cc #8 4.174 Creating dependency file for IPA_Types_part_1.cc #8 4.176 Creating dependency file for IPA_CodecPort_CtrlFunct_part_7.cc #8 4.176 Creating dependency file for IPA_CodecPort_CtrlFunct_part_6.cc #8 4.178 Creating dependency file for IPA_CodecPort_CtrlFunct_part_5.cc #8 4.179 Creating dependency file for IPA_CodecPort_CtrlFunct_part_3.cc #8 4.179 Creating dependency file for IPA_CodecPort_CtrlFunct_part_4.cc #8 4.179 Creating dependency file for IPA_CodecPort_CtrlFunct_part_2.cc #8 4.179 Creating dependency file for IPA_CodecPort_CtrlFunct_part_1.cc #8 4.180 Creating dependency file for IPA_CodecPort_part_7.cc #8 4.180 Creating dependency file for IPA_CodecPort_part_6.cc #8 4.182 Creating dependency file for IPA_CodecPort_part_5.cc #8 4.182 Creating dependency file for IPA_CodecPort_part_4.cc #8 4.184 Creating dependency file for IPA_CodecPort_part_3.cc #8 4.186 Creating dependency file for IPA_CodecPort_part_2.cc #8 4.187 Creating dependency file for IPA_CodecPort_part_1.cc #8 4.187 Creating dependency file for General_Types_part_7.cc #8 4.188 Creating dependency file for General_Types_part_6.cc #8 4.189 Creating dependency file for General_Types_part_5.cc #8 4.189 Creating dependency file for General_Types_part_4.cc #8 4.189 Creating dependency file for General_Types_part_3.cc #8 4.191 Creating dependency file for GSM_Types_part_7.cc #8 4.191 Creating dependency file for General_Types_part_1.cc #8 4.191 Creating dependency file for General_Types_part_2.cc #8 4.191 Creating dependency file for GSM_Types_part_5.cc #8 4.191 Creating dependency file for GSM_Types_part_6.cc #8 4.192 Creating dependency file for GSM_Types_part_4.cc #8 4.192 Creating dependency file for GSM_Types_part_3.cc #8 4.194 Creating dependency file for GSM_Types_part_2.cc #8 4.195 Creating dependency file for GSM_Types_part_1.cc #8 4.196 Creating dependency file for GSM_RestOctets_part_7.cc #8 4.199 Creating dependency file for GSM_RestOctets_part_5.cc #8 4.199 Creating dependency file for GSM_RestOctets_part_6.cc #8 4.199 Creating dependency file for GSM_RestOctets_part_4.cc #8 4.200 Creating dependency file for GSM_RestOctets_part_3.cc #8 4.200 Creating dependency file for GSM_RestOctets_part_2.cc #8 4.201 Creating dependency file for GSM_RestOctets_part_1.cc #8 4.201 Creating dependency file for GSM_RR_Types_part_7.cc #8 4.201 Creating dependency file for GSM_RR_Types_part_6.cc #8 4.202 Creating dependency file for GSM_RR_Types_part_5.cc #8 4.202 Creating dependency file for GSM_RR_Types_part_4.cc #8 4.203 Creating dependency file for GSM_RR_Types_part_3.cc #8 4.204 Creating dependency file for GSM_RR_Types_part_2.cc #8 4.205 Creating dependency file for GSM_RR_Types_part_1.cc #8 4.205 Creating dependency file for GPRS_TBF_part_7.cc #8 4.210 Creating dependency file for GPRS_TBF_part_5.cc #8 4.210 Creating dependency file for GPRS_TBF_part_6.cc #8 4.210 Creating dependency file for GPRS_TBF_part_3.cc #8 4.210 Creating dependency file for GPRS_TBF_part_4.cc #8 4.211 Creating dependency file for GPRS_TBF_part_2.cc #8 4.213 Creating dependency file for GPRS_TBF_part_1.cc #8 4.213 Creating dependency file for GPRS_Context_part_7.cc #8 4.213 Creating dependency file for GPRS_Context_part_6.cc #8 4.214 Creating dependency file for GPRS_Context_part_4.cc #8 4.214 Creating dependency file for GPRS_Context_part_5.cc #8 4.214 Creating dependency file for GPRS_Context_part_3.cc #8 4.214 Creating dependency file for GPRS_Context_part_2.cc #8 4.215 Creating dependency file for GPRS_Context_part_1.cc #8 4.219 Creating dependency file for GPRS_Components_part_7.cc #8 4.220 Creating dependency file for GPRS_Components_part_6.cc #8 4.220 Creating dependency file for GPRS_Components_part_5.cc #8 4.220 Creating dependency file for GPRS_Components_part_4.cc #8 4.222 Creating dependency file for GPRS_Components_part_3.cc #8 4.222 Creating dependency file for GPRS_Components_part_2.cc #8 4.223 Creating dependency file for GPRS_Components_part_1.cc #8 4.224 Creating dependency file for BSSGP_Types_part_7.cc #8 4.224 Creating dependency file for BSSGP_Types_part_6.cc #8 4.227 Creating dependency file for BSSGP_Types_part_5.cc #8 4.228 Creating dependency file for BSSGP_Types_part_4.cc #8 4.229 Creating dependency file for BSSGP_Types_part_3.cc #8 4.229 Creating dependency file for BSSGP_Types_part_2.cc #8 4.231 Creating dependency file for BSSGP_Types_part_1.cc #8 4.233 Creating dependency file for UD_Types.cc #8 4.233 Creating dependency file for UD_PortType.cc #8 4.234 Creating dependency file for TELNETasp_PortType.cc #8 4.234 Creating dependency file for TCCInterface_Functions.cc #8 4.235 Creating dependency file for TCCConversion_Functions.cc #8 4.236 Creating dependency file for StatsD_Types.cc #8 4.331 Creating dependency file for StatsD_CodecPort_CtrlFunct.cc #8 4.332 Creating dependency file for StatsD_CodecPort.cc #8 4.347 Creating dependency file for StatsD_Checker.cc #8 4.355 Creating dependency file for Socket_API_Definitions.cc #8 4.363 Creating dependency file for SNDCP_Types.cc #8 4.367 Creating dependency file for SGSN_Components.cc #8 4.395 Creating dependency file for RLCMAC_Types.cc #8 4.421 Creating dependency file for RLCMAC_Templates.cc #8 4.435 Creating dependency file for RLCMAC_CSN1_Types.cc #8 4.436 Creating dependency file for RLCMAC_CSN1_Templates.cc #8 4.443 Creating dependency file for PCU_selftest.cc #8 4.459 Creating dependency file for PCU_Tests_SNS.cc #8 4.463 Creating dependency file for PCU_Tests_NS.cc #8 4.463 Creating dependency file for PCU_Tests.cc #8 4.471 Creating dependency file for PCUIF_Components.cc #8 4.471 Creating dependency file for PCUIF_Types.cc #8 4.474 Creating dependency file for PCUIF_CodecPort.cc #8 4.482 Creating dependency file for Osmocom_VTY_Functions.cc #8 4.495 Creating dependency file for Osmocom_Types.cc #8 4.497 Creating dependency file for Osmocom_Gb_Types.cc #8 4.565 Creating dependency file for Osmocom_CTRL_Types.cc #8 4.594 Creating dependency file for Osmocom_CTRL_Functions.cc #8 4.595 Creating dependency file for Osmocom_CTRL_Adapter.cc #8 4.639 Creating dependency file for Native_Functions.cc #8 4.647 Creating dependency file for NS_Types.cc #8 4.659 Creating dependency file for NS_Provider_IPL4.cc #8 4.671 Creating dependency file for MobileL3_Types.cc #8 4.691 Creating dependency file for MobileL3_SS_Types.cc #8 4.695 Creating dependency file for MobileL3_SMS_Types.cc #8 4.707 Creating dependency file for MobileL3_RRM_Types.cc #8 4.717 Creating dependency file for MobileL3_MM_Types.cc #8 4.723 Creating dependency file for MobileL3_GMM_SM_Types.cc #8 4.723 Creating dependency file for MobileL3_CommonIE_Types.cc #8 4.735 Creating dependency file for MobileL3_CC_Types.cc #8 4.783 Creating dependency file for Misc_Helpers.cc #8 4.795 Creating dependency file for LLC_Types.cc #8 4.858 Creating dependency file for LLC_Templates.cc #8 4.863 Creating dependency file for L3_Templates.cc #8 4.865 Creating dependency file for L3_Common.cc #8 4.887 Creating dependency file for IPL4asp_Types.cc #8 4.887 Creating dependency file for IPL4asp_PortType.cc #8 4.908 Creating dependency file for IPL4asp_Functions.cc #8 4.910 Creating dependency file for IPA_Types.cc #8 4.926 Creating dependency file for IPA_CodecPort_CtrlFunct.cc #8 4.947 Creating dependency file for IPA_CodecPort.cc #8 4.958 Creating dependency file for General_Types.cc #8 4.959 Creating dependency file for GSM_Types.cc #8 4.960 Creating dependency file for GSM_RestOctets.cc #8 4.975 Creating dependency file for GSM_RR_Types.cc #8 4.981 Creating dependency file for GPRS_TBF.cc #8 4.981 Creating dependency file for GPRS_Context.cc #8 4.993 Creating dependency file for GPRS_Components.cc #8 5.013 Creating dependency file for BSSGP_Types.cc #8 5.572 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types.o BSSGP_Types.cc #8 5.572 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components.o GPRS_Components.cc #8 5.572 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context.o GPRS_Context.cc #8 5.572 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF.o GPRS_TBF.cc #8 5.572 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types.o GSM_RR_Types.cc #8 5.573 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets.o GSM_RestOctets.cc #8 5.573 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types.o GSM_Types.cc #8 5.573 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types.o General_Types.cc #8 5.573 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort.o IPA_CodecPort.cc #8 5.574 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct.o IPA_CodecPort_CtrlFunct.cc #8 5.574 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types.o IPA_Types.cc #8 5.574 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions.o IPL4asp_Functions.cc #8 5.575 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType.o IPL4asp_PortType.cc #8 5.576 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types.o IPL4asp_Types.cc #8 5.579 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common.o L3_Common.cc #8 5.583 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates.o L3_Templates.cc #8 6.480 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates.o LLC_Templates.cc #8 6.638 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types.o LLC_Types.cc #8 6.808 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers.o Misc_Helpers.cc #8 6.884 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types.o MobileL3_CC_Types.cc #8 7.257 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types.o MobileL3_CommonIE_Types.cc #8 7.439 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types.o MobileL3_GMM_SM_Types.cc #8 7.564 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types.o MobileL3_MM_Types.cc #8 7.649 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types.o MobileL3_RRM_Types.cc #8 8.805 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types.o MobileL3_SMS_Types.cc #8 9.113 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types.o MobileL3_SS_Types.cc #8 9.749 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types.o MobileL3_Types.cc #8 9.814 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4.o NS_Provider_IPL4.cc #8 9.821 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types.o NS_Types.cc #8 10.05 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions.o Native_Functions.cc #8 11.22 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter.o Osmocom_CTRL_Adapter.cc #8 11.75 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions.o Osmocom_CTRL_Functions.cc #8 12.55 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types.o Osmocom_CTRL_Types.cc #8 12.80 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types.o Osmocom_Gb_Types.cc #8 13.12 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types.o Osmocom_Types.cc #8 13.61 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc #8 13.63 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort.o PCUIF_CodecPort.cc #8 14.80 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components.o PCUIF_Components.cc #8 14.92 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types.o PCUIF_Types.cc #8 15.65 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests.o PCU_Tests.cc #8 15.94 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS.o PCU_Tests_NS.cc #8 17.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS.o PCU_Tests_SNS.cc #8 18.09 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest.o PCU_selftest.cc #8 19.83 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates.o RLCMAC_CSN1_Templates.cc #8 19.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types.o RLCMAC_CSN1_Types.cc #8 20.60 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates.o RLCMAC_Templates.cc #8 21.08 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types.o RLCMAC_Types.cc #8 21.40 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components.o SGSN_Components.cc #8 22.56 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types.o SNDCP_Types.cc #8 22.61 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions.o Socket_API_Definitions.cc #8 23.19 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker.o StatsD_Checker.cc #8 23.28 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort.o StatsD_CodecPort.cc #8 23.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct.o StatsD_CodecPort_CtrlFunct.cc #8 24.41 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types.o StatsD_Types.cc #8 24.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions.o TCCConversion_Functions.cc #8 24.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions.o TCCInterface_Functions.cc #8 25.04 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType.o TELNETasp_PortType.cc #8 25.14 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType.o UD_PortType.cc #8 25.36 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types.o UD_Types.cc #8 25.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types_part_1.o BSSGP_Types_part_1.cc #8 25.93 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types_part_2.o BSSGP_Types_part_2.cc #8 25.95 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types_part_3.o BSSGP_Types_part_3.cc #8 26.06 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types_part_4.o BSSGP_Types_part_4.cc #8 26.26 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types_part_5.o BSSGP_Types_part_5.cc #8 26.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types_part_6.o BSSGP_Types_part_6.cc #8 26.42 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Types_part_7.o BSSGP_Types_part_7.cc #8 26.81 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components_part_1.o GPRS_Components_part_1.cc #8 26.89 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components_part_2.o GPRS_Components_part_2.cc #8 26.97 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components_part_3.o GPRS_Components_part_3.cc #8 26.99 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components_part_4.o GPRS_Components_part_4.cc #8 27.04 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components_part_5.o GPRS_Components_part_5.cc #8 27.05 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components_part_6.o GPRS_Components_part_6.cc #8 27.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Components_part_7.o GPRS_Components_part_7.cc #8 27.11 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context_part_1.o GPRS_Context_part_1.cc #8 27.13 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context_part_2.o GPRS_Context_part_2.cc #8 27.14 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context_part_3.o GPRS_Context_part_3.cc #8 27.18 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context_part_4.o GPRS_Context_part_4.cc #8 27.19 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context_part_5.o GPRS_Context_part_5.cc #8 27.20 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context_part_6.o GPRS_Context_part_6.cc #8 27.26 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_Context_part_7.o GPRS_Context_part_7.cc #8 27.28 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF_part_1.o GPRS_TBF_part_1.cc #8 27.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF_part_2.o GPRS_TBF_part_2.cc #8 27.33 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF_part_3.o GPRS_TBF_part_3.cc #8 27.35 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF_part_4.o GPRS_TBF_part_4.cc #8 27.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF_part_5.o GPRS_TBF_part_5.cc #8 27.39 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF_part_6.o GPRS_TBF_part_6.cc #8 27.41 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GPRS_TBF_part_7.o GPRS_TBF_part_7.cc #8 27.41 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types_part_1.o GSM_RR_Types_part_1.cc #8 27.44 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types_part_2.o GSM_RR_Types_part_2.cc #8 27.46 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types_part_3.o GSM_RR_Types_part_3.cc #8 27.48 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types_part_4.o GSM_RR_Types_part_4.cc #8 27.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types_part_5.o GSM_RR_Types_part_5.cc #8 27.53 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types_part_6.o GSM_RR_Types_part_6.cc #8 27.53 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RR_Types_part_7.o GSM_RR_Types_part_7.cc #8 27.57 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets_part_1.o GSM_RestOctets_part_1.cc #8 27.60 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets_part_2.o GSM_RestOctets_part_2.cc #8 27.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets_part_3.o GSM_RestOctets_part_3.cc #8 27.70 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets_part_4.o GSM_RestOctets_part_4.cc #8 27.75 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets_part_5.o GSM_RestOctets_part_5.cc #8 27.83 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets_part_6.o GSM_RestOctets_part_6.cc #8 27.90 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_RestOctets_part_7.o GSM_RestOctets_part_7.cc #8 27.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types_part_1.o GSM_Types_part_1.cc #8 28.05 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types_part_2.o GSM_Types_part_2.cc #8 28.12 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types_part_3.o GSM_Types_part_3.cc #8 28.19 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types_part_4.o GSM_Types_part_4.cc #8 28.25 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types_part_5.o GSM_Types_part_5.cc #8 28.26 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types_part_6.o GSM_Types_part_6.cc #8 28.28 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o GSM_Types_part_7.o GSM_Types_part_7.cc #8 28.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types_part_1.o General_Types_part_1.cc #8 28.32 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types_part_2.o General_Types_part_2.cc #8 28.32 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types_part_3.o General_Types_part_3.cc #8 28.34 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types_part_4.o General_Types_part_4.cc #8 28.36 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types_part_5.o General_Types_part_5.cc #8 28.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types_part_6.o General_Types_part_6.cc #8 28.38 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o General_Types_part_7.o General_Types_part_7.cc #8 28.40 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_part_1.o IPA_CodecPort_part_1.cc #8 28.41 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_part_2.o IPA_CodecPort_part_2.cc #8 28.43 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_part_3.o IPA_CodecPort_part_3.cc #8 28.43 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_part_4.o IPA_CodecPort_part_4.cc #8 28.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_part_5.o IPA_CodecPort_part_5.cc #8 28.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_part_6.o IPA_CodecPort_part_6.cc #8 28.47 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_part_7.o IPA_CodecPort_part_7.cc #8 28.47 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct_part_1.o IPA_CodecPort_CtrlFunct_part_1.cc #8 28.48 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct_part_2.o IPA_CodecPort_CtrlFunct_part_2.cc #8 28.50 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct_part_3.o IPA_CodecPort_CtrlFunct_part_3.cc #8 28.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct_part_4.o IPA_CodecPort_CtrlFunct_part_4.cc #8 28.54 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct_part_5.o IPA_CodecPort_CtrlFunct_part_5.cc #8 28.54 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct_part_6.o IPA_CodecPort_CtrlFunct_part_6.cc #8 28.55 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunct_part_7.o IPA_CodecPort_CtrlFunct_part_7.cc #8 28.56 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types_part_1.o IPA_Types_part_1.cc #8 28.58 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types_part_2.o IPA_Types_part_2.cc #8 28.61 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types_part_3.o IPA_Types_part_3.cc #8 28.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types_part_4.o IPA_Types_part_4.cc #8 28.63 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types_part_5.o IPA_Types_part_5.cc #8 28.65 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types_part_6.o IPA_Types_part_6.cc #8 28.67 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Types_part_7.o IPA_Types_part_7.cc #8 28.68 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_1.cc #8 28.68 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_2.cc #8 28.76 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_3.cc #8 28.77 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_4.cc #8 28.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_5.cc #8 28.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_6.cc #8 28.81 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Functions_part_7.o IPL4asp_Functions_part_7.cc #8 28.83 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_1.cc #8 28.85 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_2.cc #8 28.87 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_3.cc #8 28.87 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_4.cc #8 28.91 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_5.cc #8 28.93 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_6.cc #8 28.94 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PortType_part_7.o IPL4asp_PortType_part_7.cc #8 28.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types_part_1.o IPL4asp_Types_part_1.cc #8 28.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types_part_2.o IPL4asp_Types_part_2.cc #8 28.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types_part_3.o IPL4asp_Types_part_3.cc #8 29.00 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types_part_4.o IPL4asp_Types_part_4.cc #8 29.02 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types_part_5.o IPL4asp_Types_part_5.cc #8 29.03 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types_part_6.o IPL4asp_Types_part_6.cc #8 29.05 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_Types_part_7.o IPL4asp_Types_part_7.cc #8 29.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common_part_1.o L3_Common_part_1.cc #8 29.09 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common_part_2.o L3_Common_part_2.cc #8 29.12 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common_part_3.o L3_Common_part_3.cc #8 29.15 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common_part_4.o L3_Common_part_4.cc #8 29.15 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common_part_5.o L3_Common_part_5.cc #8 29.17 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common_part_6.o L3_Common_part_6.cc #8 29.18 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Common_part_7.o L3_Common_part_7.cc #8 29.20 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates_part_1.o L3_Templates_part_1.cc #8 29.22 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates_part_2.o L3_Templates_part_2.cc #8 29.22 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates_part_3.o L3_Templates_part_3.cc #8 29.24 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates_part_4.o L3_Templates_part_4.cc #8 29.25 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates_part_5.o L3_Templates_part_5.cc #8 29.27 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates_part_6.o L3_Templates_part_6.cc #8 29.28 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o L3_Templates_part_7.o L3_Templates_part_7.cc #8 29.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates_part_1.o LLC_Templates_part_1.cc #8 29.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates_part_2.o LLC_Templates_part_2.cc #8 29.35 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates_part_3.o LLC_Templates_part_3.cc #8 29.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates_part_4.o LLC_Templates_part_4.cc #8 29.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates_part_5.o LLC_Templates_part_5.cc #8 29.39 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates_part_6.o LLC_Templates_part_6.cc #8 29.40 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Templates_part_7.o LLC_Templates_part_7.cc #8 29.42 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types_part_1.o LLC_Types_part_1.cc #8 29.44 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types_part_2.o LLC_Types_part_2.cc #8 29.46 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types_part_3.o LLC_Types_part_3.cc #8 29.47 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types_part_4.o LLC_Types_part_4.cc #8 29.48 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types_part_5.o LLC_Types_part_5.cc #8 29.51 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types_part_6.o LLC_Types_part_6.cc #8 29.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_Types_part_7.o LLC_Types_part_7.cc #8 29.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers_part_1.o Misc_Helpers_part_1.cc #8 29.56 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers_part_2.o Misc_Helpers_part_2.cc #8 29.58 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers_part_3.o Misc_Helpers_part_3.cc #8 29.60 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers_part_4.o Misc_Helpers_part_4.cc #8 29.64 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers_part_5.o Misc_Helpers_part_5.cc #8 29.66 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers_part_6.o Misc_Helpers_part_6.cc #8 29.68 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Misc_Helpers_part_7.o Misc_Helpers_part_7.cc #8 29.69 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types_part_1.o MobileL3_CC_Types_part_1.cc #8 29.71 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types_part_2.o MobileL3_CC_Types_part_2.cc #8 29.72 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types_part_3.o MobileL3_CC_Types_part_3.cc #8 29.81 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types_part_4.o MobileL3_CC_Types_part_4.cc #8 29.87 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types_part_5.o MobileL3_CC_Types_part_5.cc #8 29.95 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types_part_6.o MobileL3_CC_Types_part_6.cc #8 30.02 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CC_Types_part_7.o MobileL3_CC_Types_part_7.cc #8 30.09 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types_part_1.o MobileL3_CommonIE_Types_part_1.cc #8 30.72 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types_part_2.o MobileL3_CommonIE_Types_part_2.cc #8 30.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types_part_3.o MobileL3_CommonIE_Types_part_3.cc #8 30.86 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types_part_4.o MobileL3_CommonIE_Types_part_4.cc #8 30.93 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types_part_5.o MobileL3_CommonIE_Types_part_5.cc #8 31.00 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types_part_6.o MobileL3_CommonIE_Types_part_6.cc #8 31.06 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_CommonIE_Types_part_7.o MobileL3_CommonIE_Types_part_7.cc #8 31.08 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types_part_1.o MobileL3_GMM_SM_Types_part_1.cc #8 32.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types_part_2.o MobileL3_GMM_SM_Types_part_2.cc #8 32.63 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types_part_3.o MobileL3_GMM_SM_Types_part_3.cc #8 33.10 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types_part_4.o MobileL3_GMM_SM_Types_part_4.cc #8 35.01 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types_part_5.o MobileL3_GMM_SM_Types_part_5.cc #8 35.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types_part_6.o MobileL3_GMM_SM_Types_part_6.cc #8 35.14 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_GMM_SM_Types_part_7.o MobileL3_GMM_SM_Types_part_7.cc #8 35.23 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types_part_1.o MobileL3_MM_Types_part_1.cc #8 35.27 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types_part_2.o MobileL3_MM_Types_part_2.cc #8 35.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types_part_3.o MobileL3_MM_Types_part_3.cc #8 35.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types_part_4.o MobileL3_MM_Types_part_4.cc #8 35.36 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types_part_5.o MobileL3_MM_Types_part_5.cc #8 35.38 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types_part_6.o MobileL3_MM_Types_part_6.cc #8 35.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_MM_Types_part_7.o MobileL3_MM_Types_part_7.cc #8 35.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types_part_1.o MobileL3_RRM_Types_part_1.cc #8 35.51 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types_part_2.o MobileL3_RRM_Types_part_2.cc #8 36.25 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types_part_3.o MobileL3_RRM_Types_part_3.cc #8 38.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types_part_4.o MobileL3_RRM_Types_part_4.cc #8 38.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types_part_5.o MobileL3_RRM_Types_part_5.cc #8 38.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types_part_6.o MobileL3_RRM_Types_part_6.cc #8 38.69 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_RRM_Types_part_7.o MobileL3_RRM_Types_part_7.cc #8 38.77 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types_part_1.o MobileL3_SMS_Types_part_1.cc #8 38.91 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types_part_2.o MobileL3_SMS_Types_part_2.cc #8 38.99 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types_part_3.o MobileL3_SMS_Types_part_3.cc #8 39.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types_part_4.o MobileL3_SMS_Types_part_4.cc #8 39.15 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types_part_5.o MobileL3_SMS_Types_part_5.cc #8 39.21 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types_part_6.o MobileL3_SMS_Types_part_6.cc #8 39.28 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SMS_Types_part_7.o MobileL3_SMS_Types_part_7.cc #8 39.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types_part_1.o MobileL3_SS_Types_part_1.cc #8 39.36 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types_part_2.o MobileL3_SS_Types_part_2.cc #8 39.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types_part_3.o MobileL3_SS_Types_part_3.cc #8 39.40 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types_part_4.o MobileL3_SS_Types_part_4.cc #8 39.41 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types_part_5.o MobileL3_SS_Types_part_5.cc #8 39.44 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types_part_6.o MobileL3_SS_Types_part_6.cc #8 39.48 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_SS_Types_part_7.o MobileL3_SS_Types_part_7.cc #8 39.55 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types_part_1.o MobileL3_Types_part_1.cc #8 39.55 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types_part_2.o MobileL3_Types_part_2.cc #8 39.59 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types_part_3.o MobileL3_Types_part_3.cc #8 39.59 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types_part_4.o MobileL3_Types_part_4.cc #8 39.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types_part_5.o MobileL3_Types_part_5.cc #8 39.63 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types_part_6.o MobileL3_Types_part_6.cc #8 39.64 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o MobileL3_Types_part_7.o MobileL3_Types_part_7.cc #8 39.69 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4_part_1.o NS_Provider_IPL4_part_1.cc #8 39.70 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4_part_2.o NS_Provider_IPL4_part_2.cc #8 39.76 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4_part_3.o NS_Provider_IPL4_part_3.cc #8 39.77 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4_part_4.o NS_Provider_IPL4_part_4.cc #8 39.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4_part_5.o NS_Provider_IPL4_part_5.cc #8 39.80 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4_part_6.o NS_Provider_IPL4_part_6.cc #8 39.82 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Provider_IPL4_part_7.o NS_Provider_IPL4_part_7.cc #8 39.83 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types_part_1.o NS_Types_part_1.cc #8 39.84 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types_part_2.o NS_Types_part_2.cc #8 39.86 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types_part_3.o NS_Types_part_3.cc #8 39.90 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types_part_4.o NS_Types_part_4.cc #8 39.92 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types_part_5.o NS_Types_part_5.cc #8 39.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types_part_6.o NS_Types_part_6.cc #8 39.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Types_part_7.o NS_Types_part_7.cc #8 39.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions_part_1.o Native_Functions_part_1.cc #8 40.02 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions_part_2.o Native_Functions_part_2.cc #8 40.05 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions_part_3.o Native_Functions_part_3.cc #8 40.06 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions_part_4.o Native_Functions_part_4.cc #8 40.08 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions_part_5.o Native_Functions_part_5.cc #8 40.10 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions_part_6.o Native_Functions_part_6.cc #8 40.12 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_Functions_part_7.o Native_Functions_part_7.cc #8 40.12 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter_part_1.o Osmocom_CTRL_Adapter_part_1.cc #8 40.18 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter_part_2.o Osmocom_CTRL_Adapter_part_2.cc #8 40.19 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter_part_3.o Osmocom_CTRL_Adapter_part_3.cc #8 40.25 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter_part_4.o Osmocom_CTRL_Adapter_part_4.cc #8 40.26 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter_part_5.o Osmocom_CTRL_Adapter_part_5.cc #8 40.27 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter_part_6.o Osmocom_CTRL_Adapter_part_6.cc #8 40.29 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Adapter_part_7.o Osmocom_CTRL_Adapter_part_7.cc #8 40.32 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions_part_1.o Osmocom_CTRL_Functions_part_1.cc #8 40.33 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions_part_2.o Osmocom_CTRL_Functions_part_2.cc #8 40.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions_part_3.o Osmocom_CTRL_Functions_part_3.cc #8 40.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions_part_4.o Osmocom_CTRL_Functions_part_4.cc #8 40.41 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions_part_5.o Osmocom_CTRL_Functions_part_5.cc #8 40.42 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions_part_6.o Osmocom_CTRL_Functions_part_6.cc #8 40.43 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Functions_part_7.o Osmocom_CTRL_Functions_part_7.cc #8 40.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types_part_1.o Osmocom_CTRL_Types_part_1.cc #8 40.47 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types_part_2.o Osmocom_CTRL_Types_part_2.cc #8 40.49 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types_part_3.o Osmocom_CTRL_Types_part_3.cc #8 40.49 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types_part_4.o Osmocom_CTRL_Types_part_4.cc #8 40.53 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types_part_5.o Osmocom_CTRL_Types_part_5.cc #8 40.56 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types_part_6.o Osmocom_CTRL_Types_part_6.cc #8 40.61 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_CTRL_Types_part_7.o Osmocom_CTRL_Types_part_7.cc #8 40.65 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types_part_1.o Osmocom_Gb_Types_part_1.cc #8 40.67 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types_part_2.o Osmocom_Gb_Types_part_2.cc #8 40.68 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types_part_3.o Osmocom_Gb_Types_part_3.cc #8 40.70 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types_part_4.o Osmocom_Gb_Types_part_4.cc #8 40.72 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types_part_5.o Osmocom_Gb_Types_part_5.cc #8 40.73 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types_part_6.o Osmocom_Gb_Types_part_6.cc #8 40.74 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Gb_Types_part_7.o Osmocom_Gb_Types_part_7.cc #8 40.76 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types_part_1.o Osmocom_Types_part_1.cc #8 40.76 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types_part_2.o Osmocom_Types_part_2.cc #8 40.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types_part_3.o Osmocom_Types_part_3.cc #8 40.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types_part_4.o Osmocom_Types_part_4.cc #8 40.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types_part_5.o Osmocom_Types_part_5.cc #8 40.81 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types_part_6.o Osmocom_Types_part_6.cc #8 40.81 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_Types_part_7.o Osmocom_Types_part_7.cc #8 40.84 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_1.cc #8 40.84 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_2.cc #8 40.84 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_3.cc #8 40.86 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_4.cc #8 40.87 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_5.cc #8 40.87 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_6.cc #8 40.90 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Osmocom_VTY_Functions_part_7.o Osmocom_VTY_Functions_part_7.cc #8 40.91 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort_part_1.o PCUIF_CodecPort_part_1.cc #8 40.92 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort_part_2.o PCUIF_CodecPort_part_2.cc #8 40.93 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort_part_3.o PCUIF_CodecPort_part_3.cc #8 40.94 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort_part_4.o PCUIF_CodecPort_part_4.cc #8 40.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort_part_5.o PCUIF_CodecPort_part_5.cc #8 40.97 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort_part_6.o PCUIF_CodecPort_part_6.cc #8 40.97 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_CodecPort_part_7.o PCUIF_CodecPort_part_7.cc #8 41.01 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components_part_1.o PCUIF_Components_part_1.cc #8 41.01 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components_part_2.o PCUIF_Components_part_2.cc #8 41.03 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components_part_3.o PCUIF_Components_part_3.cc #8 41.04 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components_part_4.o PCUIF_Components_part_4.cc #8 41.06 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components_part_5.o PCUIF_Components_part_5.cc #8 41.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components_part_6.o PCUIF_Components_part_6.cc #8 41.09 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Components_part_7.o PCUIF_Components_part_7.cc #8 41.10 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types_part_1.o PCUIF_Types_part_1.cc #8 41.11 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types_part_2.o PCUIF_Types_part_2.cc #8 41.13 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types_part_3.o PCUIF_Types_part_3.cc #8 41.14 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types_part_4.o PCUIF_Types_part_4.cc #8 41.15 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types_part_5.o PCUIF_Types_part_5.cc #8 41.16 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types_part_6.o PCUIF_Types_part_6.cc #8 41.18 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCUIF_Types_part_7.o PCUIF_Types_part_7.cc #8 41.22 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_part_1.o PCU_Tests_part_1.cc #8 41.23 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_part_2.o PCU_Tests_part_2.cc #8 41.24 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_part_3.o PCU_Tests_part_3.cc #8 41.24 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_part_4.o PCU_Tests_part_4.cc #8 41.24 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_part_5.o PCU_Tests_part_5.cc #8 41.27 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_part_6.o PCU_Tests_part_6.cc #8 41.29 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_part_7.o PCU_Tests_part_7.cc #8 41.29 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS_part_1.o PCU_Tests_NS_part_1.cc #8 41.30 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS_part_2.o PCU_Tests_NS_part_2.cc #8 41.31 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS_part_3.o PCU_Tests_NS_part_3.cc #8 41.33 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS_part_4.o PCU_Tests_NS_part_4.cc #8 41.35 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS_part_5.o PCU_Tests_NS_part_5.cc #8 41.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS_part_6.o PCU_Tests_NS_part_6.cc #8 41.38 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_NS_part_7.o PCU_Tests_NS_part_7.cc #8 41.40 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS_part_1.o PCU_Tests_SNS_part_1.cc #8 41.42 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS_part_2.o PCU_Tests_SNS_part_2.cc #8 41.43 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS_part_3.o PCU_Tests_SNS_part_3.cc #8 41.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS_part_4.o PCU_Tests_SNS_part_4.cc #8 41.46 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS_part_5.o PCU_Tests_SNS_part_5.cc #8 41.47 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS_part_6.o PCU_Tests_SNS_part_6.cc #8 41.48 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_Tests_SNS_part_7.o PCU_Tests_SNS_part_7.cc #8 41.49 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest_part_1.o PCU_selftest_part_1.cc #8 41.50 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest_part_2.o PCU_selftest_part_2.cc #8 41.52 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest_part_3.o PCU_selftest_part_3.cc #8 41.54 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest_part_4.o PCU_selftest_part_4.cc #8 41.54 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest_part_5.o PCU_selftest_part_5.cc #8 41.57 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest_part_6.o PCU_selftest_part_6.cc #8 41.58 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o PCU_selftest_part_7.o PCU_selftest_part_7.cc #8 41.59 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates_part_1.o RLCMAC_CSN1_Templates_part_1.cc #8 41.60 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates_part_2.o RLCMAC_CSN1_Templates_part_2.cc #8 41.61 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates_part_3.o RLCMAC_CSN1_Templates_part_3.cc #8 41.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates_part_4.o RLCMAC_CSN1_Templates_part_4.cc #8 41.63 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates_part_5.o RLCMAC_CSN1_Templates_part_5.cc #8 41.65 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates_part_6.o RLCMAC_CSN1_Templates_part_6.cc #8 41.65 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Templates_part_7.o RLCMAC_CSN1_Templates_part_7.cc #8 41.66 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types_part_1.o RLCMAC_CSN1_Types_part_1.cc #8 41.67 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types_part_2.o RLCMAC_CSN1_Types_part_2.cc #8 41.67 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types_part_3.o RLCMAC_CSN1_Types_part_3.cc #8 41.67 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types_part_4.o RLCMAC_CSN1_Types_part_4.cc #8 41.69 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types_part_5.o RLCMAC_CSN1_Types_part_5.cc #8 41.73 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types_part_6.o RLCMAC_CSN1_Types_part_6.cc #8 41.77 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_CSN1_Types_part_7.o RLCMAC_CSN1_Types_part_7.cc #8 41.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates_part_1.o RLCMAC_Templates_part_1.cc #8 41.80 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates_part_2.o RLCMAC_Templates_part_2.cc #8 41.83 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates_part_3.o RLCMAC_Templates_part_3.cc #8 41.86 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates_part_4.o RLCMAC_Templates_part_4.cc #8 41.87 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates_part_5.o RLCMAC_Templates_part_5.cc #8 41.89 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates_part_6.o RLCMAC_Templates_part_6.cc #8 41.95 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Templates_part_7.o RLCMAC_Templates_part_7.cc #8 41.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types_part_1.o RLCMAC_Types_part_1.cc #8 41.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types_part_2.o RLCMAC_Types_part_2.cc #8 42.03 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types_part_3.o RLCMAC_Types_part_3.cc #8 42.04 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types_part_4.o RLCMAC_Types_part_4.cc #8 42.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types_part_5.o RLCMAC_Types_part_5.cc #8 42.09 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types_part_6.o RLCMAC_Types_part_6.cc #8 42.11 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_Types_part_7.o RLCMAC_Types_part_7.cc #8 42.13 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components_part_1.o SGSN_Components_part_1.cc #8 42.15 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components_part_2.o SGSN_Components_part_2.cc #8 42.17 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components_part_3.o SGSN_Components_part_3.cc #8 42.18 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components_part_4.o SGSN_Components_part_4.cc #8 42.19 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components_part_5.o SGSN_Components_part_5.cc #8 42.21 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components_part_6.o SGSN_Components_part_6.cc #8 42.23 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SGSN_Components_part_7.o SGSN_Components_part_7.cc #8 42.25 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types_part_1.o SNDCP_Types_part_1.cc #8 42.26 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types_part_2.o SNDCP_Types_part_2.cc #8 42.28 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types_part_3.o SNDCP_Types_part_3.cc #8 42.28 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types_part_4.o SNDCP_Types_part_4.cc #8 42.31 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types_part_5.o SNDCP_Types_part_5.cc #8 42.33 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types_part_6.o SNDCP_Types_part_6.cc #8 42.33 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o SNDCP_Types_part_7.o SNDCP_Types_part_7.cc #8 42.33 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_1.cc #8 42.33 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_2.cc #8 42.35 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_3.cc #8 42.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_4.cc #8 42.39 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_5.cc #8 42.39 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_6.cc #8 42.40 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Socket_API_Definitions_part_7.o Socket_API_Definitions_part_7.cc #8 42.40 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker_part_1.o StatsD_Checker_part_1.cc #8 42.41 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker_part_2.o StatsD_Checker_part_2.cc #8 42.42 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker_part_3.o StatsD_Checker_part_3.cc #8 42.42 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker_part_4.o StatsD_Checker_part_4.cc #8 42.45 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker_part_5.o StatsD_Checker_part_5.cc #8 42.47 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker_part_6.o StatsD_Checker_part_6.cc #8 42.47 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Checker_part_7.o StatsD_Checker_part_7.cc #8 42.48 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_part_1.o StatsD_CodecPort_part_1.cc #8 42.48 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_part_2.o StatsD_CodecPort_part_2.cc #8 42.51 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_part_3.o StatsD_CodecPort_part_3.cc #8 42.53 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_part_4.o StatsD_CodecPort_part_4.cc #8 42.53 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_part_5.o StatsD_CodecPort_part_5.cc #8 42.54 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_part_6.o StatsD_CodecPort_part_6.cc #8 42.56 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_part_7.o StatsD_CodecPort_part_7.cc #8 42.56 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct_part_1.o StatsD_CodecPort_CtrlFunct_part_1.cc #8 42.57 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct_part_2.o StatsD_CodecPort_CtrlFunct_part_2.cc #8 42.57 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct_part_3.o StatsD_CodecPort_CtrlFunct_part_3.cc #8 42.59 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct_part_4.o StatsD_CodecPort_CtrlFunct_part_4.cc #8 42.60 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct_part_5.o StatsD_CodecPort_CtrlFunct_part_5.cc #8 42.60 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct_part_6.o StatsD_CodecPort_CtrlFunct_part_6.cc #8 42.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunct_part_7.o StatsD_CodecPort_CtrlFunct_part_7.cc #8 42.62 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types_part_1.o StatsD_Types_part_1.cc #8 42.63 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types_part_2.o StatsD_Types_part_2.cc #8 42.66 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types_part_3.o StatsD_Types_part_3.cc #8 42.66 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types_part_4.o StatsD_Types_part_4.cc #8 42.67 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types_part_5.o StatsD_Types_part_5.cc #8 42.67 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types_part_6.o StatsD_Types_part_6.cc #8 42.68 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_Types_part_7.o StatsD_Types_part_7.cc #8 42.70 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_1.cc #8 42.71 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_2.cc #8 42.72 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_3.cc #8 42.72 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_4.cc #8 42.72 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_5.cc #8 42.74 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_6.cc #8 42.74 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion_Functions_part_7.o TCCConversion_Functions_part_7.cc #8 42.75 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_1.cc #8 42.76 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_2.cc #8 42.76 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_3.cc #8 42.77 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_4.cc #8 42.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_5.cc #8 42.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_6.cc #8 42.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface_Functions_part_7.o TCCInterface_Functions_part_7.cc #8 42.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_1.cc #8 42.80 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_2.cc #8 42.81 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_3.cc #8 42.82 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_4.cc #8 42.83 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_5.cc #8 42.84 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_6.cc #8 42.84 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PortType_part_7.o TELNETasp_PortType_part_7.cc #8 42.84 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType_part_1.o UD_PortType_part_1.cc #8 42.85 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType_part_2.o UD_PortType_part_2.cc #8 42.86 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType_part_3.o UD_PortType_part_3.cc #8 42.86 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType_part_4.o UD_PortType_part_4.cc #8 42.88 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType_part_5.o UD_PortType_part_5.cc #8 42.89 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType_part_6.o UD_PortType_part_6.cc #8 42.89 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PortType_part_7.o UD_PortType_part_7.cc #8 42.90 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types_part_1.o UD_Types_part_1.cc #8 42.90 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types_part_2.o UD_Types_part_2.cc #8 42.91 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types_part_3.o UD_Types_part_3.cc #8 42.92 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types_part_4.o UD_Types_part_4.cc #8 42.93 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types_part_5.o UD_Types_part_5.cc #8 42.93 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types_part_6.o UD_Types_part_6.cc #8 42.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_Types_part_7.o UD_Types_part_7.cc #8 42.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation.o BSSGP_Emulation.cc #8 42.96 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation.o IPA_Emulation.cc #8 42.97 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation.o NS_Emulation.cc #8 42.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS.o RAW_NS.cc #8 42.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation_part_1.o BSSGP_Emulation_part_1.cc #8 43.00 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation_part_2.o BSSGP_Emulation_part_2.cc #8 43.03 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation_part_3.o BSSGP_Emulation_part_3.cc #8 43.04 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation_part_4.o BSSGP_Emulation_part_4.cc #8 43.04 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation_part_5.o BSSGP_Emulation_part_5.cc #8 43.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation_part_6.o BSSGP_Emulation_part_6.cc #8 43.07 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_Emulation_part_7.o BSSGP_Emulation_part_7.cc #8 43.09 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation_part_1.o IPA_Emulation_part_1.cc #8 43.11 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation_part_2.o IPA_Emulation_part_2.cc #8 43.13 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation_part_3.o IPA_Emulation_part_3.cc #8 43.15 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation_part_4.o IPA_Emulation_part_4.cc #8 43.17 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation_part_5.o IPA_Emulation_part_5.cc #8 43.17 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation_part_6.o IPA_Emulation_part_6.cc #8 43.21 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_Emulation_part_7.o IPA_Emulation_part_7.cc #8 43.22 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation_part_1.o NS_Emulation_part_1.cc #8 43.27 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation_part_2.o NS_Emulation_part_2.cc #8 43.29 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation_part_3.o NS_Emulation_part_3.cc #8 43.37 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation_part_4.o NS_Emulation_part_4.cc #8 43.38 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation_part_5.o NS_Emulation_part_5.cc #8 43.42 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation_part_6.o NS_Emulation_part_6.cc #8 43.44 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o NS_Emulation_part_7.o NS_Emulation_part_7.cc #8 43.49 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS_part_1.o RAW_NS_part_1.cc #8 43.53 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS_part_2.o RAW_NS_part_2.cc #8 43.57 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS_part_3.o RAW_NS_part_3.cc #8 43.61 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS_part_4.o RAW_NS_part_4.cc #8 43.63 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS_part_5.o RAW_NS_part_5.cc #8 43.71 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS_part_6.o RAW_NS_part_6.cc #8 43.72 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RAW_NS_part_7.o RAW_NS_part_7.cc #8 43.76 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o BSSGP_EncDec.o BSSGP_EncDec.cc #8 43.79 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPA_CodecPort_CtrlFunctDef.o IPA_CodecPort_CtrlFunctDef.cc #8 44.88 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_PT.o IPL4asp_PT.cc #8 45.71 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o IPL4asp_discovery.o IPL4asp_discovery.cc #8 45.85 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o LLC_EncDec.o LLC_EncDec.cc #8 46.60 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o Native_FunctionDefs.o Native_FunctionDefs.cc #8 46.75 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o RLCMAC_EncDec.o RLCMAC_EncDec.cc #8 46.78 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o StatsD_CodecPort_CtrlFunctdef.o StatsD_CodecPort_CtrlFunctdef.cc #8 46.83 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCConversion.o TCCConversion.cc #8 46.94 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TCCInterface.o TCCInterface.cc #8 46.98 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o TELNETasp_PT.o TELNETasp_PT.cc #8 47.10 g++ -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC -o UD_PT.o UD_PT.cc #8 47.35 g++ -shared -o BSSGP_Types.so BSSGP_Types.o #8 47.80 g++ -shared -o GPRS_Components.so GPRS_Components.o #8 47.84 g++ -shared -o GPRS_Context.so GPRS_Context.o #8 48.04 g++ -shared -o GPRS_TBF.so GPRS_TBF.o #8 48.07 g++ -shared -o GSM_RR_Types.so GSM_RR_Types.o #8 48.10 g++ -shared -o GSM_RestOctets.so GSM_RestOctets.o #8 48.26 g++ -shared -o GSM_Types.so GSM_Types.o #8 48.37 g++ -shared -o General_Types.so General_Types.o #8 48.39 g++ -shared -o IPA_CodecPort.so IPA_CodecPort.o #8 48.48 g++ -shared -o IPA_CodecPort_CtrlFunct.so IPA_CodecPort_CtrlFunct.o #8 48.52 g++ -shared -o IPA_Types.so IPA_Types.o #8 48.54 g++ -shared -o IPL4asp_Functions.so IPL4asp_Functions.o #8 48.66 g++ -shared -o IPL4asp_PortType.so IPL4asp_PortType.o #8 48.67 g++ -shared -o IPL4asp_Types.so IPL4asp_Types.o #8 48.68 g++ -shared -o L3_Common.so L3_Common.o #8 48.72 g++ -shared -o L3_Templates.so L3_Templates.o #8 48.80 g++ -shared -o LLC_Templates.so LLC_Templates.o #8 48.88 g++ -shared -o LLC_Types.so LLC_Types.o #8 48.90 g++ -shared -o Misc_Helpers.so Misc_Helpers.o #8 48.91 g++ -shared -o MobileL3_CC_Types.so MobileL3_CC_Types.o #8 48.94 g++ -shared -o MobileL3_CommonIE_Types.so MobileL3_CommonIE_Types.o #8 48.96 g++ -shared -o MobileL3_GMM_SM_Types.so MobileL3_GMM_SM_Types.o #8 48.96 g++ -shared -o MobileL3_MM_Types.so MobileL3_MM_Types.o #8 48.98 g++ -shared -o MobileL3_RRM_Types.so MobileL3_RRM_Types.o #8 49.14 g++ -shared -o MobileL3_SMS_Types.so MobileL3_SMS_Types.o #8 49.19 g++ -shared -o MobileL3_SS_Types.so MobileL3_SS_Types.o #8 49.20 g++ -shared -o MobileL3_Types.so MobileL3_Types.o #8 49.25 g++ -shared -o NS_Provider_IPL4.so NS_Provider_IPL4.o #8 49.28 g++ -shared -o NS_Types.so NS_Types.o #8 49.41 g++ -shared -o Native_Functions.so Native_Functions.o #8 49.43 g++ -shared -o Osmocom_CTRL_Adapter.so Osmocom_CTRL_Adapter.o #8 49.44 g++ -shared -o Osmocom_CTRL_Functions.so Osmocom_CTRL_Functions.o #8 49.45 g++ -shared -o Osmocom_CTRL_Types.so Osmocom_CTRL_Types.o #8 49.46 g++ -shared -o Osmocom_Gb_Types.so Osmocom_Gb_Types.o #8 49.47 g++ -shared -o Osmocom_Types.so Osmocom_Types.o #8 49.47 g++ -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o #8 49.49 g++ -shared -o PCUIF_CodecPort.so PCUIF_CodecPort.o #8 49.57 g++ -shared -o PCUIF_Components.so PCUIF_Components.o #8 49.64 g++ -shared -o PCUIF_Types.so PCUIF_Types.o #8 49.66 g++ -shared -o PCU_Tests.so PCU_Tests.o #8 49.68 g++ -shared -o PCU_Tests_NS.so PCU_Tests_NS.o #8 49.71 g++ -shared -o PCU_Tests_SNS.so PCU_Tests_SNS.o #8 49.73 g++ -shared -o PCU_selftest.so PCU_selftest.o #8 49.75 g++ -shared -o RLCMAC_CSN1_Templates.so RLCMAC_CSN1_Templates.o #8 49.79 g++ -shared -o RLCMAC_CSN1_Types.so RLCMAC_CSN1_Types.o #8 49.82 g++ -shared -o RLCMAC_Templates.so RLCMAC_Templates.o #8 49.88 g++ -shared -o RLCMAC_Types.so RLCMAC_Types.o #8 49.90 g++ -shared -o SGSN_Components.so SGSN_Components.o #8 49.92 g++ -shared -o SNDCP_Types.so SNDCP_Types.o #8 49.98 g++ -shared -o Socket_API_Definitions.so Socket_API_Definitions.o #8 50.00 g++ -shared -o StatsD_Checker.so StatsD_Checker.o #8 50.06 g++ -shared -o StatsD_CodecPort.so StatsD_CodecPort.o #8 50.08 g++ -shared -o StatsD_CodecPort_CtrlFunct.so StatsD_CodecPort_CtrlFunct.o #8 50.13 g++ -shared -o StatsD_Types.so StatsD_Types.o #8 50.15 g++ -shared -o TCCConversion_Functions.so TCCConversion_Functions.o #8 50.19 g++ -shared -o TCCInterface_Functions.so TCCInterface_Functions.o #8 50.21 g++ -shared -o TELNETasp_PortType.so TELNETasp_PortType.o #8 50.36 g++ -shared -o UD_PortType.so UD_PortType.o #8 50.38 g++ -shared -o UD_Types.so UD_Types.o #8 50.39 g++ -shared -o BSSGP_Types_part_1.so BSSGP_Types_part_1.o #8 50.40 g++ -shared -o BSSGP_Types_part_2.so BSSGP_Types_part_2.o #8 50.42 g++ -shared -o BSSGP_Types_part_3.so BSSGP_Types_part_3.o #8 50.46 g++ -shared -o BSSGP_Types_part_4.so BSSGP_Types_part_4.o #8 50.48 g++ -shared -o BSSGP_Types_part_5.so BSSGP_Types_part_5.o #8 50.49 g++ -shared -o BSSGP_Types_part_6.so BSSGP_Types_part_6.o #8 50.51 g++ -shared -o BSSGP_Types_part_7.so BSSGP_Types_part_7.o #8 50.60 g++ -shared -o GPRS_Components_part_1.so GPRS_Components_part_1.o #8 50.65 g++ -shared -o GPRS_Components_part_2.so GPRS_Components_part_2.o #8 50.70 g++ -shared -o GPRS_Components_part_3.so GPRS_Components_part_3.o #8 50.71 g++ -shared -o GPRS_Components_part_4.so GPRS_Components_part_4.o #8 50.74 g++ -shared -o GPRS_Components_part_5.so GPRS_Components_part_5.o #8 50.75 g++ -shared -o GPRS_Components_part_6.so GPRS_Components_part_6.o #8 50.76 g++ -shared -o GPRS_Components_part_7.so GPRS_Components_part_7.o #8 50.79 g++ -shared -o GPRS_Context_part_1.so GPRS_Context_part_1.o #8 50.79 g++ -shared -o GPRS_Context_part_2.so GPRS_Context_part_2.o #8 50.82 g++ -shared -o GPRS_Context_part_3.so GPRS_Context_part_3.o #8 50.83 g++ -shared -o GPRS_Context_part_4.so GPRS_Context_part_4.o #8 50.84 g++ -shared -o GPRS_Context_part_5.so GPRS_Context_part_5.o #8 50.87 g++ -shared -o GPRS_Context_part_6.so GPRS_Context_part_6.o #8 50.88 g++ -shared -o GPRS_Context_part_7.so GPRS_Context_part_7.o #8 50.89 g++ -shared -o GPRS_TBF_part_1.so GPRS_TBF_part_1.o #8 50.89 g++ -shared -o GPRS_TBF_part_2.so GPRS_TBF_part_2.o #8 50.91 g++ -shared -o GPRS_TBF_part_3.so GPRS_TBF_part_3.o #8 50.93 g++ -shared -o GPRS_TBF_part_4.so GPRS_TBF_part_4.o #8 50.95 g++ -shared -o GPRS_TBF_part_5.so GPRS_TBF_part_5.o #8 50.97 g++ -shared -o GPRS_TBF_part_6.so GPRS_TBF_part_6.o #8 50.99 g++ -shared -o GPRS_TBF_part_7.so GPRS_TBF_part_7.o #8 51.01 g++ -shared -o GSM_RR_Types_part_1.so GSM_RR_Types_part_1.o #8 51.01 g++ -shared -o GSM_RR_Types_part_2.so GSM_RR_Types_part_2.o #8 51.02 g++ -shared -o GSM_RR_Types_part_3.so GSM_RR_Types_part_3.o #8 51.03 g++ -shared -o GSM_RR_Types_part_4.so GSM_RR_Types_part_4.o #8 51.05 g++ -shared -o GSM_RR_Types_part_5.so GSM_RR_Types_part_5.o #8 51.05 g++ -shared -o GSM_RR_Types_part_6.so GSM_RR_Types_part_6.o #8 51.06 g++ -shared -o GSM_RR_Types_part_7.so GSM_RR_Types_part_7.o #8 51.06 g++ -shared -o GSM_RestOctets_part_1.so GSM_RestOctets_part_1.o #8 51.06 g++ -shared -o GSM_RestOctets_part_2.so GSM_RestOctets_part_2.o #8 51.06 g++ -shared -o GSM_RestOctets_part_3.so GSM_RestOctets_part_3.o #8 51.06 g++ -shared -o GSM_RestOctets_part_4.so GSM_RestOctets_part_4.o #8 51.08 g++ -shared -o GSM_RestOctets_part_5.so GSM_RestOctets_part_5.o #8 51.09 g++ -shared -o GSM_RestOctets_part_6.so GSM_RestOctets_part_6.o #8 51.13 g++ -shared -o GSM_RestOctets_part_7.so GSM_RestOctets_part_7.o #8 51.13 g++ -shared -o GSM_Types_part_1.so GSM_Types_part_1.o #8 51.16 g++ -shared -o GSM_Types_part_2.so GSM_Types_part_2.o #8 51.16 g++ -shared -o GSM_Types_part_3.so GSM_Types_part_3.o #8 51.17 g++ -shared -o GSM_Types_part_4.so GSM_Types_part_4.o #8 51.18 g++ -shared -o GSM_Types_part_5.so GSM_Types_part_5.o #8 51.18 g++ -shared -o GSM_Types_part_6.so GSM_Types_part_6.o #8 51.20 g++ -shared -o GSM_Types_part_7.so GSM_Types_part_7.o #8 51.20 g++ -shared -o General_Types_part_1.so General_Types_part_1.o #8 51.21 g++ -shared -o General_Types_part_2.so General_Types_part_2.o #8 51.21 g++ -shared -o General_Types_part_3.so General_Types_part_3.o #8 51.21 g++ -shared -o General_Types_part_4.so General_Types_part_4.o #8 51.21 g++ -shared -o General_Types_part_5.so General_Types_part_5.o #8 51.22 g++ -shared -o General_Types_part_6.so General_Types_part_6.o #8 51.23 g++ -shared -o General_Types_part_7.so General_Types_part_7.o #8 51.24 g++ -shared -o IPA_CodecPort_part_1.so IPA_CodecPort_part_1.o #8 51.24 g++ -shared -o IPA_CodecPort_part_2.so IPA_CodecPort_part_2.o #8 51.25 g++ -shared -o IPA_CodecPort_part_3.so IPA_CodecPort_part_3.o #8 51.27 g++ -shared -o IPA_CodecPort_part_4.so IPA_CodecPort_part_4.o #8 51.27 g++ -shared -o IPA_CodecPort_part_5.so IPA_CodecPort_part_5.o #8 51.29 g++ -shared -o IPA_CodecPort_part_6.so IPA_CodecPort_part_6.o #8 51.30 g++ -shared -o IPA_CodecPort_part_7.so IPA_CodecPort_part_7.o #8 51.30 g++ -shared -o IPA_CodecPort_CtrlFunct_part_1.so IPA_CodecPort_CtrlFunct_part_1.o #8 51.30 g++ -shared -o IPA_CodecPort_CtrlFunct_part_2.so IPA_CodecPort_CtrlFunct_part_2.o #8 51.31 g++ -shared -o IPA_CodecPort_CtrlFunct_part_3.so IPA_CodecPort_CtrlFunct_part_3.o #8 51.32 g++ -shared -o IPA_CodecPort_CtrlFunct_part_4.so IPA_CodecPort_CtrlFunct_part_4.o #8 51.33 g++ -shared -o IPA_CodecPort_CtrlFunct_part_5.so IPA_CodecPort_CtrlFunct_part_5.o #8 51.33 g++ -shared -o IPA_CodecPort_CtrlFunct_part_6.so IPA_CodecPort_CtrlFunct_part_6.o #8 51.33 g++ -shared -o IPA_CodecPort_CtrlFunct_part_7.so IPA_CodecPort_CtrlFunct_part_7.o #8 51.33 g++ -shared -o IPA_Types_part_1.so IPA_Types_part_1.o #8 51.34 g++ -shared -o IPA_Types_part_2.so IPA_Types_part_2.o #8 51.35 g++ -shared -o IPA_Types_part_3.so IPA_Types_part_3.o #8 51.36 g++ -shared -o IPA_Types_part_4.so IPA_Types_part_4.o #8 51.36 g++ -shared -o IPA_Types_part_5.so IPA_Types_part_5.o #8 51.37 g++ -shared -o IPA_Types_part_6.so IPA_Types_part_6.o #8 51.37 g++ -shared -o IPA_Types_part_7.so IPA_Types_part_7.o #8 51.37 g++ -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o #8 51.38 g++ -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o #8 51.38 g++ -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o #8 51.38 g++ -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o #8 51.38 g++ -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o #8 51.39 g++ -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o #8 51.39 g++ -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o #8 51.39 g++ -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o #8 51.40 g++ -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o #8 51.40 g++ -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o #8 51.41 g++ -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o #8 51.42 g++ -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o #8 51.43 g++ -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o #8 51.44 g++ -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o #8 51.44 g++ -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o #8 51.44 g++ -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o #8 51.45 g++ -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o #8 51.45 g++ -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o #8 51.45 g++ -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o #8 51.46 g++ -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o #8 51.48 g++ -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o #8 51.48 g++ -shared -o L3_Common_part_1.so L3_Common_part_1.o #8 51.49 g++ -shared -o L3_Common_part_2.so L3_Common_part_2.o #8 51.50 g++ -shared -o L3_Common_part_3.so L3_Common_part_3.o #8 51.50 g++ -shared -o L3_Common_part_4.so L3_Common_part_4.o #8 51.50 g++ -shared -o L3_Common_part_5.so L3_Common_part_5.o #8 51.50 g++ -shared -o L3_Common_part_6.so L3_Common_part_6.o #8 51.50 g++ -shared -o L3_Common_part_7.so L3_Common_part_7.o #8 51.50 g++ -shared -o L3_Templates_part_1.so L3_Templates_part_1.o #8 51.50 g++ -shared -o L3_Templates_part_2.so L3_Templates_part_2.o #8 51.51 g++ -shared -o L3_Templates_part_3.so L3_Templates_part_3.o #8 51.51 g++ -shared -o L3_Templates_part_4.so L3_Templates_part_4.o #8 51.51 g++ -shared -o L3_Templates_part_5.so L3_Templates_part_5.o #8 51.53 g++ -shared -o L3_Templates_part_6.so L3_Templates_part_6.o #8 51.54 g++ -shared -o L3_Templates_part_7.so L3_Templates_part_7.o #8 51.54 g++ -shared -o LLC_Templates_part_1.so LLC_Templates_part_1.o #8 51.54 g++ -shared -o LLC_Templates_part_2.so LLC_Templates_part_2.o #8 51.54 g++ -shared -o LLC_Templates_part_3.so LLC_Templates_part_3.o #8 51.54 g++ -shared -o LLC_Templates_part_4.so LLC_Templates_part_4.o #8 51.55 g++ -shared -o LLC_Templates_part_5.so LLC_Templates_part_5.o #8 51.55 g++ -shared -o LLC_Templates_part_6.so LLC_Templates_part_6.o #8 51.55 g++ -shared -o LLC_Templates_part_7.so LLC_Templates_part_7.o #8 51.56 g++ -shared -o LLC_Types_part_1.so LLC_Types_part_1.o #8 51.56 g++ -shared -o LLC_Types_part_2.so LLC_Types_part_2.o #8 51.57 g++ -shared -o LLC_Types_part_3.so LLC_Types_part_3.o #8 51.57 g++ -shared -o LLC_Types_part_4.so LLC_Types_part_4.o #8 51.59 g++ -shared -o LLC_Types_part_5.so LLC_Types_part_5.o #8 51.59 g++ -shared -o LLC_Types_part_6.so LLC_Types_part_6.o #8 51.60 g++ -shared -o LLC_Types_part_7.so LLC_Types_part_7.o #8 51.61 g++ -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o #8 51.61 g++ -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o #8 51.61 g++ -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o #8 51.61 g++ -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o #8 51.61 g++ -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o #8 51.63 g++ -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o #8 51.63 g++ -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o #8 51.65 g++ -shared -o MobileL3_CC_Types_part_1.so MobileL3_CC_Types_part_1.o #8 51.65 g++ -shared -o MobileL3_CC_Types_part_2.so MobileL3_CC_Types_part_2.o #8 51.65 g++ -shared -o MobileL3_CC_Types_part_3.so MobileL3_CC_Types_part_3.o #8 51.66 g++ -shared -o MobileL3_CC_Types_part_4.so MobileL3_CC_Types_part_4.o #8 51.66 g++ -shared -o MobileL3_CC_Types_part_5.so MobileL3_CC_Types_part_5.o #8 51.67 g++ -shared -o MobileL3_CC_Types_part_6.so MobileL3_CC_Types_part_6.o #8 51.67 g++ -shared -o MobileL3_CC_Types_part_7.so MobileL3_CC_Types_part_7.o #8 51.68 g++ -shared -o MobileL3_CommonIE_Types_part_1.so MobileL3_CommonIE_Types_part_1.o #8 51.69 g++ -shared -o MobileL3_CommonIE_Types_part_2.so MobileL3_CommonIE_Types_part_2.o #8 51.70 g++ -shared -o MobileL3_CommonIE_Types_part_3.so MobileL3_CommonIE_Types_part_3.o #8 51.70 g++ -shared -o MobileL3_CommonIE_Types_part_4.so MobileL3_CommonIE_Types_part_4.o #8 51.70 g++ -shared -o MobileL3_CommonIE_Types_part_5.so MobileL3_CommonIE_Types_part_5.o #8 51.71 g++ -shared -o MobileL3_CommonIE_Types_part_6.so MobileL3_CommonIE_Types_part_6.o #8 51.73 g++ -shared -o MobileL3_CommonIE_Types_part_7.so MobileL3_CommonIE_Types_part_7.o #8 51.73 g++ -shared -o MobileL3_GMM_SM_Types_part_1.so MobileL3_GMM_SM_Types_part_1.o #8 51.75 g++ -shared -o MobileL3_GMM_SM_Types_part_2.so MobileL3_GMM_SM_Types_part_2.o #8 51.75 g++ -shared -o MobileL3_GMM_SM_Types_part_3.so MobileL3_GMM_SM_Types_part_3.o #8 51.75 g++ -shared -o MobileL3_GMM_SM_Types_part_4.so MobileL3_GMM_SM_Types_part_4.o #8 51.76 g++ -shared -o MobileL3_GMM_SM_Types_part_5.so MobileL3_GMM_SM_Types_part_5.o #8 51.78 g++ -shared -o MobileL3_GMM_SM_Types_part_6.so MobileL3_GMM_SM_Types_part_6.o #8 51.79 g++ -shared -o MobileL3_GMM_SM_Types_part_7.so MobileL3_GMM_SM_Types_part_7.o #8 51.79 g++ -shared -o MobileL3_MM_Types_part_1.so MobileL3_MM_Types_part_1.o #8 51.79 g++ -shared -o MobileL3_MM_Types_part_2.so MobileL3_MM_Types_part_2.o #8 51.79 g++ -shared -o MobileL3_MM_Types_part_3.so MobileL3_MM_Types_part_3.o #8 51.81 g++ -shared -o MobileL3_MM_Types_part_4.so MobileL3_MM_Types_part_4.o #8 51.84 g++ -shared -o MobileL3_MM_Types_part_5.so MobileL3_MM_Types_part_5.o #8 51.85 g++ -shared -o MobileL3_MM_Types_part_6.so MobileL3_MM_Types_part_6.o #8 51.86 g++ -shared -o MobileL3_MM_Types_part_7.so MobileL3_MM_Types_part_7.o #8 51.86 g++ -shared -o MobileL3_RRM_Types_part_1.so MobileL3_RRM_Types_part_1.o #8 51.86 g++ -shared -o MobileL3_RRM_Types_part_2.so MobileL3_RRM_Types_part_2.o #8 51.87 g++ -shared -o MobileL3_RRM_Types_part_3.so MobileL3_RRM_Types_part_3.o #8 51.88 g++ -shared -o MobileL3_RRM_Types_part_4.so MobileL3_RRM_Types_part_4.o #8 51.88 g++ -shared -o MobileL3_RRM_Types_part_5.so MobileL3_RRM_Types_part_5.o #8 51.88 g++ -shared -o MobileL3_RRM_Types_part_6.so MobileL3_RRM_Types_part_6.o #8 51.88 g++ -shared -o MobileL3_RRM_Types_part_7.so MobileL3_RRM_Types_part_7.o #8 51.89 g++ -shared -o MobileL3_SMS_Types_part_1.so MobileL3_SMS_Types_part_1.o #8 51.90 g++ -shared -o MobileL3_SMS_Types_part_2.so MobileL3_SMS_Types_part_2.o #8 51.91 g++ -shared -o MobileL3_SMS_Types_part_3.so MobileL3_SMS_Types_part_3.o #8 51.91 g++ -shared -o MobileL3_SMS_Types_part_4.so MobileL3_SMS_Types_part_4.o #8 51.93 g++ -shared -o MobileL3_SMS_Types_part_5.so MobileL3_SMS_Types_part_5.o #8 51.94 g++ -shared -o MobileL3_SMS_Types_part_6.so MobileL3_SMS_Types_part_6.o #8 51.96 g++ -shared -o MobileL3_SMS_Types_part_7.so MobileL3_SMS_Types_part_7.o #8 51.97 g++ -shared -o MobileL3_SS_Types_part_1.so MobileL3_SS_Types_part_1.o #8 51.99 g++ -shared -o MobileL3_SS_Types_part_2.so MobileL3_SS_Types_part_2.o #8 51.99 g++ -shared -o MobileL3_SS_Types_part_3.so MobileL3_SS_Types_part_3.o #8 52.00 g++ -shared -o MobileL3_SS_Types_part_4.so MobileL3_SS_Types_part_4.o #8 52.02 g++ -shared -o MobileL3_SS_Types_part_5.so MobileL3_SS_Types_part_5.o #8 52.03 g++ -shared -o MobileL3_SS_Types_part_6.so MobileL3_SS_Types_part_6.o #8 52.04 g++ -shared -o MobileL3_SS_Types_part_7.so MobileL3_SS_Types_part_7.o #8 52.05 g++ -shared -o MobileL3_Types_part_1.so MobileL3_Types_part_1.o #8 52.07 g++ -shared -o MobileL3_Types_part_2.so MobileL3_Types_part_2.o #8 52.07 g++ -shared -o MobileL3_Types_part_3.so MobileL3_Types_part_3.o #8 52.07 g++ -shared -o MobileL3_Types_part_4.so MobileL3_Types_part_4.o #8 52.07 g++ -shared -o MobileL3_Types_part_5.so MobileL3_Types_part_5.o #8 52.07 g++ -shared -o MobileL3_Types_part_6.so MobileL3_Types_part_6.o #8 52.07 g++ -shared -o MobileL3_Types_part_7.so MobileL3_Types_part_7.o #8 52.08 g++ -shared -o NS_Provider_IPL4_part_1.so NS_Provider_IPL4_part_1.o #8 52.08 g++ -shared -o NS_Provider_IPL4_part_2.so NS_Provider_IPL4_part_2.o #8 52.09 g++ -shared -o NS_Provider_IPL4_part_3.so NS_Provider_IPL4_part_3.o #8 52.09 g++ -shared -o NS_Provider_IPL4_part_4.so NS_Provider_IPL4_part_4.o #8 52.09 g++ -shared -o NS_Provider_IPL4_part_5.so NS_Provider_IPL4_part_5.o #8 52.11 g++ -shared -o NS_Provider_IPL4_part_6.so NS_Provider_IPL4_part_6.o #8 52.12 g++ -shared -o NS_Provider_IPL4_part_7.so NS_Provider_IPL4_part_7.o #8 52.12 g++ -shared -o NS_Types_part_1.so NS_Types_part_1.o #8 52.12 g++ -shared -o NS_Types_part_2.so NS_Types_part_2.o #8 52.12 g++ -shared -o NS_Types_part_3.so NS_Types_part_3.o #8 52.12 g++ -shared -o NS_Types_part_4.so NS_Types_part_4.o #8 52.12 g++ -shared -o NS_Types_part_5.so NS_Types_part_5.o #8 52.12 g++ -shared -o NS_Types_part_6.so NS_Types_part_6.o #8 52.13 g++ -shared -o NS_Types_part_7.so NS_Types_part_7.o #8 52.13 g++ -shared -o Native_Functions_part_1.so Native_Functions_part_1.o #8 52.13 g++ -shared -o Native_Functions_part_2.so Native_Functions_part_2.o #8 52.15 g++ -shared -o Native_Functions_part_3.so Native_Functions_part_3.o #8 52.15 g++ -shared -o Native_Functions_part_4.so Native_Functions_part_4.o #8 52.15 g++ -shared -o Native_Functions_part_5.so Native_Functions_part_5.o #8 52.16 g++ -shared -o Native_Functions_part_6.so Native_Functions_part_6.o #8 52.16 g++ -shared -o Native_Functions_part_7.so Native_Functions_part_7.o #8 52.17 g++ -shared -o Osmocom_CTRL_Adapter_part_1.so Osmocom_CTRL_Adapter_part_1.o #8 52.17 g++ -shared -o Osmocom_CTRL_Adapter_part_2.so Osmocom_CTRL_Adapter_part_2.o #8 52.17 g++ -shared -o Osmocom_CTRL_Adapter_part_3.so Osmocom_CTRL_Adapter_part_3.o #8 52.18 g++ -shared -o Osmocom_CTRL_Adapter_part_4.so Osmocom_CTRL_Adapter_part_4.o #8 52.18 g++ -shared -o Osmocom_CTRL_Adapter_part_5.so Osmocom_CTRL_Adapter_part_5.o #8 52.18 g++ -shared -o Osmocom_CTRL_Adapter_part_6.so Osmocom_CTRL_Adapter_part_6.o #8 52.18 g++ -shared -o Osmocom_CTRL_Adapter_part_7.so Osmocom_CTRL_Adapter_part_7.o #8 52.18 g++ -shared -o Osmocom_CTRL_Functions_part_1.so Osmocom_CTRL_Functions_part_1.o #8 52.18 g++ -shared -o Osmocom_CTRL_Functions_part_2.so Osmocom_CTRL_Functions_part_2.o #8 52.19 g++ -shared -o Osmocom_CTRL_Functions_part_3.so Osmocom_CTRL_Functions_part_3.o #8 52.20 g++ -shared -o Osmocom_CTRL_Functions_part_4.so Osmocom_CTRL_Functions_part_4.o #8 52.20 g++ -shared -o Osmocom_CTRL_Functions_part_5.so Osmocom_CTRL_Functions_part_5.o #8 52.20 g++ -shared -o Osmocom_CTRL_Functions_part_6.so Osmocom_CTRL_Functions_part_6.o #8 52.21 g++ -shared -o Osmocom_CTRL_Functions_part_7.so Osmocom_CTRL_Functions_part_7.o #8 52.21 g++ -shared -o Osmocom_CTRL_Types_part_1.so Osmocom_CTRL_Types_part_1.o #8 52.21 g++ -shared -o Osmocom_CTRL_Types_part_2.so Osmocom_CTRL_Types_part_2.o #8 52.22 g++ -shared -o Osmocom_CTRL_Types_part_3.so Osmocom_CTRL_Types_part_3.o #8 52.22 g++ -shared -o Osmocom_CTRL_Types_part_4.so Osmocom_CTRL_Types_part_4.o #8 52.23 g++ -shared -o Osmocom_CTRL_Types_part_5.so Osmocom_CTRL_Types_part_5.o #8 52.23 g++ -shared -o Osmocom_CTRL_Types_part_6.so Osmocom_CTRL_Types_part_6.o #8 52.23 g++ -shared -o Osmocom_CTRL_Types_part_7.so Osmocom_CTRL_Types_part_7.o #8 52.23 g++ -shared -o Osmocom_Gb_Types_part_1.so Osmocom_Gb_Types_part_1.o #8 52.23 g++ -shared -o Osmocom_Gb_Types_part_2.so Osmocom_Gb_Types_part_2.o #8 52.24 g++ -shared -o Osmocom_Gb_Types_part_3.so Osmocom_Gb_Types_part_3.o #8 52.24 g++ -shared -o Osmocom_Gb_Types_part_4.so Osmocom_Gb_Types_part_4.o #8 52.24 g++ -shared -o Osmocom_Gb_Types_part_5.so Osmocom_Gb_Types_part_5.o #8 52.24 g++ -shared -o Osmocom_Gb_Types_part_6.so Osmocom_Gb_Types_part_6.o #8 52.25 g++ -shared -o Osmocom_Gb_Types_part_7.so Osmocom_Gb_Types_part_7.o #8 52.26 g++ -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o #8 52.26 g++ -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o #8 52.26 g++ -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o #8 52.26 g++ -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o #8 52.26 g++ -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o #8 52.27 g++ -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o #8 52.27 g++ -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o #8 52.28 g++ -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o #8 52.28 g++ -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o #8 52.28 g++ -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o #8 52.28 g++ -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o #8 52.28 g++ -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o #8 52.29 g++ -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o #8 52.29 g++ -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o #8 52.30 g++ -shared -o PCUIF_CodecPort_part_1.so PCUIF_CodecPort_part_1.o #8 52.30 g++ -shared -o PCUIF_CodecPort_part_2.so PCUIF_CodecPort_part_2.o #8 52.30 g++ -shared -o PCUIF_CodecPort_part_3.so PCUIF_CodecPort_part_3.o #8 52.31 g++ -shared -o PCUIF_CodecPort_part_4.so PCUIF_CodecPort_part_4.o #8 52.31 g++ -shared -o PCUIF_CodecPort_part_5.so PCUIF_CodecPort_part_5.o #8 52.31 g++ -shared -o PCUIF_CodecPort_part_6.so PCUIF_CodecPort_part_6.o #8 52.32 g++ -shared -o PCUIF_CodecPort_part_7.so PCUIF_CodecPort_part_7.o #8 52.32 g++ -shared -o PCUIF_Components_part_1.so PCUIF_Components_part_1.o #8 52.33 g++ -shared -o PCUIF_Components_part_2.so PCUIF_Components_part_2.o #8 52.33 g++ -shared -o PCUIF_Components_part_3.so PCUIF_Components_part_3.o #8 52.33 g++ -shared -o PCUIF_Components_part_4.so PCUIF_Components_part_4.o #8 52.33 g++ -shared -o PCUIF_Components_part_5.so PCUIF_Components_part_5.o #8 52.33 g++ -shared -o PCUIF_Components_part_6.so PCUIF_Components_part_6.o #8 52.33 g++ -shared -o PCUIF_Components_part_7.so PCUIF_Components_part_7.o #8 52.34 g++ -shared -o PCUIF_Types_part_1.so PCUIF_Types_part_1.o #8 52.34 g++ -shared -o PCUIF_Types_part_2.so PCUIF_Types_part_2.o #8 52.36 g++ -shared -o PCUIF_Types_part_3.so PCUIF_Types_part_3.o #8 52.36 g++ -shared -o PCUIF_Types_part_4.so PCUIF_Types_part_4.o #8 52.36 g++ -shared -o PCUIF_Types_part_5.so PCUIF_Types_part_5.o #8 52.36 g++ -shared -o PCUIF_Types_part_6.so PCUIF_Types_part_6.o #8 52.36 g++ -shared -o PCUIF_Types_part_7.so PCUIF_Types_part_7.o #8 52.36 g++ -shared -o PCU_Tests_part_1.so PCU_Tests_part_1.o #8 52.36 g++ -shared -o PCU_Tests_part_2.so PCU_Tests_part_2.o #8 52.37 g++ -shared -o PCU_Tests_part_3.so PCU_Tests_part_3.o #8 52.37 g++ -shared -o PCU_Tests_part_4.so PCU_Tests_part_4.o #8 52.37 g++ -shared -o PCU_Tests_part_5.so PCU_Tests_part_5.o #8 52.37 g++ -shared -o PCU_Tests_part_6.so PCU_Tests_part_6.o #8 52.38 g++ -shared -o PCU_Tests_part_7.so PCU_Tests_part_7.o #8 52.38 g++ -shared -o PCU_Tests_NS_part_1.so PCU_Tests_NS_part_1.o #8 52.39 g++ -shared -o PCU_Tests_NS_part_2.so PCU_Tests_NS_part_2.o #8 52.39 g++ -shared -o PCU_Tests_NS_part_3.so PCU_Tests_NS_part_3.o #8 52.39 g++ -shared -o PCU_Tests_NS_part_4.so PCU_Tests_NS_part_4.o #8 52.40 g++ -shared -o PCU_Tests_NS_part_5.so PCU_Tests_NS_part_5.o #8 52.40 g++ -shared -o PCU_Tests_NS_part_6.so PCU_Tests_NS_part_6.o #8 52.40 g++ -shared -o PCU_Tests_NS_part_7.so PCU_Tests_NS_part_7.o #8 52.40 g++ -shared -o PCU_Tests_SNS_part_1.so PCU_Tests_SNS_part_1.o #8 52.41 g++ -shared -o PCU_Tests_SNS_part_2.so PCU_Tests_SNS_part_2.o #8 52.41 g++ -shared -o PCU_Tests_SNS_part_3.so PCU_Tests_SNS_part_3.o #8 52.41 g++ -shared -o PCU_Tests_SNS_part_4.so PCU_Tests_SNS_part_4.o #8 52.41 g++ -shared -o PCU_Tests_SNS_part_5.so PCU_Tests_SNS_part_5.o #8 52.41 g++ -shared -o PCU_Tests_SNS_part_6.so PCU_Tests_SNS_part_6.o #8 52.41 g++ -shared -o PCU_Tests_SNS_part_7.so PCU_Tests_SNS_part_7.o #8 52.42 g++ -shared -o PCU_selftest_part_1.so PCU_selftest_part_1.o #8 52.43 g++ -shared -o PCU_selftest_part_2.so PCU_selftest_part_2.o #8 52.43 g++ -shared -o PCU_selftest_part_3.so PCU_selftest_part_3.o #8 52.44 g++ -shared -o PCU_selftest_part_4.so PCU_selftest_part_4.o #8 52.44 g++ -shared -o PCU_selftest_part_5.so PCU_selftest_part_5.o #8 52.44 g++ -shared -o PCU_selftest_part_6.so PCU_selftest_part_6.o #8 52.44 g++ -shared -o PCU_selftest_part_7.so PCU_selftest_part_7.o #8 52.44 g++ -shared -o RLCMAC_CSN1_Templates_part_1.so RLCMAC_CSN1_Templates_part_1.o #8 52.45 g++ -shared -o RLCMAC_CSN1_Templates_part_2.so RLCMAC_CSN1_Templates_part_2.o #8 52.45 g++ -shared -o RLCMAC_CSN1_Templates_part_3.so RLCMAC_CSN1_Templates_part_3.o #8 52.46 g++ -shared -o RLCMAC_CSN1_Templates_part_4.so RLCMAC_CSN1_Templates_part_4.o #8 52.46 g++ -shared -o RLCMAC_CSN1_Templates_part_5.so RLCMAC_CSN1_Templates_part_5.o #8 52.46 g++ -shared -o RLCMAC_CSN1_Templates_part_6.so RLCMAC_CSN1_Templates_part_6.o #8 52.46 g++ -shared -o RLCMAC_CSN1_Templates_part_7.so RLCMAC_CSN1_Templates_part_7.o #8 52.47 g++ -shared -o RLCMAC_CSN1_Types_part_3.so RLCMAC_CSN1_Types_part_3.o #8 52.47 g++ -shared -o RLCMAC_CSN1_Types_part_4.so RLCMAC_CSN1_Types_part_4.o #8 52.47 g++ -shared -o RLCMAC_CSN1_Types_part_5.so RLCMAC_CSN1_Types_part_5.o #8 52.47 g++ -shared -o RLCMAC_CSN1_Types_part_6.so RLCMAC_CSN1_Types_part_6.o #8 52.48 g++ -shared -o RLCMAC_CSN1_Types_part_7.so RLCMAC_CSN1_Types_part_7.o #8 52.48 g++ -shared -o RLCMAC_Templates_part_1.so RLCMAC_Templates_part_1.o #8 52.48 g++ -shared -o RLCMAC_Templates_part_2.so RLCMAC_Templates_part_2.o #8 52.48 g++ -shared -o RLCMAC_Templates_part_3.so RLCMAC_Templates_part_3.o #8 52.49 g++ -shared -o RLCMAC_Templates_part_4.so RLCMAC_Templates_part_4.o #8 52.49 g++ -shared -o RLCMAC_Templates_part_5.so RLCMAC_Templates_part_5.o #8 52.50 g++ -shared -o RLCMAC_Templates_part_6.so RLCMAC_Templates_part_6.o #8 52.50 g++ -shared -o RLCMAC_Templates_part_7.so RLCMAC_Templates_part_7.o #8 52.50 g++ -shared -o RLCMAC_Types_part_1.so RLCMAC_Types_part_1.o #8 52.50 g++ -shared -o RLCMAC_Types_part_2.so RLCMAC_Types_part_2.o #8 52.51 g++ -shared -o RLCMAC_Types_part_3.so RLCMAC_Types_part_3.o #8 52.52 g++ -shared -o RLCMAC_Types_part_4.so RLCMAC_Types_part_4.o #8 52.52 g++ -shared -o RLCMAC_Types_part_5.so RLCMAC_Types_part_5.o #8 52.52 g++ -shared -o RLCMAC_Types_part_6.so RLCMAC_Types_part_6.o #8 52.53 g++ -shared -o RLCMAC_Types_part_7.so RLCMAC_Types_part_7.o #8 52.53 g++ -shared -o SGSN_Components_part_1.so SGSN_Components_part_1.o #8 52.53 g++ -shared -o SGSN_Components_part_2.so SGSN_Components_part_2.o #8 52.53 g++ -shared -o SGSN_Components_part_3.so SGSN_Components_part_3.o #8 52.54 g++ -shared -o SGSN_Components_part_4.so SGSN_Components_part_4.o #8 52.55 g++ -shared -o SGSN_Components_part_5.so SGSN_Components_part_5.o #8 52.55 g++ -shared -o SGSN_Components_part_6.so SGSN_Components_part_6.o #8 52.55 g++ -shared -o SGSN_Components_part_7.so SGSN_Components_part_7.o #8 52.56 g++ -shared -o SNDCP_Types_part_1.so SNDCP_Types_part_1.o #8 52.56 g++ -shared -o SNDCP_Types_part_2.so SNDCP_Types_part_2.o #8 52.57 g++ -shared -o SNDCP_Types_part_3.so SNDCP_Types_part_3.o #8 52.57 g++ -shared -o SNDCP_Types_part_4.so SNDCP_Types_part_4.o #8 52.57 g++ -shared -o SNDCP_Types_part_5.so SNDCP_Types_part_5.o #8 52.57 g++ -shared -o SNDCP_Types_part_6.so SNDCP_Types_part_6.o #8 52.58 g++ -shared -o SNDCP_Types_part_7.so SNDCP_Types_part_7.o #8 52.58 g++ -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o #8 52.58 g++ -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o #8 52.58 g++ -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o #8 52.59 g++ -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o #8 52.59 g++ -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o #8 52.59 g++ -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o #8 52.59 g++ -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o #8 52.59 g++ -shared -o StatsD_Checker_part_1.so StatsD_Checker_part_1.o #8 52.61 g++ -shared -o StatsD_Checker_part_2.so StatsD_Checker_part_2.o #8 52.61 g++ -shared -o StatsD_Checker_part_3.so StatsD_Checker_part_3.o #8 52.61 g++ -shared -o StatsD_Checker_part_4.so StatsD_Checker_part_4.o #8 52.61 g++ -shared -o StatsD_Checker_part_5.so StatsD_Checker_part_5.o #8 52.61 g++ -shared -o StatsD_Checker_part_6.so StatsD_Checker_part_6.o #8 52.61 g++ -shared -o StatsD_Checker_part_7.so StatsD_Checker_part_7.o #8 52.62 g++ -shared -o StatsD_CodecPort_part_1.so StatsD_CodecPort_part_1.o #8 52.63 g++ -shared -o StatsD_CodecPort_part_2.so StatsD_CodecPort_part_2.o #8 52.63 g++ -shared -o StatsD_CodecPort_part_3.so StatsD_CodecPort_part_3.o #8 52.63 g++ -shared -o StatsD_CodecPort_part_4.so StatsD_CodecPort_part_4.o #8 52.63 g++ -shared -o StatsD_CodecPort_part_5.so StatsD_CodecPort_part_5.o #8 52.64 g++ -shared -o StatsD_CodecPort_part_6.so StatsD_CodecPort_part_6.o #8 52.64 g++ -shared -o StatsD_CodecPort_part_7.so StatsD_CodecPort_part_7.o #8 52.64 g++ -shared -o StatsD_CodecPort_CtrlFunct_part_1.so StatsD_CodecPort_CtrlFunct_part_1.o #8 52.64 g++ -shared -o StatsD_CodecPort_CtrlFunct_part_2.so StatsD_CodecPort_CtrlFunct_part_2.o #8 52.64 g++ -shared -o StatsD_CodecPort_CtrlFunct_part_3.so StatsD_CodecPort_CtrlFunct_part_3.o #8 52.65 g++ -shared -o StatsD_CodecPort_CtrlFunct_part_4.so StatsD_CodecPort_CtrlFunct_part_4.o #8 52.65 g++ -shared -o StatsD_CodecPort_CtrlFunct_part_5.so StatsD_CodecPort_CtrlFunct_part_5.o #8 52.65 g++ -shared -o StatsD_CodecPort_CtrlFunct_part_6.so StatsD_CodecPort_CtrlFunct_part_6.o #8 52.66 g++ -shared -o StatsD_CodecPort_CtrlFunct_part_7.so StatsD_CodecPort_CtrlFunct_part_7.o #8 52.67 g++ -shared -o StatsD_Types_part_1.so StatsD_Types_part_1.o #8 52.67 g++ -shared -o StatsD_Types_part_2.so StatsD_Types_part_2.o #8 52.67 g++ -shared -o StatsD_Types_part_3.so StatsD_Types_part_3.o #8 52.67 g++ -shared -o StatsD_Types_part_4.so StatsD_Types_part_4.o #8 52.67 g++ -shared -o StatsD_Types_part_5.so StatsD_Types_part_5.o #8 52.68 g++ -shared -o StatsD_Types_part_6.so StatsD_Types_part_6.o #8 52.68 g++ -shared -o StatsD_Types_part_7.so StatsD_Types_part_7.o #8 52.68 g++ -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o #8 52.69 g++ -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o #8 52.69 g++ -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o #8 52.70 g++ -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o #8 52.70 g++ -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o #8 52.70 g++ -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o #8 52.70 g++ -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o #8 52.70 g++ -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o #8 52.71 g++ -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o #8 52.71 g++ -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o #8 52.71 g++ -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o #8 52.72 g++ -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o #8 52.72 g++ -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o #8 52.73 g++ -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o #8 52.74 g++ -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o #8 52.74 g++ -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o #8 52.74 g++ -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o #8 52.74 g++ -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o #8 52.74 g++ -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o #8 52.74 g++ -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o #8 52.75 g++ -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o #8 52.75 g++ -shared -o UD_PortType_part_1.so UD_PortType_part_1.o #8 52.75 g++ -shared -o UD_PortType_part_2.so UD_PortType_part_2.o #8 52.75 g++ -shared -o UD_PortType_part_3.so UD_PortType_part_3.o #8 52.77 g++ -shared -o UD_PortType_part_4.so UD_PortType_part_4.o #8 52.77 g++ -shared -o UD_PortType_part_5.so UD_PortType_part_5.o #8 52.77 g++ -shared -o UD_PortType_part_6.so UD_PortType_part_6.o #8 52.77 g++ -shared -o UD_PortType_part_7.so UD_PortType_part_7.o #8 52.77 g++ -shared -o UD_Types_part_1.so UD_Types_part_1.o #8 52.77 g++ -shared -o UD_Types_part_2.so UD_Types_part_2.o #8 52.77 g++ -shared -o UD_Types_part_3.so UD_Types_part_3.o #8 52.78 g++ -shared -o UD_Types_part_4.so UD_Types_part_4.o #8 52.78 g++ -shared -o UD_Types_part_5.so UD_Types_part_5.o #8 52.78 g++ -shared -o UD_Types_part_6.so UD_Types_part_6.o #8 52.79 g++ -shared -o UD_Types_part_7.so UD_Types_part_7.o #8 52.79 g++ -shared -o IPA_Emulation.so IPA_Emulation.o #8 52.79 g++ -shared -o NS_Emulation.so NS_Emulation.o #8 52.79 g++ -shared -o RAW_NS.so RAW_NS.o #8 52.80 g++ -shared -o BSSGP_Emulation_part_1.so BSSGP_Emulation_part_1.o #8 52.80 g++ -shared -o BSSGP_Emulation_part_2.so BSSGP_Emulation_part_2.o #8 52.80 g++ -shared -o BSSGP_Emulation_part_3.so BSSGP_Emulation_part_3.o #8 52.80 g++ -shared -o BSSGP_Emulation_part_4.so BSSGP_Emulation_part_4.o #8 52.81 g++ -shared -o BSSGP_Emulation_part_5.so BSSGP_Emulation_part_5.o #8 52.81 g++ -shared -o BSSGP_Emulation_part_6.so BSSGP_Emulation_part_6.o #8 52.81 g++ -shared -o BSSGP_Emulation_part_7.so BSSGP_Emulation_part_7.o #8 52.82 g++ -shared -o IPA_Emulation_part_1.so IPA_Emulation_part_1.o #8 52.82 g++ -shared -o IPA_Emulation_part_2.so IPA_Emulation_part_2.o #8 52.82 g++ -shared -o IPA_Emulation_part_3.so IPA_Emulation_part_3.o #8 52.82 g++ -shared -o IPA_Emulation_part_4.so IPA_Emulation_part_4.o #8 52.83 g++ -shared -o IPA_Emulation_part_5.so IPA_Emulation_part_5.o #8 52.83 g++ -shared -o IPA_Emulation_part_6.so IPA_Emulation_part_6.o #8 52.84 g++ -shared -o IPA_Emulation_part_7.so IPA_Emulation_part_7.o #8 52.84 g++ -shared -o NS_Emulation_part_1.so NS_Emulation_part_1.o #8 52.85 g++ -shared -o NS_Emulation_part_2.so NS_Emulation_part_2.o #8 52.85 g++ -shared -o NS_Emulation_part_3.so NS_Emulation_part_3.o #8 52.86 g++ -shared -o NS_Emulation_part_4.so NS_Emulation_part_4.o #8 52.87 g++ -shared -o NS_Emulation_part_5.so NS_Emulation_part_5.o #8 52.87 g++ -shared -o NS_Emulation_part_6.so NS_Emulation_part_6.o #8 52.87 g++ -shared -o NS_Emulation_part_7.so NS_Emulation_part_7.o #8 52.88 g++ -shared -o RAW_NS_part_1.so RAW_NS_part_1.o #8 52.88 g++ -shared -o RAW_NS_part_2.so RAW_NS_part_2.o #8 52.89 g++ -shared -o RAW_NS_part_3.so RAW_NS_part_3.o #8 52.89 g++ -shared -o RAW_NS_part_4.so RAW_NS_part_4.o #8 52.89 g++ -shared -o RAW_NS_part_5.so RAW_NS_part_5.o #8 52.89 g++ -shared -o RAW_NS_part_6.so RAW_NS_part_6.o #8 52.90 g++ -shared -o RAW_NS_part_7.so RAW_NS_part_7.o #8 52.90 g++ -shared -o BSSGP_EncDec.so BSSGP_EncDec.o #8 52.91 g++ -shared -o IPA_CodecPort_CtrlFunctDef.so IPA_CodecPort_CtrlFunctDef.o #8 52.91 g++ -shared -o IPL4asp_PT.so IPL4asp_PT.o #8 52.92 g++ -shared -o IPL4asp_discovery.so IPL4asp_discovery.o #8 52.93 g++ -shared -o LLC_EncDec.so LLC_EncDec.o #8 52.93 g++ -shared -o Native_FunctionDefs.so Native_FunctionDefs.o #8 52.93 g++ -shared -o RLCMAC_EncDec.so RLCMAC_EncDec.o #8 52.93 g++ -shared -o StatsD_CodecPort_CtrlFunctdef.so StatsD_CodecPort_CtrlFunctdef.o #8 52.94 g++ -shared -o TCCConversion.so TCCConversion.o #8 52.94 g++ -shared -o TCCInterface.so TCCInterface.o #8 52.94 g++ -shared -o TELNETasp_PT.so TELNETasp_PT.o #8 52.95 g++ -shared -o UD_PT.so UD_PT.o #8 54.74 g++ -shared -o BSSGP_Emulation.so BSSGP_Emulation.o #8 56.04 g++ -shared -o RLCMAC_CSN1_Types_part_2.so RLCMAC_CSN1_Types_part_2.o #8 56.69 g++ -shared -o RLCMAC_CSN1_Types_part_1.so RLCMAC_CSN1_Types_part_1.o #8 56.77 if g++ -L /usr/lib/titan-fPIC -o PCU_Tests -Wl,--no-as-needed BSSGP_Types.so GPRS_Components.so GPRS_Context.so GPRS_TBF.so GSM_RR_Types.so GSM_RestOctets.so GSM_Types.so General_Types.so IPA_CodecPort.so IPA_CodecPort_CtrlFunct.so IPA_Types.so IPL4asp_Functions.so IPL4asp_PortType.so IPL4asp_Types.so L3_Common.so L3_Templates.so LLC_Templates.so LLC_Types.so Misc_Helpers.so MobileL3_CC_Types.so MobileL3_CommonIE_Types.so MobileL3_GMM_SM_Types.so MobileL3_MM_Types.so MobileL3_RRM_Types.so MobileL3_SMS_Types.so MobileL3_SS_Types.so MobileL3_Types.so NS_Provider_IPL4.so NS_Types.so Native_Functions.so Osmocom_CTRL_Adapter.so Osmocom_CTRL_Functions.so Osmocom_CTRL_Types.so Osmocom_Gb_Types.so Osmocom_Types.so Osmocom_VTY_Functions.so PCUIF_CodecPort.so PCUIF_Components.so PCUIF_Types.so PCU_Tests.so PCU_Tests_NS.so PCU_Tests_SNS.so PCU_selftest.so RLCMAC_CSN1_Templates.so RLCMAC_CSN1_Types.so RLCMAC_Templates.so RLCMAC_Types.so SGSN_Components.so SNDCP_Types.so Socket_API_Definitions.so StatsD_Checker.so StatsD_CodecPort.so StatsD_CodecPort_CtrlFunct.so StatsD_Types.so TCCConversion_Functions.so TCCInterface_Functions.so TELNETasp_PortType.so UD_PortType.so UD_Types.so BSSGP_Types_part_1.so BSSGP_Types_part_2.so BSSGP_Types_part_3.so BSSGP_Types_part_4.so BSSGP_Types_part_5.so BSSGP_Types_part_6.so BSSGP_Types_part_7.so GPRS_Components_part_1.so GPRS_Components_part_2.so GPRS_Components_part_3.so GPRS_Components_part_4.so GPRS_Components_part_5.so GPRS_Components_part_6.so GPRS_Components_part_7.so GPRS_Context_part_1.so GPRS_Context_part_2.so GPRS_Context_part_3.so GPRS_Context_part_4.so GPRS_Context_part_5.so GPRS_Context_part_6.so GPRS_Context_part_7.so GPRS_TBF_part_1.so GPRS_TBF_part_2.so GPRS_TBF_part_3.so GPRS_TBF_part_4.so GPRS_TBF_part_5.so GPRS_TBF_part_6.so GPRS_TBF_part_7.so GSM_RR_Types_part_1.so GSM_RR_Types_part_2.so GSM_RR_Types_part_3.so GSM_RR_Types_part_4.so GSM_RR_Types_part_5.so GSM_RR_Types_part_6.so GSM_RR_Types_part_7.so GSM_RestOctets_part_1.so GSM_RestOctets_part_2.so GSM_RestOctets_part_3.so GSM_RestOctets_part_4.so GSM_RestOctets_part_5.so GSM_RestOctets_part_6.so GSM_RestOctets_part_7.so GSM_Types_part_1.so GSM_Types_part_2.so GSM_Types_part_3.so GSM_Types_part_4.so GSM_Types_part_5.so GSM_Types_part_6.so GSM_Types_part_7.so General_Types_part_1.so General_Types_part_2.so General_Types_part_3.so General_Types_part_4.so General_Types_part_5.so General_Types_part_6.so General_Types_part_7.so IPA_CodecPort_part_1.so IPA_CodecPort_part_2.so IPA_CodecPort_part_3.so IPA_CodecPort_part_4.so IPA_CodecPort_part_5.so IPA_CodecPort_part_6.so IPA_CodecPort_part_7.so IPA_CodecPort_CtrlFunct_part_1.so IPA_CodecPort_CtrlFunct_part_2.so IPA_CodecPort_CtrlFunct_part_3.so IPA_CodecPort_CtrlFunct_part_4.so IPA_CodecPort_CtrlFunct_part_5.so IPA_CodecPort_CtrlFunct_part_6.so IPA_CodecPort_CtrlFunct_part_7.so IPA_Types_part_1.so IPA_Types_part_2.so IPA_Types_part_3.so IPA_Types_part_4.so IPA_Types_part_5.so IPA_Types_part_6.so IPA_Types_part_7.so IPL4asp_Functions_part_1.so IPL4asp_Functions_part_2.so IPL4asp_Functions_part_3.so IPL4asp_Functions_part_4.so IPL4asp_Functions_part_5.so IPL4asp_Functions_part_6.so IPL4asp_Functions_part_7.so IPL4asp_PortType_part_1.so IPL4asp_PortType_part_2.so IPL4asp_PortType_part_3.so IPL4asp_PortType_part_4.so IPL4asp_PortType_part_5.so IPL4asp_PortType_part_6.so IPL4asp_PortType_part_7.so IPL4asp_Types_part_1.so IPL4asp_Types_part_2.so IPL4asp_Types_part_3.so IPL4asp_Types_part_4.so IPL4asp_Types_part_5.so IPL4asp_Types_part_6.so IPL4asp_Types_part_7.so L3_Common_part_1.so L3_Common_part_2.so L3_Common_part_3.so L3_Common_part_4.so L3_Common_part_5.so L3_Common_part_6.so L3_Common_part_7.so L3_Templates_part_1.so L3_Templates_part_2.so L3_Templates_part_3.so L3_Templates_part_4.so L3_Templates_part_5.so L3_Templates_part_6.so L3_Templates_part_7.so LLC_Templates_part_1.so LLC_Templates_part_2.so LLC_Templates_part_3.so LLC_Templates_part_4.so LLC_Templates_part_5.so LLC_Templates_part_6.so LLC_Templates_part_7.so LLC_Types_part_1.so LLC_Types_part_2.so LLC_Types_part_3.so LLC_Types_part_4.so LLC_Types_part_5.so LLC_Types_part_6.so LLC_Types_part_7.so Misc_Helpers_part_1.so Misc_Helpers_part_2.so Misc_Helpers_part_3.so Misc_Helpers_part_4.so Misc_Helpers_part_5.so Misc_Helpers_part_6.so Misc_Helpers_part_7.so MobileL3_CC_Types_part_1.so MobileL3_CC_Types_part_2.so MobileL3_CC_Types_part_3.so MobileL3_CC_Types_part_4.so MobileL3_CC_Types_part_5.so MobileL3_CC_Types_part_6.so MobileL3_CC_Types_part_7.so MobileL3_CommonIE_Types_part_1.so MobileL3_CommonIE_Types_part_2.so MobileL3_CommonIE_Types_part_3.so MobileL3_CommonIE_Types_part_4.so MobileL3_CommonIE_Types_part_5.so MobileL3_CommonIE_Types_part_6.so MobileL3_CommonIE_Types_part_7.so MobileL3_GMM_SM_Types_part_1.so MobileL3_GMM_SM_Types_part_2.so MobileL3_GMM_SM_Types_part_3.so MobileL3_GMM_SM_Types_part_4.so MobileL3_GMM_SM_Types_part_5.so MobileL3_GMM_SM_Types_part_6.so MobileL3_GMM_SM_Types_part_7.so MobileL3_MM_Types_part_1.so MobileL3_MM_Types_part_2.so MobileL3_MM_Types_part_3.so MobileL3_MM_Types_part_4.so MobileL3_MM_Types_part_5.so MobileL3_MM_Types_part_6.so MobileL3_MM_Types_part_7.so MobileL3_RRM_Types_part_1.so MobileL3_RRM_Types_part_2.so MobileL3_RRM_Types_part_3.so MobileL3_RRM_Types_part_4.so MobileL3_RRM_Types_part_5.so MobileL3_RRM_Types_part_6.so MobileL3_RRM_Types_part_7.so MobileL3_SMS_Types_part_1.so MobileL3_SMS_Types_part_2.so MobileL3_SMS_Types_part_3.so MobileL3_SMS_Types_part_4.so MobileL3_SMS_Types_part_5.so MobileL3_SMS_Types_part_6.so MobileL3_SMS_Types_part_7.so MobileL3_SS_Types_part_1.so MobileL3_SS_Types_part_2.so MobileL3_SS_Types_part_3.so MobileL3_SS_Types_part_4.so MobileL3_SS_Types_part_5.so MobileL3_SS_Types_part_6.so MobileL3_SS_Types_part_7.so MobileL3_Types_part_1.so MobileL3_Types_part_2.so MobileL3_Types_part_3.so MobileL3_Types_part_4.so MobileL3_Types_part_5.so MobileL3_Types_part_6.so MobileL3_Types_part_7.so NS_Provider_IPL4_part_1.so NS_Provider_IPL4_part_2.so NS_Provider_IPL4_part_3.so NS_Provider_IPL4_part_4.so NS_Provider_IPL4_part_5.so NS_Provider_IPL4_part_6.so NS_Provider_IPL4_part_7.so NS_Types_part_1.so NS_Types_part_2.so NS_Types_part_3.so NS_Types_part_4.so NS_Types_part_5.so NS_Types_part_6.so NS_Types_part_7.so Native_Functions_part_1.so Native_Functions_part_2.so Native_Functions_part_3.so Native_Functions_part_4.so Native_Functions_part_5.so Native_Functions_part_6.so Native_Functions_part_7.so Osmocom_CTRL_Adapter_part_1.so Osmocom_CTRL_Adapter_part_2.so Osmocom_CTRL_Adapter_part_3.so Osmocom_CTRL_Adapter_part_4.so Osmocom_CTRL_Adapter_part_5.so Osmocom_CTRL_Adapter_part_6.so Osmocom_CTRL_Adapter_part_7.so Osmocom_CTRL_Functions_part_1.so Osmocom_CTRL_Functions_part_2.so Osmocom_CTRL_Functions_part_3.so Osmocom_CTRL_Functions_part_4.so Osmocom_CTRL_Functions_part_5.so Osmocom_CTRL_Functions_part_6.so Osmocom_CTRL_Functions_part_7.so Osmocom_CTRL_Types_part_1.so Osmocom_CTRL_Types_part_2.so Osmocom_CTRL_Types_part_3.so Osmocom_CTRL_Types_part_4.so Osmocom_CTRL_Types_part_5.so Osmocom_CTRL_Types_part_6.so Osmocom_CTRL_Types_part_7.so Osmocom_Gb_Types_part_1.so Osmocom_Gb_Types_part_2.so Osmocom_Gb_Types_part_3.so Osmocom_Gb_Types_part_4.so Osmocom_Gb_Types_part_5.so Osmocom_Gb_Types_part_6.so Osmocom_Gb_Types_part_7.so Osmocom_Types_part_1.so Osmocom_Types_part_2.so Osmocom_Types_part_3.so Osmocom_Types_part_4.so Osmocom_Types_part_5.so Osmocom_Types_part_6.so Osmocom_Types_part_7.so Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_7.so PCUIF_CodecPort_part_1.so PCUIF_CodecPort_part_2.so PCUIF_CodecPort_part_3.so PCUIF_CodecPort_part_4.so PCUIF_CodecPort_part_5.so PCUIF_CodecPort_part_6.so PCUIF_CodecPort_part_7.so PCUIF_Components_part_1.so PCUIF_Components_part_2.so PCUIF_Components_part_3.so PCUIF_Components_part_4.so PCUIF_Components_part_5.so PCUIF_Components_part_6.so PCUIF_Components_part_7.so PCUIF_Types_part_1.so PCUIF_Types_part_2.so PCUIF_Types_part_3.so PCUIF_Types_part_4.so PCUIF_Types_part_5.so PCUIF_Types_part_6.so PCUIF_Types_part_7.so PCU_Tests_part_1.so PCU_Tests_part_2.so PCU_Tests_part_3.so PCU_Tests_part_4.so PCU_Tests_part_5.so PCU_Tests_part_6.so PCU_Tests_part_7.so PCU_Tests_NS_part_1.so PCU_Tests_NS_part_2.so PCU_Tests_NS_part_3.so PCU_Tests_NS_part_4.so PCU_Tests_NS_part_5.so PCU_Tests_NS_part_6.so PCU_Tests_NS_part_7.so PCU_Tests_SNS_part_1.so PCU_Tests_SNS_part_2.so PCU_Tests_SNS_part_3.so PCU_Tests_SNS_part_4.so PCU_Tests_SNS_part_5.so PCU_Tests_SNS_part_6.so PCU_Tests_SNS_part_7.so PCU_selftest_part_1.so PCU_selftest_part_2.so PCU_selftest_part_3.so PCU_selftest_part_4.so PCU_selftest_part_5.so PCU_selftest_part_6.so PCU_selftest_part_7.so RLCMAC_CSN1_Templates_part_1.so RLCMAC_CSN1_Templates_part_2.so RLCMAC_CSN1_Templates_part_3.so RLCMAC_CSN1_Templates_part_4.so RLCMAC_CSN1_Templates_part_5.so RLCMAC_CSN1_Templates_part_6.so RLCMAC_CSN1_Templates_part_7.so RLCMAC_CSN1_Types_part_1.so RLCMAC_CSN1_Types_part_2.so RLCMAC_CSN1_Types_part_3.so RLCMAC_CSN1_Types_part_4.so RLCMAC_CSN1_Types_part_5.so RLCMAC_CSN1_Types_part_6.so RLCMAC_CSN1_Types_part_7.so RLCMAC_Templates_part_1.so RLCMAC_Templates_part_2.so RLCMAC_Templates_part_3.so RLCMAC_Templates_part_4.so RLCMAC_Templates_part_5.so RLCMAC_Templates_part_6.so RLCMAC_Templates_part_7.so RLCMAC_Types_part_1.so RLCMAC_Types_part_2.so RLCMAC_Types_part_3.so RLCMAC_Types_part_4.so RLCMAC_Types_part_5.so RLCMAC_Types_part_6.so RLCMAC_Types_part_7.so SGSN_Components_part_1.so SGSN_Components_part_2.so SGSN_Components_part_3.so SGSN_Components_part_4.so SGSN_Components_part_5.so SGSN_Components_part_6.so SGSN_Components_part_7.so SNDCP_Types_part_1.so SNDCP_Types_part_2.so SNDCP_Types_part_3.so SNDCP_Types_part_4.so SNDCP_Types_part_5.so SNDCP_Types_part_6.so SNDCP_Types_part_7.so Socket_API_Definitions_part_1.so Socket_API_Definitions_part_2.so Socket_API_Definitions_part_3.so Socket_API_Definitions_part_4.so Socket_API_Definitions_part_5.so Socket_API_Definitions_part_6.so Socket_API_Definitions_part_7.so StatsD_Checker_part_1.so StatsD_Checker_part_2.so StatsD_Checker_part_3.so StatsD_Checker_part_4.so StatsD_Checker_part_5.so StatsD_Checker_part_6.so StatsD_Checker_part_7.so StatsD_CodecPort_part_1.so StatsD_CodecPort_part_2.so StatsD_CodecPort_part_3.so StatsD_CodecPort_part_4.so StatsD_CodecPort_part_5.so StatsD_CodecPort_part_6.so StatsD_CodecPort_part_7.so StatsD_CodecPort_CtrlFunct_part_1.so StatsD_CodecPort_CtrlFunct_part_2.so StatsD_CodecPort_CtrlFunct_part_3.so StatsD_CodecPort_CtrlFunct_part_4.so StatsD_CodecPort_CtrlFunct_part_5.so StatsD_CodecPort_CtrlFunct_part_6.so StatsD_CodecPort_CtrlFunct_part_7.so StatsD_Types_part_1.so StatsD_Types_part_2.so StatsD_Types_part_3.so StatsD_Types_part_4.so StatsD_Types_part_5.so StatsD_Types_part_6.so StatsD_Types_part_7.so TCCConversion_Functions_part_1.so TCCConversion_Functions_part_2.so TCCConversion_Functions_part_3.so TCCConversion_Functions_part_4.so TCCConversion_Functions_part_5.so TCCConversion_Functions_part_6.so TCCConversion_Functions_part_7.so TCCInterface_Functions_part_1.so TCCInterface_Functions_part_2.so TCCInterface_Functions_part_3.so TCCInterface_Functions_part_4.so TCCInterface_Functions_part_5.so TCCInterface_Functions_part_6.so TCCInterface_Functions_part_7.so TELNETasp_PortType_part_1.so TELNETasp_PortType_part_2.so TELNETasp_PortType_part_3.so TELNETasp_PortType_part_4.so TELNETasp_PortType_part_5.so TELNETasp_PortType_part_6.so TELNETasp_PortType_part_7.so UD_PortType_part_1.so UD_PortType_part_2.so UD_PortType_part_3.so UD_PortType_part_4.so UD_PortType_part_5.so UD_PortType_part_6.so UD_PortType_part_7.so UD_Types_part_1.so UD_Types_part_2.so UD_Types_part_3.so UD_Types_part_4.so UD_Types_part_5.so UD_Types_part_6.so UD_Types_part_7.so BSSGP_Emulation.so IPA_Emulation.so NS_Emulation.so RAW_NS.so BSSGP_Emulation_part_1.so BSSGP_Emulation_part_2.so BSSGP_Emulation_part_3.so BSSGP_Emulation_part_4.so BSSGP_Emulation_part_5.so BSSGP_Emulation_part_6.so BSSGP_Emulation_part_7.so IPA_Emulation_part_1.so IPA_Emulation_part_2.so IPA_Emulation_part_3.so IPA_Emulation_part_4.so IPA_Emulation_part_5.so IPA_Emulation_part_6.so IPA_Emulation_part_7.so NS_Emulation_part_1.so NS_Emulation_part_2.so NS_Emulation_part_3.so NS_Emulation_part_4.so NS_Emulation_part_5.so NS_Emulation_part_6.so NS_Emulation_part_7.so RAW_NS_part_1.so RAW_NS_part_2.so RAW_NS_part_3.so RAW_NS_part_4.so RAW_NS_part_5.so RAW_NS_part_6.so RAW_NS_part_7.so BSSGP_EncDec.so IPA_CodecPort_CtrlFunctDef.so IPL4asp_PT.so IPL4asp_discovery.so LLC_EncDec.so Native_FunctionDefs.so RLCMAC_EncDec.so StatsD_CodecPort_CtrlFunctdef.so TCCConversion.so TCCInterface.so TELNETasp_PT.so UD_PT.so \ #8 56.77 -L/usr/lib/titan -lttcn3-parallel-dynamic \ #8 56.77 -L/lib -lcrypto \ #8 56.77 -L/usr/lib -lxml2 -lsctp -lssl -lpthread; \ #8 56.77 then : ; else /usr/bin/titanver BSSGP_Types.o GPRS_Components.o GPRS_Context.o GPRS_TBF.o GSM_RR_Types.o GSM_RestOctets.o GSM_Types.o General_Types.o IPA_CodecPort.o IPA_CodecPort_CtrlFunct.o IPA_Types.o IPL4asp_Functions.o IPL4asp_PortType.o IPL4asp_Types.o L3_Common.o L3_Templates.o LLC_Templates.o LLC_Types.o Misc_Helpers.o MobileL3_CC_Types.o MobileL3_CommonIE_Types.o MobileL3_GMM_SM_Types.o MobileL3_MM_Types.o MobileL3_RRM_Types.o MobileL3_SMS_Types.o MobileL3_SS_Types.o MobileL3_Types.o NS_Provider_IPL4.o NS_Types.o Native_Functions.o Osmocom_CTRL_Adapter.o Osmocom_CTRL_Functions.o Osmocom_CTRL_Types.o Osmocom_Gb_Types.o Osmocom_Types.o Osmocom_VTY_Functions.o PCUIF_CodecPort.o PCUIF_Components.o PCUIF_Types.o PCU_Tests.o PCU_Tests_NS.o PCU_Tests_SNS.o PCU_selftest.o RLCMAC_CSN1_Templates.o RLCMAC_CSN1_Types.o RLCMAC_Templates.o RLCMAC_Types.o SGSN_Components.o SNDCP_Types.o Socket_API_Definitions.o StatsD_Checker.o StatsD_CodecPort.o StatsD_CodecPort_CtrlFunct.o StatsD_Types.o TCCConversion_Functions.o TCCInterface_Functions.o TELNETasp_PortType.o UD_PortType.o UD_Types.o BSSGP_Types_part_1.o BSSGP_Types_part_2.o BSSGP_Types_part_3.o BSSGP_Types_part_4.o BSSGP_Types_part_5.o BSSGP_Types_part_6.o BSSGP_Types_part_7.o GPRS_Components_part_1.o GPRS_Components_part_2.o GPRS_Components_part_3.o GPRS_Components_part_4.o GPRS_Components_part_5.o GPRS_Components_part_6.o GPRS_Components_part_7.o GPRS_Context_part_1.o GPRS_Context_part_2.o GPRS_Context_part_3.o GPRS_Context_part_4.o GPRS_Context_part_5.o GPRS_Context_part_6.o GPRS_Context_part_7.o GPRS_TBF_part_1.o GPRS_TBF_part_2.o GPRS_TBF_part_3.o GPRS_TBF_part_4.o GPRS_TBF_part_5.o GPRS_TBF_part_6.o GPRS_TBF_part_7.o GSM_RR_Types_part_1.o GSM_RR_Types_part_2.o GSM_RR_Types_part_3.o GSM_RR_Types_part_4.o GSM_RR_Types_part_5.o GSM_RR_Types_part_6.o GSM_RR_Types_part_7.o GSM_RestOctets_part_1.o GSM_RestOctets_part_2.o GSM_RestOctets_part_3.o GSM_RestOctets_part_4.o GSM_RestOctets_part_5.o GSM_RestOctets_part_6.o GSM_RestOctets_part_7.o GSM_Types_part_1.o GSM_Types_part_2.o GSM_Types_part_3.o GSM_Types_part_4.o GSM_Types_part_5.o GSM_Types_part_6.o GSM_Types_part_7.o General_Types_part_1.o General_Types_part_2.o General_Types_part_3.o General_Types_part_4.o General_Types_part_5.o General_Types_part_6.o General_Types_part_7.o IPA_CodecPort_part_1.o IPA_CodecPort_part_2.o IPA_CodecPort_part_3.o IPA_CodecPort_part_4.o IPA_CodecPort_part_5.o IPA_CodecPort_part_6.o IPA_CodecPort_part_7.o IPA_CodecPort_CtrlFunct_part_1.o IPA_CodecPort_CtrlFunct_part_2.o IPA_CodecPort_CtrlFunct_part_3.o IPA_CodecPort_CtrlFunct_part_4.o IPA_CodecPort_CtrlFunct_part_5.o IPA_CodecPort_CtrlFunct_part_6.o IPA_CodecPort_CtrlFunct_part_7.o IPA_Types_part_1.o IPA_Types_part_2.o IPA_Types_part_3.o IPA_Types_part_4.o IPA_Types_part_5.o IPA_Types_part_6.o IPA_Types_part_7.o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_7.o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_7.o IPL4asp_Types_part_1.o IPL4asp_Types_part_2.o IPL4asp_Types_part_3.o IPL4asp_Types_part_4.o IPL4asp_Types_part_5.o IPL4asp_Types_part_6.o IPL4asp_Types_part_7.o L3_Common_part_1.o L3_Common_part_2.o L3_Common_part_3.o L3_Common_part_4.o L3_Common_part_5.o L3_Common_part_6.o L3_Common_part_7.o L3_Templates_part_1.o L3_Templates_part_2.o L3_Templates_part_3.o L3_Templates_part_4.o L3_Templates_part_5.o L3_Templates_part_6.o L3_Templates_part_7.o LLC_Templates_part_1.o LLC_Templates_part_2.o LLC_Templates_part_3.o LLC_Templates_part_4.o LLC_Templates_part_5.o LLC_Templates_part_6.o LLC_Templates_part_7.o LLC_Types_part_1.o LLC_Types_part_2.o LLC_Types_part_3.o LLC_Types_part_4.o LLC_Types_part_5.o LLC_Types_part_6.o LLC_Types_part_7.o Misc_Helpers_part_1.o Misc_Helpers_part_2.o Misc_Helpers_part_3.o Misc_Helpers_part_4.o Misc_Helpers_part_5.o Misc_Helpers_part_6.o Misc_Helpers_part_7.o MobileL3_CC_Types_part_1.o MobileL3_CC_Types_part_2.o MobileL3_CC_Types_part_3.o MobileL3_CC_Types_part_4.o MobileL3_CC_Types_part_5.o MobileL3_CC_Types_part_6.o MobileL3_CC_Types_part_7.o MobileL3_CommonIE_Types_part_1.o MobileL3_CommonIE_Types_part_2.o MobileL3_CommonIE_Types_part_3.o MobileL3_CommonIE_Types_part_4.o MobileL3_CommonIE_Types_part_5.o MobileL3_CommonIE_Types_part_6.o MobileL3_CommonIE_Types_part_7.o MobileL3_GMM_SM_Types_part_1.o MobileL3_GMM_SM_Types_part_2.o MobileL3_GMM_SM_Types_part_3.o MobileL3_GMM_SM_Types_part_4.o MobileL3_GMM_SM_Types_part_5.o MobileL3_GMM_SM_Types_part_6.o MobileL3_GMM_SM_Types_part_7.o MobileL3_MM_Types_part_1.o MobileL3_MM_Types_part_2.o MobileL3_MM_Types_part_3.o MobileL3_MM_Types_part_4.o MobileL3_MM_Types_part_5.o MobileL3_MM_Types_part_6.o MobileL3_MM_Types_part_7.o MobileL3_RRM_Types_part_1.o MobileL3_RRM_Types_part_2.o MobileL3_RRM_Types_part_3.o MobileL3_RRM_Types_part_4.o MobileL3_RRM_Types_part_5.o MobileL3_RRM_Types_part_6.o MobileL3_RRM_Types_part_7.o MobileL3_SMS_Types_part_1.o MobileL3_SMS_Types_part_2.o MobileL3_SMS_Types_part_3.o MobileL3_SMS_Types_part_4.o MobileL3_SMS_Types_part_5.o MobileL3_SMS_Types_part_6.o MobileL3_SMS_Types_part_7.o MobileL3_SS_Types_part_1.o MobileL3_SS_Types_part_2.o MobileL3_SS_Types_part_3.o MobileL3_SS_Types_part_4.o MobileL3_SS_Types_part_5.o MobileL3_SS_Types_part_6.o MobileL3_SS_Types_part_7.o MobileL3_Types_part_1.o MobileL3_Types_part_2.o MobileL3_Types_part_3.o MobileL3_Types_part_4.o MobileL3_Types_part_5.o MobileL3_Types_part_6.o MobileL3_Types_part_7.o NS_Provider_IPL4_part_1.o NS_Provider_IPL4_part_2.o NS_Provider_IPL4_part_3.o NS_Provider_IPL4_part_4.o NS_Provider_IPL4_part_5.o NS_Provider_IPL4_part_6.o NS_Provider_IPL4_part_7.o NS_Types_part_1.o NS_Types_part_2.o NS_Types_part_3.o NS_Types_part_4.o NS_Types_part_5.o NS_Types_part_6.o NS_Types_part_7.o Native_Functions_part_1.o Native_Functions_part_2.o Native_Functions_part_3.o Native_Functions_part_4.o Native_Functions_part_5.o Native_Functions_part_6.o Native_Functions_part_7.o Osmocom_CTRL_Adapter_part_1.o Osmocom_CTRL_Adapter_part_2.o Osmocom_CTRL_Adapter_part_3.o Osmocom_CTRL_Adapter_part_4.o Osmocom_CTRL_Adapter_part_5.o Osmocom_CTRL_Adapter_part_6.o Osmocom_CTRL_Adapter_part_7.o Osmocom_CTRL_Functions_part_1.o Osmocom_CTRL_Functions_part_2.o Osmocom_CTRL_Functions_part_3.o Osmocom_CTRL_Functions_part_4.o Osmocom_CTRL_Functions_part_5.o Osmocom_CTRL_Functions_part_6.o Osmocom_CTRL_Functions_part_7.o Osmocom_CTRL_Types_part_1.o Osmocom_CTRL_Types_part_2.o Osmocom_CTRL_Types_part_3.o Osmocom_CTRL_Types_part_4.o Osmocom_CTRL_Types_part_5.o Osmocom_CTRL_Types_part_6.o Osmocom_CTRL_Types_part_7.o Osmocom_Gb_Types_part_1.o Osmocom_Gb_Types_part_2.o Osmocom_Gb_Types_part_3.o Osmocom_Gb_Types_part_4.o Osmocom_Gb_Types_part_5.o Osmocom_Gb_Types_part_6.o Osmocom_Gb_Types_part_7.o Osmocom_Types_part_1.o Osmocom_Types_part_2.o Osmocom_Types_part_3.o Osmocom_Types_part_4.o Osmocom_Types_part_5.o Osmocom_Types_part_6.o Osmocom_Types_part_7.o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_7.o PCUIF_CodecPort_part_1.o PCUIF_CodecPort_part_2.o PCUIF_CodecPort_part_3.o PCUIF_CodecPort_part_4.o PCUIF_CodecPort_part_5.o PCUIF_CodecPort_part_6.o PCUIF_CodecPort_part_7.o PCUIF_Components_part_1.o PCUIF_Components_part_2.o PCUIF_Components_part_3.o PCUIF_Components_part_4.o PCUIF_Components_part_5.o PCUIF_Components_part_6.o PCUIF_Components_part_7.o PCUIF_Types_part_1.o PCUIF_Types_part_2.o PCUIF_Types_part_3.o PCUIF_Types_part_4.o PCUIF_Types_part_5.o PCUIF_Types_part_6.o PCUIF_Types_part_7.o PCU_Tests_part_1.o PCU_Tests_part_2.o PCU_Tests_part_3.o PCU_Tests_part_4.o PCU_Tests_part_5.o PCU_Tests_part_6.o PCU_Tests_part_7.o PCU_Tests_NS_part_1.o PCU_Tests_NS_part_2.o PCU_Tests_NS_part_3.o PCU_Tests_NS_part_4.o PCU_Tests_NS_part_5.o PCU_Tests_NS_part_6.o PCU_Tests_NS_part_7.o PCU_Tests_SNS_part_1.o PCU_Tests_SNS_part_2.o PCU_Tests_SNS_part_3.o PCU_Tests_SNS_part_4.o PCU_Tests_SNS_part_5.o PCU_Tests_SNS_part_6.o PCU_Tests_SNS_part_7.o PCU_selftest_part_1.o PCU_selftest_part_2.o PCU_selftest_part_3.o PCU_selftest_part_4.o PCU_selftest_part_5.o PCU_selftest_part_6.o PCU_selftest_part_7.o RLCMAC_CSN1_Templates_part_1.o RLCMAC_CSN1_Templates_part_2.o RLCMAC_CSN1_Templates_part_3.o RLCMAC_CSN1_Templates_part_4.o RLCMAC_CSN1_Templates_part_5.o RLCMAC_CSN1_Templates_part_6.o RLCMAC_CSN1_Templates_part_7.o RLCMAC_CSN1_Types_part_1.o RLCMAC_CSN1_Types_part_2.o RLCMAC_CSN1_Types_part_3.o RLCMAC_CSN1_Types_part_4.o RLCMAC_CSN1_Types_part_5.o RLCMAC_CSN1_Types_part_6.o RLCMAC_CSN1_Types_part_7.o RLCMAC_Templates_part_1.o RLCMAC_Templates_part_2.o RLCMAC_Templates_part_3.o RLCMAC_Templates_part_4.o RLCMAC_Templates_part_5.o RLCMAC_Templates_part_6.o RLCMAC_Templates_part_7.o RLCMAC_Types_part_1.o RLCMAC_Types_part_2.o RLCMAC_Types_part_3.o RLCMAC_Types_part_4.o RLCMAC_Types_part_5.o RLCMAC_Types_part_6.o RLCMAC_Types_part_7.o SGSN_Components_part_1.o SGSN_Components_part_2.o SGSN_Components_part_3.o SGSN_Components_part_4.o SGSN_Components_part_5.o SGSN_Components_part_6.o SGSN_Components_part_7.o SNDCP_Types_part_1.o SNDCP_Types_part_2.o SNDCP_Types_part_3.o SNDCP_Types_part_4.o SNDCP_Types_part_5.o SNDCP_Types_part_6.o SNDCP_Types_part_7.o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_7.o StatsD_Checker_part_1.o StatsD_Checker_part_2.o StatsD_Checker_part_3.o StatsD_Checker_part_4.o StatsD_Checker_part_5.o StatsD_Checker_part_6.o StatsD_Checker_part_7.o StatsD_CodecPort_part_1.o StatsD_CodecPort_part_2.o StatsD_CodecPort_part_3.o StatsD_CodecPort_part_4.o StatsD_CodecPort_part_5.o StatsD_CodecPort_part_6.o StatsD_CodecPort_part_7.o StatsD_CodecPort_CtrlFunct_part_1.o StatsD_CodecPort_CtrlFunct_part_2.o StatsD_CodecPort_CtrlFunct_part_3.o StatsD_CodecPort_CtrlFunct_part_4.o StatsD_CodecPort_CtrlFunct_part_5.o StatsD_CodecPort_CtrlFunct_part_6.o StatsD_CodecPort_CtrlFunct_part_7.o StatsD_Types_part_1.o StatsD_Types_part_2.o StatsD_Types_part_3.o StatsD_Types_part_4.o StatsD_Types_part_5.o StatsD_Types_part_6.o StatsD_Types_part_7.o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_7.o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_7.o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_7.o UD_PortType_part_1.o UD_PortType_part_2.o UD_PortType_part_3.o UD_PortType_part_4.o UD_PortType_part_5.o UD_PortType_part_6.o UD_PortType_part_7.o UD_Types_part_1.o UD_Types_part_2.o UD_Types_part_3.o UD_Types_part_4.o UD_Types_part_5.o UD_Types_part_6.o UD_Types_part_7.o BSSGP_Emulation.o IPA_Emulation.o NS_Emulation.o RAW_NS.o BSSGP_Emulation_part_1.o BSSGP_Emulation_part_2.o BSSGP_Emulation_part_3.o BSSGP_Emulation_part_4.o BSSGP_Emulation_part_5.o BSSGP_Emulation_part_6.o BSSGP_Emulation_part_7.o IPA_Emulation_part_1.o IPA_Emulation_part_2.o IPA_Emulation_part_3.o IPA_Emulation_part_4.o IPA_Emulation_part_5.o IPA_Emulation_part_6.o IPA_Emulation_part_7.o NS_Emulation_part_1.o NS_Emulation_part_2.o NS_Emulation_part_3.o NS_Emulation_part_4.o NS_Emulation_part_5.o NS_Emulation_part_6.o NS_Emulation_part_7.o RAW_NS_part_1.o RAW_NS_part_2.o RAW_NS_part_3.o RAW_NS_part_4.o RAW_NS_part_5.o RAW_NS_part_6.o RAW_NS_part_7.o BSSGP_EncDec.o IPA_CodecPort_CtrlFunctDef.o IPL4asp_PT.o IPL4asp_discovery.o LLC_EncDec.o Native_FunctionDefs.o RLCMAC_EncDec.o StatsD_CodecPort_CtrlFunctdef.o TCCConversion.o TCCInterface.o TELNETasp_PT.o UD_PT.o; exit 1; fi #8 57.48 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcu' #8 DONE 57.9s #9 [4/4] COPY PCU_TESTS.CFG /data/PCU_Tests.cfg #9 DONE 0.0s #10 exporting to image #10 exporting layers #10 exporting layers 1.7s done #10 writing image sha256:329dd60f34468df4d0f679f27fe70db5f81691da6b47f59347eae7b278b0577b done #10 naming to docker.io/osmocom-build/ttcn3-pcu-test:latest 0.0s done #10 DONE 1.8s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/ttcn3-pcu-test' + docker_image_exists ttcn3-pcu-test + docker images -q osmocom-build/ttcn3-pcu-test + test -n 329dd60f3446 + list_osmo_packages debian-bookworm ttcn3-pcu-test + local distro=debian-bookworm + local image=ttcn3-pcu-test + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-pcu-test -c + [ -n ] + return + set_clean_up_trap + trap clean_up_common EXIT INT TERM 0 + set -e + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/unix + cp PCU_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/ + write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/PCU_Tests.cfg + local repo=nightly + local config=/home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/PCU_Tests.cfg + local line + [ -e /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/PCU_Tests.cfg ] + line=Misc_Helpers.mp_osmo_repo := "nightly" + sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/PCU_Tests.cfg + set_pcuif_version /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/PCU_Tests.cfg + image_suffix_is_2023q1 + return 1 + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu/unix + cp osmo-pcu.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/unix + network_create + SUBNET=64540 + seq 1 30 + echo (64540 + 1) % 256 + bc + SUBNET=29 + NET_NAME=ttcn3-pcu-test-29 + SUB4=172.18.29.0/24 + SUB6=fd02:db8:29::/64 + set +x Creating network ttcn3-pcu-test-29, trying SUBNET=29... + docker network create --internal --subnet 172.18.29.0/24 --ipv6 --subnet fd02:db8:29::/64 ttcn3-pcu-test-29 7773a114c5dd4d7cfc9c822b1371a84469162872b69688d009c12d470e037c06 + set +x ### Network ttcn3-pcu-test-29 created (SUBNET=29) ### + return + network_replace_subnet_in_configs + set +x Applying SUBNET=29 to: /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu/osmo-pcu.cfg Applying SUBNET=29 to: /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/PCU_Tests.cfg + echo Starting container with PCU Starting container with PCU + docker_network_params 29 101 + NET=29 + ADDR_SUFIX=101 + echo --network ttcn3-pcu-test-29 --ip 172.18.29.101 --ip6 fd02:db8:29::101 + docker run --rm --network ttcn3-pcu-test-29 --ip 172.18.29.101 --ip6 fd02:db8:29::101 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-1960-pcu -d osmocom-build/osmo-pcu-master /bin/sh -c /usr/local/bin/respawn.sh osmo-pcu -c /data/osmo-pcu.cfg >>/data/osmo-pcu.log 2>&1 a89bf7bd51ed8e2f26011007b4e648f4df1d875a3e6cbf8db7d6a130ca5d317f + echo Starting container with PCU testsuite Starting container with PCU testsuite + docker_network_params 29 10 + NET=29 + ADDR_SUFIX=10 + echo --network ttcn3-pcu-test-29 --ip 172.18.29.10 --ip6 fd02:db8:29::10 + docker run --rm --network ttcn3-pcu-test-29 --ip 172.18.29.10 --ip6 fd02:db8:29::10 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e OSMO_SUT_HOST=172.18.29.101 -e OSMO_SUT_PORT=4240 -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/unix:/data/unix --name jenkins-ttcn3-pcu-test-1960-ttcn3-pcu-test osmocom-build/ttcn3-pcu-test + SUBDIR=pcu + SUITE=PCU_Tests + '[' -n '' ']' ++ id -u ++ id -g + chown -R 0:0 /data + cd /data + EXTRA_ARGS= + '[' -n '' ']' + /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/pcu/PCU_Tests PCU_Tests.cfg 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: 9.0.0 * * Copyright (c) 2000-2023 Ericsson Telecom AB * * All rights reserved. This program and the accompanying materials * * are made available under the terms of the Eclipse Public License v2.0 * * which accompanies this distribution, and is available at * * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * ************************************************************************* Using configuration file: PCU_Tests.cfg MC@83d1a3b7b834: Unix server socket created successfully. MC@83d1a3b7b834: Listening on TCP port 40277. 83d1a3b7b834 is the default MC2> spawn /osmo-ttcn3-hacks/pcu/PCU_Tests 83d1a3b7b834 40277 TTCN-3 Host Controller (parallel mode), version 9.0.0 MC@83d1a3b7b834: New HC connected from 172.18.29.10 [172.18.29.10]. 83d1a3b7b834: Linux 5.10.0-20-amd64 on x86_64. cmtc MC@83d1a3b7b834: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@83d1a3b7b834: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: Option `SourceInfoFormat' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: Option `LoggerPlugins' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: Option `BeginTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file. HC@83d1a3b7b834: Warning: Option `EndTestCase' was given more than once in section [EXTERNAL_COMMANDS] of the configuration file. HC@83d1a3b7b834: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: Option `ConsoleMask' was given more than once in section [LOGGING] of the configuration file. HC@83d1a3b7b834: Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in MC@83d1a3b7b834: Configuration file was processed on all HCs. MC@83d1a3b7b834: Creating MTC on host 172.18.29.10. MC@83d1a3b7b834: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_suspend'. ------ PCU_Tests.TC_pcuif_suspend ------ Fri May 17 04:29:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_suspend' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_suspend started. 3@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_pcuif_suspend-BVCI1234(5)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 3@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(7)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(7)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(8)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(8)@83d1a3b7b834: Start timer T: 5 s PCUIF(8)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_suspend-STATS(10)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_suspend-STATS(10)@83d1a3b7b834: Start timer T: 2 s PCUIF(8)@83d1a3b7b834: OsmoPCU is now connected BTS(9)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(7)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(7)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(7)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(7)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(9)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(7)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(7)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(7)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(7)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(7)@83d1a3b7b834: Start timer Tns_test: 10 s 4@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 4@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_pcuif_suspend-BVCI1234(5)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_pcuif_suspend-BVCI1234(5)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(9)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_suspend finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_suspend pass'. Fri May 17 04:29:25 UTC 2024 ====== PCU_Tests.TC_pcuif_suspend pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_suspend.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=10920) Waiting for packet dumper to finish... 1 (prev_count=10920, count=54459) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_suspend pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_suspend_active_tbf'. ------ PCU_Tests.TC_pcuif_suspend_active_tbf ------ Fri May 17 04:29:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_suspend_active_tbf' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_suspend_active_tbf started. 12@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_pcuif_suspend_active_tbf-BVCI1234(14)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 12@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(16)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(16)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(17)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(17)@83d1a3b7b834: Start timer T: 5 s PCUIF(17)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_suspend_active_tbf-STATS(19)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_suspend_active_tbf-STATS(19)@83d1a3b7b834: Start timer T: 2 s PCUIF(17)@83d1a3b7b834: OsmoPCU is now connected BTS(18)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(16)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(16)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(16)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(16)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(18)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(16)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(16)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(16)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(16)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(16)@83d1a3b7b834: Start timer Tns_test: 10 s 13@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 13@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_pcuif_suspend_active_tbf-BVCI1234(14)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_pcuif_suspend_active_tbf-BVCI1234(14)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(18)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(18)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 2 s BTS(18)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(18)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 5, t2 := 4 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(18)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(18)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 19, t2 := 17 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } BTS(18)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_suspend_active_tbf finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_suspend_active_tbf pass'. Fri May 17 04:29:31 UTC 2024 ====== PCU_Tests.TC_pcuif_suspend_active_tbf pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_suspend_active_tbf.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=86608) Waiting for packet dumper to finish... 1 (prev_count=86608, count=232693) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_suspend_active_tbf pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_ptcch_idle'. ------ PCU_Tests.TC_ta_ptcch_idle ------ Fri May 17 04:29:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_ptcch_idle' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ta_ptcch_idle started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(21)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(21)@83d1a3b7b834: Start timer T: 5 s PCUIF(21)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ta_ptcch_idle-STATS(23)@83d1a3b7b834: Start timer T: 2 s TC_ta_ptcch_idle-STATS(23)@83d1a3b7b834: Start timer T: 2 s PCUIF(21)@83d1a3b7b834: OsmoPCU is now connected BTS(22)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 5 s BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(22)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Decoded PTCCH/D message: <unbound> BTS(22)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ta_ptcch_idle finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_ptcch_idle pass'. Fri May 17 04:29:36 UTC 2024 ====== PCU_Tests.TC_ta_ptcch_idle pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ta_ptcch_idle.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=59606) Waiting for packet dumper to finish... 1 (prev_count=59606, count=117891) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_ptcch_idle pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_rach_imm_ass'. ------ PCU_Tests.TC_ta_rach_imm_ass ------ Fri May 17 04:29:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_rach_imm_ass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ta_rach_imm_ass started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(25)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(25)@83d1a3b7b834: Start timer T: 5 s PCUIF(25)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ta_rach_imm_ass-STATS(27)@83d1a3b7b834: Start timer T: 2 s TC_ta_rach_imm_ass-STATS(27)@83d1a3b7b834: Start timer T: 2 s PCUIF(25)@83d1a3b7b834: OsmoPCU is now connected BTS(26)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(26)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(26)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1353 with RA=120, TA=16 MTC@83d1a3b7b834: Start timer T: 2 s BTS(26)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 27, t2 := 1 }, timing_advance := 16, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1369 with RA=120, TA=32 MTC@83d1a3b7b834: Start timer T: 2 s BTS(26)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 43, t2 := 17 }, timing_advance := 32, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1385 with RA=120, TA=48 MTC@83d1a3b7b834: Start timer T: 2 s BTS(26)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 8, t2 := 7 }, timing_advance := 48, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(26)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ta_rach_imm_ass finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_rach_imm_ass pass'. Fri May 17 04:29:42 UTC 2024 ====== PCU_Tests.TC_ta_rach_imm_ass pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ta_rach_imm_ass.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6032) Waiting for packet dumper to finish... 1 (prev_count=6032, count=84323) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_rach_imm_ass pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_ul_ack_nack_first_block'. ------ PCU_Tests.TC_ta_ul_ack_nack_first_block ------ Fri May 17 04:29:44 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_ul_ack_nack_first_block' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ta_ul_ack_nack_first_block started. 29@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ta_ul_ack_nack_first_block-BVCI1234(32)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 29@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(33)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(33)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(34)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(34)@83d1a3b7b834: Start timer T: 5 s PCUIF(34)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ta_ul_ack_nack_first_block-STATS(36)@83d1a3b7b834: Start timer T: 2 s TC_ta_ul_ack_nack_first_block-STATS(36)@83d1a3b7b834: Start timer T: 2 s PCUIF(34)@83d1a3b7b834: OsmoPCU is now connected BTS(35)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(33)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(33)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(33)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(33)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(35)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(33)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(33)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(33)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(33)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(33)@83d1a3b7b834: Start timer Tns_test: 10 s 30@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 30@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ta_ul_ack_nack_first_block-BVCI1234(32)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ta_ul_ack_nack_first_block-BVCI1234(32)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(35)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(35)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Test case "TC_ta_ul_ack_nack_first_block" aborted at "PCU_Tests.ttcn":571 BTS(35)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ta_ul_ack_nack_first_block finished. Verdict: fail reason: Timing Advance mismatch: expected 2, but received 0 MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_ul_ack_nack_first_block fail'. Fri May 17 04:29:47 UTC 2024 ------ PCU_Tests.TC_ta_ul_ack_nack_first_block fail ------ Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ta_ul_ack_nack_first_block.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=88662) Waiting for packet dumper to finish... 1 (prev_count=88662, count=130072) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_ul_ack_nack_first_block fail' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_idle_dl_tbf_ass'. ------ PCU_Tests.TC_ta_idle_dl_tbf_ass ------ Fri May 17 04:29:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_idle_dl_tbf_ass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ta_idle_dl_tbf_ass started. 38@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ta_idle_dl_tbf_ass-BVCI1234(40)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 38@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(42)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(42)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(43)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(43)@83d1a3b7b834: Start timer T: 5 s PCUIF(43)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ta_idle_dl_tbf_ass-STATS(45)@83d1a3b7b834: Start timer T: 2 s TC_ta_idle_dl_tbf_ass-STATS(45)@83d1a3b7b834: Start timer T: 2 s PCUIF(43)@83d1a3b7b834: OsmoPCU is now connected BTS(44)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(42)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(44)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(42)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(42)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(42)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(42)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(42)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(42)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(42)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(42)@83d1a3b7b834: Start timer Tns_test: 10 s 39@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 39@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ta_idle_dl_tbf_ass-BVCI1234(40)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ta_idle_dl_tbf_ass-BVCI1234(40)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(44)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(44)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000042" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '4411E01A'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '4411E01A'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } BTS(44)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ta_idle_dl_tbf_ass finished. Verdict: fail reason: Timing Advance value doesn't match MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_idle_dl_tbf_ass fail'. Fri May 17 04:29:52 UTC 2024 ------ PCU_Tests.TC_ta_idle_dl_tbf_ass fail ------ Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ta_idle_dl_tbf_ass.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=7573) Waiting for packet dumper to finish... 1 (prev_count=7573, count=68771) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_idle_dl_tbf_ass fail' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_ptcch_ul_multi_tbf'. ------ PCU_Tests.TC_ta_ptcch_ul_multi_tbf ------ Fri May 17 04:29:54 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ta_ptcch_ul_multi_tbf' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ta_ptcch_ul_multi_tbf started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(47)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(47)@83d1a3b7b834: Start timer T: 5 s PCUIF(47)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ta_ptcch_ul_multi_tbf-STATS(49)@83d1a3b7b834: Start timer T: 2 s TC_ta_ptcch_ul_multi_tbf-STATS(49)@83d1a3b7b834: Start timer T: 2 s PCUIF(47)@83d1a3b7b834: OsmoPCU is now connected BTS(48)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(48)@83d1a3b7b834: Enabling forwarding of PTCCH/U TDMA events to the TC BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(48)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(48)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(48)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=0 (TAI), fn=12, ToA=28 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=1 (TAI), fn=38, ToA=56 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=2 (TAI), fn=64, ToA=84 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=3 (TAI), fn=90, ToA=112 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=4 (TAI), fn=116, ToA=140 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=5 (TAI), fn=142, ToA=168 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=6 (TAI), fn=168, ToA=196 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=7 (TAI), fn=194, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=8 (TAI), fn=220, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=9 (TAI), fn=246, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=10 (TAI), fn=272, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=11 (TAI), fn=298, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=12 (TAI), fn=324, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=13 (TAI), fn=350, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=14 (TAI), fn=376, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=15 (TAI), fn=402, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=0 (TAI), fn=428, ToA=28 (QTA) MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=1 (TAI), fn=454, ToA=56 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=2 (TAI), fn=480, ToA=84 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=3 (TAI), fn=506, ToA=112 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=4 (TAI), fn=532, ToA=140 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=5 (TAI), fn=558, ToA=168 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=6 (TAI), fn=584, ToA=196 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=7 (TAI), fn=610, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=8 (TAI), fn=636, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=9 (TAI), fn=662, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=10 (TAI), fn=688, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=11 (TAI), fn=714, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=12 (TAI), fn=740, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=13 (TAI), fn=766, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=14 (TAI), fn=792, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=15 (TAI), fn=818, ToA=0 (QTA) MTC@83d1a3b7b834: Sending an Access Burst on PTCCH/U, sub-slot=0 (TAI), fn=844, ToA=28 (QTA) BTS(48)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ta_ptcch_ul_multi_tbf finished. Verdict: fail reason: Failed to match Timing Advance Index for #0 MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_ptcch_ul_multi_tbf fail'. Fri May 17 04:30:01 UTC 2024 ------ PCU_Tests.TC_ta_ptcch_ul_multi_tbf fail ------ Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ta_ptcch_ul_multi_tbf.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=882033) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ta_ptcch_ul_multi_tbf fail' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_lqual_ul_tbf'. ------ PCU_Tests.TC_cs_lqual_ul_tbf ------ Fri May 17 04:30:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_lqual_ul_tbf' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_cs_lqual_ul_tbf started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(51)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(51)@83d1a3b7b834: Start timer T: 5 s PCUIF(51)@83d1a3b7b834: Start timer T_Conn: 10 s TC_cs_lqual_ul_tbf-STATS(53)@83d1a3b7b834: Start timer T: 2 s TC_cs_lqual_ul_tbf-STATS(53)@83d1a3b7b834: Start timer T: 2 s PCUIF(51)@83d1a3b7b834: OsmoPCU is now connected BTS(52)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(52)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS1 (0), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS1 (0), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 0 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 1 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 2 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 3 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 4 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 5 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 6 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 7 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 8 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 9 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 10 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 11 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 12 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 13 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 14 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 15 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 16 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 17 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 18 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS1 (0) MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 19 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 20 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 21 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 22 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 23 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 24 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 25 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 26 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 27 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 28 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 29 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 30 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 31 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 32 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 33 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 34 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 35 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 36 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 37 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 38 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS1 (0) MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 39 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 40 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 41 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 42 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 43 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 44 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 45 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 46 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 47 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 48 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 49 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 50 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 51 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 52 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 53 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 54 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 55 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 56 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 57 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 58 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS1 (0) MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 59 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 60 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 61 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 62 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 63 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 64 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 65 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 66 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 67 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 68 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 69 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 70 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 71 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 72 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 73 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 74 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 75 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 76 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 77 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 78 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS2 (1) MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 79 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 80 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 81 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 82 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 83 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 84 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 85 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 86 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 87 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 88 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 89 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 90 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 91 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 92 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 93 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 94 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 95 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 96 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 97 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 98 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS3 (2) MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 99 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 100 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 101 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 102 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 103 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 104 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 105 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 106 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 107 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 108 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 109 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 110 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 111 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 112 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 113 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 114 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 115 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 116 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 117 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 118 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS3 (2) MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 119 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 120 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 121 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 122 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 123 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 124 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 125 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 126 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 127 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 128 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 129 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 130 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 131 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 132 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 133 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 134 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 135 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 136 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 137 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 138 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS3 (2) MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 139 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 140 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 141 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 142 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 143 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 144 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 145 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 146 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 147 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 148 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 149 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with link quality (dB): 150 BTS(52)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK with Channel Coding Command: CH_CODING_CS4 (3) BTS(52)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_cs_lqual_ul_tbf finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_lqual_ul_tbf pass'. Fri May 17 04:30:09 UTC 2024 ====== PCU_Tests.TC_cs_lqual_ul_tbf pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_cs_lqual_ul_tbf.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1310632) Waiting for packet dumper to finish... 1 (prev_count=1310632, count=1458465) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_lqual_ul_tbf pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_initial_ul'. ------ PCU_Tests.TC_cs_initial_ul ------ Fri May 17 04:30:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_initial_ul' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_cs_initial_ul started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(55)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(55)@83d1a3b7b834: Start timer T: 5 s PCUIF(55)@83d1a3b7b834: Start timer T_Conn: 10 s TC_cs_initial_ul-STATS(57)@83d1a3b7b834: Start timer T: 2 s TC_cs_initial_ul-STATS(57)@83d1a3b7b834: Start timer T: 2 s PCUIF(55)@83d1a3b7b834: OsmoPCU is now connected BTS(56)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(56)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS3 (2), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS3 (2), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(56)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(56)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_cs_initial_ul finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_initial_ul pass'. Fri May 17 04:30:15 UTC 2024 ====== PCU_Tests.TC_cs_initial_ul pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_cs_initial_ul.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=287178) Waiting for packet dumper to finish... 1 (prev_count=287178, count=350790) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_initial_ul pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_max_ul'. ------ PCU_Tests.TC_cs_max_ul ------ Fri May 17 04:30:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_max_ul' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_cs_max_ul started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(59)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(59)@83d1a3b7b834: Start timer T: 5 s PCUIF(59)@83d1a3b7b834: Start timer T_Conn: 10 s TC_cs_max_ul-STATS(61)@83d1a3b7b834: Start timer T: 2 s TC_cs_max_ul-STATS(61)@83d1a3b7b834: Start timer T: 2 s PCUIF(59)@83d1a3b7b834: OsmoPCU is now connected BTS(60)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(60)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(60)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS1 (0), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS1 (0), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(60)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(60)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_cs_max_ul finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_max_ul pass'. Fri May 17 04:30:21 UTC 2024 ====== PCU_Tests.TC_cs_max_ul pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_cs_max_ul.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=79155) Waiting for packet dumper to finish... 1 (prev_count=79155, count=265364) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_max_ul pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_initial_dl'. ------ PCU_Tests.TC_cs_initial_dl ------ Fri May 17 04:30:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_initial_dl' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_cs_initial_dl started. 63@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 63@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_cs_initial_dl-BVCI1234(66)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(67)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(67)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(68)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(68)@83d1a3b7b834: Start timer T: 5 s PCUIF(68)@83d1a3b7b834: Start timer T_Conn: 10 s TC_cs_initial_dl-STATS(70)@83d1a3b7b834: Start timer T: 2 s TC_cs_initial_dl-STATS(70)@83d1a3b7b834: Start timer T: 2 s PCUIF(68)@83d1a3b7b834: OsmoPCU is now connected BTS(69)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(67)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(67)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(67)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(67)@83d1a3b7b834: Start timer Tns_test: 10 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s -NSVCI1234(67)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(67)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(67)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(67)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(67)@83d1a3b7b834: Start timer Tns_test: 10 s 64@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 64@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_cs_initial_dl-BVCI1234(66)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_cs_initial_dl-BVCI1234(66)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(69)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(69)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(69)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_cs_initial_dl finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_initial_dl pass'. Fri May 17 04:30:26 UTC 2024 ====== PCU_Tests.TC_cs_initial_dl pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_cs_initial_dl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=86037) Waiting for packet dumper to finish... 1 (prev_count=86037, count=148404) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_initial_dl pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_max_dl'. ------ PCU_Tests.TC_cs_max_dl ------ Fri May 17 04:30:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_cs_max_dl' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_cs_max_dl started. 72@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_cs_max_dl-BVCI1234(74)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 72@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(76)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(76)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(77)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(77)@83d1a3b7b834: Start timer T: 5 s PCUIF(77)@83d1a3b7b834: Start timer T_Conn: 10 s TC_cs_max_dl-STATS(79)@83d1a3b7b834: Start timer T: 2 s TC_cs_max_dl-STATS(79)@83d1a3b7b834: Start timer T: 2 s PCUIF(77)@83d1a3b7b834: OsmoPCU is now connected BTS(78)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(76)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(76)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(76)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(76)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(76)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(76)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(76)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(76)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(76)@83d1a3b7b834: Start timer Tns_test: 10 s 73@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 73@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_cs_max_dl-BVCI1234(74)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_cs_max_dl-BVCI1234(74)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: Start timer T: 10 s MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(78)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(78)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(78)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(78)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_cs_max_dl finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_max_dl pass'. Fri May 17 04:30:42 UTC 2024 ====== PCU_Tests.TC_cs_max_dl pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_cs_max_dl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=4157420) Waiting for packet dumper to finish... 1 (prev_count=4157420, count=4325102) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_cs_max_dl pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_cs1_to_cs4'. ------ PCU_Tests.TC_dl_cs1_to_cs4 ------ Fri May 17 04:30:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_cs1_to_cs4' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_cs1_to_cs4 started. 81@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_dl_cs1_to_cs4-BVCI1234(83)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 81@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(85)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(85)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(86)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(86)@83d1a3b7b834: Start timer T: 5 s PCUIF(86)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_cs1_to_cs4-STATS(88)@83d1a3b7b834: Start timer T: 2 s TC_dl_cs1_to_cs4-STATS(88)@83d1a3b7b834: Start timer T: 2 s PCUIF(86)@83d1a3b7b834: OsmoPCU is now connected BTS(87)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(85)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(85)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(85)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(85)@83d1a3b7b834: Start timer Tns_test: 10 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(87)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(85)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(85)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(85)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(85)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(85)@83d1a3b7b834: Start timer Tns_test: 10 s 82@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 82@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: Start timer T: 10 s TC_dl_cs1_to_cs4-BVCI1234(83)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_cs1_to_cs4-BVCI1234(83)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(87)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(87)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(87)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(87)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_cs1_to_cs4 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_cs1_to_cs4 pass'. Fri May 17 04:30:56 UTC 2024 ====== PCU_Tests.TC_dl_cs1_to_cs4 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_cs1_to_cs4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=3369321) Waiting for packet dumper to finish... 1 (prev_count=3369321, count=3529821) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_cs1_to_cs4 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_initial_ul'. ------ PCU_Tests.TC_mcs_initial_ul ------ Fri May 17 04:30:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_initial_ul' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mcs_initial_ul started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(90)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(90)@83d1a3b7b834: Start timer T: 5 s PCUIF(90)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mcs_initial_ul-STATS(92)@83d1a3b7b834: Start timer T: 2 s TC_mcs_initial_ul-STATS(92)@83d1a3b7b834: Start timer T: 2 s PCUIF(90)@83d1a3b7b834: OsmoPCU is now connected BTS(91)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(91)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(91)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B'O ("++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0087B02A2B2B2B2B2B2B2B2B2B2B'O BTS(91)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0087F0342B2B2B2B2B2B2B2B2B2B'O BTS(91)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mcs_initial_ul finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_initial_ul pass'. Fri May 17 04:31:02 UTC 2024 ====== PCU_Tests.TC_mcs_initial_ul pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mcs_initial_ul.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=278775) Waiting for packet dumper to finish... 1 (prev_count=278775, count=388459) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_initial_ul pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_max_ul'. ------ PCU_Tests.TC_mcs_max_ul ------ Fri May 17 04:31:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_max_ul' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mcs_max_ul started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(94)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(94)@83d1a3b7b834: Start timer T: 5 s PCUIF(94)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mcs_max_ul-STATS(96)@83d1a3b7b834: Start timer T: 2 s TC_mcs_max_ul-STATS(96)@83d1a3b7b834: Start timer T: 2 s PCUIF(94)@83d1a3b7b834: OsmoPCU is now connected BTS(95)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(95)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(95)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B'O ("++++++++") BTS(95)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0087F0222B2B2B2B2B2B2B2B2B2B'O BTS(95)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mcs_max_ul finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_max_ul pass'. Fri May 17 04:31:08 UTC 2024 ====== PCU_Tests.TC_mcs_max_ul pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mcs_max_ul.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=266487) Waiting for packet dumper to finish... 1 (prev_count=266487, count=294927) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_max_ul pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_initial_dl'. ------ PCU_Tests.TC_mcs_initial_dl ------ Fri May 17 04:31:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_initial_dl' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mcs_initial_dl started. 98@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_mcs_initial_dl-BVCI1234(101)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 98@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(102)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(102)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(103)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(103)@83d1a3b7b834: Start timer T: 5 s PCUIF(103)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mcs_initial_dl-STATS(105)@83d1a3b7b834: Start timer T: 2 s TC_mcs_initial_dl-STATS(105)@83d1a3b7b834: Start timer T: 2 s PCUIF(103)@83d1a3b7b834: OsmoPCU is now connected BTS(104)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(102)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(104)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(102)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(102)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(102)@83d1a3b7b834: Start timer Tns_test: 10 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s -NSVCI1234(102)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(102)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(102)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(102)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(102)@83d1a3b7b834: Start timer Tns_test: 10 s 99@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 99@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_mcs_initial_dl-BVCI1234(101)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_mcs_initial_dl-BVCI1234(101)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(104)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(104)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(104)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mcs_initial_dl finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_initial_dl pass'. Fri May 17 04:31:13 UTC 2024 ====== PCU_Tests.TC_mcs_initial_dl pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mcs_initial_dl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=103628) Waiting for packet dumper to finish... 1 (prev_count=103628, count=161975) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_initial_dl pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_max_dl'. ------ PCU_Tests.TC_mcs_max_dl ------ Fri May 17 04:31:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mcs_max_dl' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mcs_max_dl started. 107@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_mcs_max_dl-BVCI1234(109)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 107@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(111)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(111)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(112)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(112)@83d1a3b7b834: Start timer T: 5 s PCUIF(112)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mcs_max_dl-STATS(114)@83d1a3b7b834: Start timer T: 2 s TC_mcs_max_dl-STATS(114)@83d1a3b7b834: Start timer T: 2 s PCUIF(112)@83d1a3b7b834: OsmoPCU is now connected BTS(113)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(113)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(111)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(111)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(111)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(111)@83d1a3b7b834: Start timer Tns_test: 10 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(111)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(111)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(111)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(111)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(111)@83d1a3b7b834: Start timer Tns_test: 10 s 108@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 108@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: Start timer T: 10 s TC_mcs_max_dl-BVCI1234(109)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_mcs_max_dl-BVCI1234(109)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(113)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(113)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(113)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(113)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mcs_max_dl finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_max_dl pass'. Fri May 17 04:31:29 UTC 2024 ====== PCU_Tests.TC_mcs_max_dl pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mcs_max_dl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=4179694) Waiting for packet dumper to finish... 1 (prev_count=4179694, count=4249483) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mcs_max_dl pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3141'. ------ PCU_Tests.TC_t3141 ------ Fri May 17 04:31:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3141' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_t3141 started. 116@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_t3141-BVCI1234(118)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 116@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(120)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(120)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(121)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(121)@83d1a3b7b834: Start timer T: 5 s PCUIF(121)@83d1a3b7b834: Start timer T_Conn: 10 s TC_t3141-STATS(123)@83d1a3b7b834: Start timer T: 2 s TC_t3141-STATS(123)@83d1a3b7b834: Start timer T: 2 s PCUIF(121)@83d1a3b7b834: OsmoPCU is now connected BTS(122)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(122)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" -NSVCI1234(120)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(120)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(120)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(120)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(120)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(120)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(120)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(120)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(120)@83d1a3b7b834: Start timer Tns_test: 10 s 117@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 117@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_t3141-BVCI1234(118)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_t3141-BVCI1234(118)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(122)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Start timer T_3141: 1 s BTS(122)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU never requested USF, unexpected MTC@83d1a3b7b834: Test case "TC_t3141" aborted at "PCU_Tests.ttcn":1435 BTS(122)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_t3141 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3141 pass'. Fri May 17 04:31:34 UTC 2024 ====== PCU_Tests.TC_t3141 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_t3141.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=7438) Waiting for packet dumper to finish... 1 (prev_count=7438, count=54356) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3141 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_n3101_max_t3169'. ------ PCU_Tests.TC_n3101_max_t3169 ------ Fri May 17 04:31:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_n3101_max_t3169' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_n3101_max_t3169 started. 125@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_n3101_max_t3169-BVCI1234(127)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 125@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(129)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(129)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(130)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(130)@83d1a3b7b834: Start timer T: 5 s PCUIF(130)@83d1a3b7b834: Start timer T_Conn: 10 s TC_n3101_max_t3169-STATS(132)@83d1a3b7b834: Start timer T: 2 s TC_n3101_max_t3169-STATS(132)@83d1a3b7b834: Start timer T: 2 s PCUIF(130)@83d1a3b7b834: OsmoPCU is now connected BTS(131)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(129)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(129)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(129)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(129)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(131)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(129)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(129)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(129)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(129)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(129)@83d1a3b7b834: Start timer Tns_test: 10 s 126@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 126@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_n3101_max_t3169-BVCI1234(127)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_n3101_max_t3169-BVCI1234(127)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(131)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests 7, we have 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=1 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=2 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=3 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=4 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=5 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=6 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=7 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=8 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU requests our USF 0, n3101=9 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 MTC@83d1a3b7b834: T3169 started MTC@83d1a3b7b834: Start timer T_3169: 1 s BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 BTS(131)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: PCU stopped requesting USF 0 MTC@83d1a3b7b834: T_3169 expired MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(131)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(131)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_n3101_max_t3169 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_n3101_max_t3169 pass'. Fri May 17 04:31:41 UTC 2024 ====== PCU_Tests.TC_n3101_max_t3169 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_n3101_max_t3169.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=288299) Waiting for packet dumper to finish... 1 (prev_count=288299, count=420429) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_n3101_max_t3169 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_n3103_max_t3169'. ------ PCU_Tests.TC_n3103_max_t3169 ------ Fri May 17 04:31:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_n3103_max_t3169' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_n3103_max_t3169 started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(134)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(134)@83d1a3b7b834: Start timer T: 5 s PCUIF(134)@83d1a3b7b834: Start timer T_Conn: 10 s TC_n3103_max_t3169-STATS(136)@83d1a3b7b834: Start timer T: 2 s TC_n3103_max_t3169-STATS(136)@83d1a3b7b834: Start timer T: 2 s PCUIF(134)@83d1a3b7b834: OsmoPCU is now connected BTS(135)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(135)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(135)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T_3169: 1 s BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: T_3169 timeout BTS(135)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(135)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(135)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_n3103_max_t3169 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_n3103_max_t3169 pass'. Fri May 17 04:31:47 UTC 2024 ====== PCU_Tests.TC_n3103_max_t3169 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_n3103_max_t3169.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=280830) Waiting for packet dumper to finish... 1 (prev_count=280830, count=418461) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_n3103_max_t3169 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_x2031_t3191'. ------ PCU_Tests.TC_x2031_t3191 ------ Fri May 17 04:31:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_x2031_t3191' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_x2031_t3191 started. 138@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_x2031_t3191-BVCI1234(140)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 138@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(142)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(142)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(143)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(143)@83d1a3b7b834: Start timer T: 5 s PCUIF(143)@83d1a3b7b834: Start timer T_Conn: 10 s TC_x2031_t3191-STATS(145)@83d1a3b7b834: Start timer T: 2 s TC_x2031_t3191-STATS(145)@83d1a3b7b834: Start timer T: 2 s PCUIF(143)@83d1a3b7b834: OsmoPCU is now connected BTS(144)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(142)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(142)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(142)@83d1a3b7b834: Start timer Tns_alive: 3 s BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(142)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(144)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(142)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(142)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(142)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(142)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(142)@83d1a3b7b834: Start timer Tns_test: 10 s 139@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 139@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_x2031_t3191-BVCI1234(140)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_x2031_t3191-BVCI1234(140)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(144)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(144)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(144)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Received FINAL_ACK MTC@83d1a3b7b834: Start timer T: 1 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(144)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(144)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 18, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(144)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_x2031_t3191 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_x2031_t3191 pass'. Fri May 17 04:31:58 UTC 2024 ====== PCU_Tests.TC_x2031_t3191 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_x2031_t3191.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1489800) Waiting for packet dumper to finish... 1 (prev_count=1489800, count=1536649) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_x2031_t3191 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_zero_x2031_t3191'. ------ PCU_Tests.TC_zero_x2031_t3191 ------ Fri May 17 04:32:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_zero_x2031_t3191' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_zero_x2031_t3191 started. 147@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_zero_x2031_t3191-BVCI1234(149)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 147@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(151)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(151)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(152)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(152)@83d1a3b7b834: Start timer T: 5 s PCUIF(152)@83d1a3b7b834: Start timer T_Conn: 10 s TC_zero_x2031_t3191-STATS(154)@83d1a3b7b834: Start timer T: 2 s TC_zero_x2031_t3191-STATS(154)@83d1a3b7b834: Start timer T: 2 s PCUIF(152)@83d1a3b7b834: OsmoPCU is now connected BTS(153)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(151)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(151)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(151)@83d1a3b7b834: Start timer Tns_alive: 3 s BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(151)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(153)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(151)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(151)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(151)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(151)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(151)@83d1a3b7b834: Start timer Tns_test: 10 s 148@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 148@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_zero_x2031_t3191-BVCI1234(149)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_zero_x2031_t3191-BVCI1234(149)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(153)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(153)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s MTC@83d1a3b7b834: Received FINAL_ACK MTC@83d1a3b7b834: Start timer T: 1 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(153)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(153)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 18, t2 := 13 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(153)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_zero_x2031_t3191 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_zero_x2031_t3191 pass'. Fri May 17 04:32:05 UTC 2024 ====== PCU_Tests.TC_zero_x2031_t3191 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_zero_x2031_t3191.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=705829) Waiting for packet dumper to finish... 1 (prev_count=705829, count=802982) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_zero_x2031_t3191 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3193'. ------ PCU_Tests.TC_t3193 ------ Fri May 17 04:32:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3193' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_t3193 started. 156@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 156@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_t3193-BVCI1234(159)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(160)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(160)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(161)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(161)@83d1a3b7b834: Start timer T: 5 s PCUIF(161)@83d1a3b7b834: Start timer T_Conn: 10 s TC_t3193-STATS(163)@83d1a3b7b834: Start timer T: 2 s TC_t3193-STATS(163)@83d1a3b7b834: Start timer T: 2 s PCUIF(161)@83d1a3b7b834: OsmoPCU is now connected BTS(162)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(162)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(160)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(160)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(160)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(160)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(160)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(160)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(160)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(160)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(160)@83d1a3b7b834: Start timer Tns_test: 10 s 157@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 157@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_t3193-BVCI1234(159)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_t3193-BVCI1234(159)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(162)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(162)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(162)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v++++++++++++") BTS(162)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_t3193 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3193 pass'. Fri May 17 04:32:11 UTC 2024 ====== PCU_Tests.TC_t3193 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_t3193.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=86465) Waiting for packet dumper to finish... 1 (prev_count=86465, count=228988) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3193 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_n3105_max_t3195'. ------ PCU_Tests.TC_n3105_max_t3195 ------ Fri May 17 04:32:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_n3105_max_t3195' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_n3105_max_t3195 started. 165@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_n3105_max_t3195-BVCI1234(167)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 165@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(169)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(169)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(170)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(170)@83d1a3b7b834: Start timer T: 5 s PCUIF(170)@83d1a3b7b834: Start timer T_Conn: 10 s TC_n3105_max_t3195-STATS(172)@83d1a3b7b834: Start timer T: 2 s TC_n3105_max_t3195-STATS(172)@83d1a3b7b834: Start timer T: 2 s PCUIF(170)@83d1a3b7b834: OsmoPCU is now connected BTS(171)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(169)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(169)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(169)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(169)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(171)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(169)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(169)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(169)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(169)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(169)@83d1a3b7b834: Start timer Tns_test: 10 s 166@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 166@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_n3105_max_t3195-BVCI1234(167)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_n3105_max_t3195-BVCI1234(167)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(171)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(171)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s MTC@83d1a3b7b834: Ignoring RRBP 1 MTC@83d1a3b7b834: Ignoring RRBP 2 BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Start timer T_3195: 1 s BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(171)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: T_3195 timeout MTC@83d1a3b7b834: Start timer T: 2 s BTS(171)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(171)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 30, t2 := 21 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(171)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_n3105_max_t3195 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_n3105_max_t3195 pass'. Fri May 17 04:32:19 UTC 2024 ====== PCU_Tests.TC_n3105_max_t3195 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_n3105_max_t3195.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=689250) Waiting for packet dumper to finish... 1 (prev_count=689250, count=817214) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_n3105_max_t3195 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3172_wait_ind_size0'. ------ PCU_Tests.TC_t3172_wait_ind_size0 ------ Fri May 17 04:32:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3172_wait_ind_size0' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_t3172_wait_ind_size0 started. 174@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_t3172_wait_ind_size0-BVCI1234(177)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 174@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(178)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(178)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(179)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(179)@83d1a3b7b834: Start timer T: 5 s PCUIF(179)@83d1a3b7b834: Start timer T_Conn: 10 s TC_t3172_wait_ind_size0-STATS(181)@83d1a3b7b834: Start timer T: 2 s TC_t3172_wait_ind_size0-STATS(181)@83d1a3b7b834: Start timer T: 2 s PCUIF(179)@83d1a3b7b834: OsmoPCU is now connected BTS(180)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(180)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" -NSVCI1234(178)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(178)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(178)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(178)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(178)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(178)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(178)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(178)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(178)@83d1a3b7b834: Start timer Tns_test: 10 s 175@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 175@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_t3172_wait_ind_size0-BVCI1234(177)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_t3172_wait_ind_size0-BVCI1234(177)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (683): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '011'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=683, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01011'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (682): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '010'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=682, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01010'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (681): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=681, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (681): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=681, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (684): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=684, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01100'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (682): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '010'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=682, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01010'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (682): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '010'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=682, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01010'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(180)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(180)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(180)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '8B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O BTS(180)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_t3172_wait_ind_size0 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3172_wait_ind_size0 pass'. Fri May 17 04:32:24 UTC 2024 ====== PCU_Tests.TC_t3172_wait_ind_size0 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_t3172_wait_ind_size0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=141398) Waiting for packet dumper to finish... 1 (prev_count=141398, count=204781) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3172_wait_ind_size0 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3172_wait_ind_size1'. ------ PCU_Tests.TC_t3172_wait_ind_size1 ------ Fri May 17 04:32:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_t3172_wait_ind_size1' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_t3172_wait_ind_size1 started. 183@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_t3172_wait_ind_size1-BVCI1234(185)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 183@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(187)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(187)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(188)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(188)@83d1a3b7b834: Start timer T: 5 s PCUIF(188)@83d1a3b7b834: Start timer T_Conn: 10 s TC_t3172_wait_ind_size1-STATS(190)@83d1a3b7b834: Start timer T: 2 s TC_t3172_wait_ind_size1-STATS(190)@83d1a3b7b834: Start timer T: 2 s PCUIF(188)@83d1a3b7b834: OsmoPCU is now connected BTS(189)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(189)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" -NSVCI1234(187)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(187)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(187)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(187)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(187)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(187)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(187)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(187)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(187)@83d1a3b7b834: Start timer Tns_test: 10 s 184@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 184@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_t3172_wait_ind_size1-BVCI1234(185)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_t3172_wait_ind_size1-BVCI1234(185)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (684): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=684, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01100'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (687): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '111'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=687, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01111'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (681): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=681, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (685): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '101'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=685, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01101'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (687): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '111'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=687, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01111'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (685): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '101'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=685, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01101'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (687): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '111'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=687, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01111'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(189)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(189)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(189)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'AB2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O BTS(189)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_t3172_wait_ind_size1 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3172_wait_ind_size1 pass'. Fri May 17 04:32:29 UTC 2024 ====== PCU_Tests.TC_t3172_wait_ind_size1 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_t3172_wait_ind_size1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=140722) Waiting for packet dumper to finish... 1 (prev_count=140722, count=204781) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_t3172_wait_ind_size1 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_countdown_procedure'. ------ PCU_Tests.TC_countdown_procedure ------ Fri May 17 04:32:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_countdown_procedure' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_countdown_procedure started. 192@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 192@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(196)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_countdown_procedure-BVCI1234(195)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(196)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(197)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(197)@83d1a3b7b834: Start timer T: 5 s PCUIF(197)@83d1a3b7b834: Start timer T_Conn: 10 s TC_countdown_procedure-STATS(199)@83d1a3b7b834: Start timer T: 2 s TC_countdown_procedure-STATS(199)@83d1a3b7b834: Start timer T: 2 s PCUIF(197)@83d1a3b7b834: OsmoPCU is now connected BTS(198)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(198)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(196)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(196)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(196)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(196)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(196)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(196)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(196)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(196)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(196)@83d1a3b7b834: Start timer Tns_test: 10 s 193@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 193@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_countdown_procedure-BVCI1234(195)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_countdown_procedure-BVCI1234(195)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(198)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(198)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(198)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_countdown_procedure finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_countdown_procedure pass'. Fri May 17 04:32:35 UTC 2024 ====== PCU_Tests.TC_countdown_procedure pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_countdown_procedure.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=288819) Waiting for packet dumper to finish... 1 (prev_count=288819, count=335129) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_countdown_procedure pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_all_sizes'. ------ PCU_Tests.TC_ul_all_sizes ------ Fri May 17 04:32:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_all_sizes' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_all_sizes started. 201@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 201@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_ul_all_sizes-BVCI1234(204)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(205)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(205)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(206)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(206)@83d1a3b7b834: Start timer T: 5 s PCUIF(206)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_all_sizes-STATS(208)@83d1a3b7b834: Start timer T: 2 s TC_ul_all_sizes-STATS(208)@83d1a3b7b834: Start timer T: 2 s PCUIF(206)@83d1a3b7b834: OsmoPCU is now connected BTS(207)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(205)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(205)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(205)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(205)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(207)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(205)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(205)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(205)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(205)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(205)@83d1a3b7b834: Start timer Tns_test: 10 s 202@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 202@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_all_sizes-BVCI1234(204)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_all_sizes-BVCI1234(204)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(207)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 1 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 2 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 3 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 4 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 5 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 6 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 7 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 8 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 9 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 10 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 11 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 12 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 13 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 14 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 15 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 16 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 17 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 18 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 19 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 20 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 21 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 22 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 23 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 24 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 25 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 26 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 27 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 28 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 29 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 30 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 31 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 32 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 33 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 34 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 35 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 36 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 37 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 38 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 39 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 40 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 41 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 42 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 43 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 44 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 45 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 46 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 47 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 48 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Sending DATA.ind with LLC payload size 49 BTS(207)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Rx Packet Uplink ACK / NACK BTS(207)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_all_sizes finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_all_sizes pass'. Fri May 17 04:32:42 UTC 2024 ====== PCU_Tests.TC_ul_all_sizes pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_all_sizes.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=691817) Waiting for packet dumper to finish... 1 (prev_count=691817, count=708057) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_all_sizes pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_data_toolong_fills_padding'. ------ PCU_Tests.TC_ul_data_toolong_fills_padding ------ Fri May 17 04:32:44 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_data_toolong_fills_padding' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_data_toolong_fills_padding started. 210@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_data_toolong_fills_padding-BVCI1234(212)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 210@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(214)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(214)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(215)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(215)@83d1a3b7b834: Start timer T: 5 s PCUIF(215)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_data_toolong_fills_padding-STATS(217)@83d1a3b7b834: Start timer T: 2 s TC_ul_data_toolong_fills_padding-STATS(217)@83d1a3b7b834: Start timer T: 2 s PCUIF(215)@83d1a3b7b834: OsmoPCU is now connected BTS(216)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(214)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(216)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(214)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(214)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(214)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(214)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(214)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(214)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(214)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(214)@83d1a3b7b834: Start timer Tns_test: 10 s 211@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 211@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_data_toolong_fills_padding-BVCI1234(212)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_data_toolong_fills_padding-BVCI1234(212)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(216)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(216)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 Buffer too large for requested CS! encode_trailing_padding_spb (RLCMAC_EncDec.cc:456) MTC@83d1a3b7b834: Start timer T: 0.5 s Buffer too large for requested CS! encode_trailing_padding_spb (RLCMAC_EncDec.cc:456) MTC@83d1a3b7b834: Start timer T: 0.5 s Buffer too large for requested CS! encode_trailing_padding_spb (RLCMAC_EncDec.cc:456) MTC@83d1a3b7b834: Start timer T: 0.5 s BTS(216)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_data_toolong_fills_padding finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_data_toolong_fills_padding pass'. Fri May 17 04:32:48 UTC 2024 ====== PCU_Tests.TC_ul_data_toolong_fills_padding pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_data_toolong_fills_padding.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=293532) Waiting for packet dumper to finish... 1 (prev_count=293532, count=437142) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_data_toolong_fills_padding pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mo_ping_pong'. ------ PCU_Tests.TC_mo_ping_pong ------ Fri May 17 04:32:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mo_ping_pong' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mo_ping_pong started. 219@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_mo_ping_pong-BVCI1234(222)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 219@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(223)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(223)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(224)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(224)@83d1a3b7b834: Start timer T: 5 s PCUIF(224)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mo_ping_pong-STATS(226)@83d1a3b7b834: Start timer T: 2 s TC_mo_ping_pong-STATS(226)@83d1a3b7b834: Start timer T: 2 s PCUIF(224)@83d1a3b7b834: OsmoPCU is now connected BTS(225)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(223)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(225)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(223)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(223)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(223)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(223)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(223)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(223)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(223)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(223)@83d1a3b7b834: Start timer Tns_test: 10 s 220@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 220@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_mo_ping_pong-BVCI1234(222)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_mo_ping_pong-BVCI1234(222)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(225)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(225)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 2 s BTS(225)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(225)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 5, t2 := 4 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(225)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mo_ping_pong finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mo_ping_pong pass'. Fri May 17 04:32:54 UTC 2024 ====== PCU_Tests.TC_mo_ping_pong pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mo_ping_pong.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=91206) Waiting for packet dumper to finish... 1 (prev_count=91206, count=241705) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mo_ping_pong pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap'. ------ PCU_Tests.TC_mo_ping_pong_with_ul_racap ------ Fri May 17 04:32:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mo_ping_pong_with_ul_racap started. 228@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 228@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(232)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_mo_ping_pong_with_ul_racap-BVCI1234(231)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(232)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(233)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(233)@83d1a3b7b834: Start timer T: 5 s PCUIF(233)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mo_ping_pong_with_ul_racap-STATS(235)@83d1a3b7b834: Start timer T: 2 s TC_mo_ping_pong_with_ul_racap-STATS(235)@83d1a3b7b834: Start timer T: 2 s PCUIF(233)@83d1a3b7b834: OsmoPCU is now connected BTS(234)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(232)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(232)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(232)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(232)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(234)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(232)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(232)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(232)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(232)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(232)@83d1a3b7b834: Start timer Tns_test: 10 s 229@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 229@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_mo_ping_pong_with_ul_racap-BVCI1234(231)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_mo_ping_pong_with_ul_racap-BVCI1234(231)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(234)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(234)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Start timer T: 0.5 s BTS(234)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++") BTS(234)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(234)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mo_ping_pong_with_ul_racap finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap pass'. Fri May 17 04:33:00 UTC 2024 ====== PCU_Tests.TC_mo_ping_pong_with_ul_racap pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mo_ping_pong_with_ul_racap.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=280627) Waiting for packet dumper to finish... 1 (prev_count=280627, count=366425) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_force_two_phase_access'. ------ PCU_Tests.TC_force_two_phase_access ------ Fri May 17 04:33:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_force_two_phase_access' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_force_two_phase_access started. 237@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_force_two_phase_access-BVCI1234(240)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 237@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(241)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(241)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(242)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(242)@83d1a3b7b834: Start timer T: 5 s PCUIF(242)@83d1a3b7b834: Start timer T_Conn: 10 s TC_force_two_phase_access-STATS(244)@83d1a3b7b834: Start timer T: 2 s TC_force_two_phase_access-STATS(244)@83d1a3b7b834: Start timer T: 2 s PCUIF(242)@83d1a3b7b834: OsmoPCU is now connected BTS(243)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(241)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(241)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(241)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(241)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(243)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(241)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(241)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(241)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(241)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(241)@83d1a3b7b834: Start timer Tns_test: 10 s 238@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 238@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_force_two_phase_access-BVCI1234(240)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_force_two_phase_access-BVCI1234(240)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(243)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(243)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Start timer T: 0.5 s BTS(243)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++") BTS(243)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(243)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_force_two_phase_access finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_force_two_phase_access pass'. Fri May 17 04:33:06 UTC 2024 ====== PCU_Tests.TC_force_two_phase_access pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_force_two_phase_access.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=272975) Waiting for packet dumper to finish... 1 (prev_count=272975, count=366570) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_force_two_phase_access pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mt_ping_pong'. ------ PCU_Tests.TC_mt_ping_pong ------ Fri May 17 04:33:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mt_ping_pong' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mt_ping_pong started. 246@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 246@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_mt_ping_pong-BVCI1234(249)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(250)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(250)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(251)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(251)@83d1a3b7b834: Start timer T: 5 s PCUIF(251)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mt_ping_pong-STATS(253)@83d1a3b7b834: Start timer T: 2 s TC_mt_ping_pong-STATS(253)@83d1a3b7b834: Start timer T: 2 s PCUIF(251)@83d1a3b7b834: OsmoPCU is now connected BTS(252)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(250)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(250)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(252)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(250)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(250)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(250)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(250)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(250)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(250)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(250)@83d1a3b7b834: Start timer Tns_test: 10 s 247@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 247@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_mt_ping_pong-BVCI1234(249)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_mt_ping_pong-BVCI1234(249)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(252)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(252)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(252)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B'O ("\v++++++++++") BTS(252)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B2B'O ("K+++++") BTS(252)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mt_ping_pong finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mt_ping_pong pass'. Fri May 17 04:33:12 UTC 2024 ====== PCU_Tests.TC_mt_ping_pong pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mt_ping_pong.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=88390) Waiting for packet dumper to finish... 1 (prev_count=88390, count=203205) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mt_ping_pong pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mt_ping_pong_with_dl_racap'. ------ PCU_Tests.TC_mt_ping_pong_with_dl_racap ------ Fri May 17 04:33:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mt_ping_pong_with_dl_racap' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mt_ping_pong_with_dl_racap started. 255@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 255@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_mt_ping_pong_with_dl_racap-BVCI1234(258)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(259)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(259)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(260)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(260)@83d1a3b7b834: Start timer T: 5 s PCUIF(260)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mt_ping_pong_with_dl_racap-STATS(262)@83d1a3b7b834: Start timer T: 2 s TC_mt_ping_pong_with_dl_racap-STATS(262)@83d1a3b7b834: Start timer T: 2 s PCUIF(260)@83d1a3b7b834: OsmoPCU is now connected BTS(261)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(261)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(259)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(259)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(259)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(259)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(259)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(259)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(259)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(259)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(259)@83d1a3b7b834: Start timer Tns_test: 10 s 256@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 256@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_mt_ping_pong_with_dl_racap-BVCI1234(258)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_mt_ping_pong_with_dl_racap-BVCI1234(258)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(261)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(261)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(261)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B'O ("\v++++++++++") BTS(261)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B2B'O ("K+++++") BTS(261)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mt_ping_pong_with_dl_racap finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mt_ping_pong_with_dl_racap pass'. Fri May 17 04:33:17 UTC 2024 ====== PCU_Tests.TC_mt_ping_pong_with_dl_racap pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mt_ping_pong_with_dl_racap.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=99767) Waiting for packet dumper to finish... 1 (prev_count=99767, count=214582) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mt_ping_pong_with_dl_racap pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_intermediate_retrans'. ------ PCU_Tests.TC_ul_intermediate_retrans ------ Fri May 17 04:33:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_intermediate_retrans' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_intermediate_retrans started. 264@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_intermediate_retrans-BVCI1234(266)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 264@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(268)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(268)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(269)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(269)@83d1a3b7b834: Start timer T: 5 s PCUIF(269)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_intermediate_retrans-STATS(271)@83d1a3b7b834: Start timer T: 2 s TC_ul_intermediate_retrans-STATS(271)@83d1a3b7b834: Start timer T: 2 s PCUIF(269)@83d1a3b7b834: OsmoPCU is now connected BTS(270)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(268)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(268)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(268)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(268)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(270)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(268)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(268)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(268)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(268)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(268)@83d1a3b7b834: Start timer Tns_test: 10 s 265@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 265@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_intermediate_retrans-BVCI1234(266)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_intermediate_retrans-BVCI1234(266)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(270)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(270)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(270)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_intermediate_retrans finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_intermediate_retrans pass'. Fri May 17 04:33:23 UTC 2024 ====== PCU_Tests.TC_ul_intermediate_retrans pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_intermediate_retrans.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=87463) Waiting for packet dumper to finish... 1 (prev_count=87463, count=243552) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_intermediate_retrans pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_imm_ass_dl_block_retrans'. ------ PCU_Tests.TC_imm_ass_dl_block_retrans ------ Fri May 17 04:33:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_imm_ass_dl_block_retrans' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_imm_ass_dl_block_retrans started. 273@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_imm_ass_dl_block_retrans-BVCI1234(275)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 273@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(277)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(277)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(278)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(278)@83d1a3b7b834: Start timer T: 5 s PCUIF(278)@83d1a3b7b834: Start timer T_Conn: 10 s TC_imm_ass_dl_block_retrans-STATS(280)@83d1a3b7b834: Start timer T: 2 s TC_imm_ass_dl_block_retrans-STATS(280)@83d1a3b7b834: Start timer T: 2 s PCUIF(278)@83d1a3b7b834: OsmoPCU is now connected BTS(279)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(277)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(277)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(277)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(277)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(279)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(277)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(277)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(277)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(277)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(277)@83d1a3b7b834: Start timer Tns_test: 10 s 274@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 274@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_imm_ass_dl_block_retrans-BVCI1234(275)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_imm_ass_dl_block_retrans-BVCI1234(275)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(279)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(279)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(279)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(279)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 1, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(279)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_imm_ass_dl_block_retrans finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_imm_ass_dl_block_retrans pass'. Fri May 17 04:33:28 UTC 2024 ====== PCU_Tests.TC_imm_ass_dl_block_retrans pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_imm_ass_dl_block_retrans.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=85640) Waiting for packet dumper to finish... 1 (prev_count=85640, count=213856) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_imm_ass_dl_block_retrans pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_flow_more_blocks'. ------ PCU_Tests.TC_dl_flow_more_blocks ------ Fri May 17 04:33:30 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_flow_more_blocks' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_flow_more_blocks started. 282@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 282@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(286)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(286)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET TC_dl_flow_more_blocks-BVCI1234(285)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(287)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(287)@83d1a3b7b834: Start timer T: 5 s PCUIF(287)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: Start timer T: 2 s TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: Start timer T: 2 s PCUIF(287)@83d1a3b7b834: OsmoPCU is now connected BTS(288)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(286)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(286)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(286)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(286)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(288)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(286)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(286)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(286)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(286)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(286)@83d1a3b7b834: Start timer Tns_test: 10 s 283@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 283@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_flow_more_blocks-BVCI1234(285)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_flow_more_blocks-BVCI1234(285)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(288)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(288)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(288)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: Start timer T: 2 s TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: Start timer T_statsd: 5 s TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.tbf.dl.alloc", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.tbf.dl.alloc", mtype := "c", min := 1, max := 1 } TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.tbf.ul.alloc", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.tbf.ul.alloc", mtype := "c", min := 0, max := 0 } TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rlc.dl_payload_bytes", val := 64, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rlc.dl_payload_bytes", mtype := "c", min := 64, max := 64 } TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rlc.ul_payload_bytes", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rlc.ul_payload_bytes", mtype := "c", min := 0, max := 0 } TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 0, max := 0 } TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 0, max := 0 } TC_dl_flow_more_blocks-STATS(289)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 1, max := 1 } BTS(288)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_flow_more_blocks finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_flow_more_blocks pass'. Fri May 17 04:33:34 UTC 2024 ====== PCU_Tests.TC_dl_flow_more_blocks pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_flow_more_blocks.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=84714) Waiting for packet dumper to finish... 1 (prev_count=84714, count=180111) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_flow_more_blocks pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_flow_multiple_llc_blocks'. ------ PCU_Tests.TC_ul_flow_multiple_llc_blocks ------ Fri May 17 04:33:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_flow_multiple_llc_blocks' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_flow_multiple_llc_blocks started. 291@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_flow_multiple_llc_blocks-BVCI1234(293)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 291@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(295)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(295)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(296)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(296)@83d1a3b7b834: Start timer T: 5 s PCUIF(296)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_flow_multiple_llc_blocks-STATS(298)@83d1a3b7b834: Start timer T: 2 s TC_ul_flow_multiple_llc_blocks-STATS(298)@83d1a3b7b834: Start timer T: 2 s PCUIF(296)@83d1a3b7b834: OsmoPCU is now connected BTS(297)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(295)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(295)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(295)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(295)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(297)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(295)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(295)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(295)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(295)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(295)@83d1a3b7b834: Start timer Tns_test: 10 s 292@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 292@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_flow_multiple_llc_blocks-BVCI1234(293)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_flow_multiple_llc_blocks-BVCI1234(293)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(297)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(297)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(297)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_flow_multiple_llc_blocks finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_flow_multiple_llc_blocks pass'. Fri May 17 04:33:39 UTC 2024 ====== PCU_Tests.TC_ul_flow_multiple_llc_blocks pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_flow_multiple_llc_blocks.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=87507) Waiting for packet dumper to finish... 1 (prev_count=87507, count=180916) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_flow_multiple_llc_blocks pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_no_ack_retrans_imm_ass'. ------ PCU_Tests.TC_dl_no_ack_retrans_imm_ass ------ Fri May 17 04:33:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_no_ack_retrans_imm_ass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_no_ack_retrans_imm_ass started. 300@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_dl_no_ack_retrans_imm_ass-BVCI1234(302)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 300@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(304)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(304)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(305)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(305)@83d1a3b7b834: Start timer T: 5 s PCUIF(305)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_no_ack_retrans_imm_ass-STATS(307)@83d1a3b7b834: Start timer T: 2 s TC_dl_no_ack_retrans_imm_ass-STATS(307)@83d1a3b7b834: Start timer T: 2 s PCUIF(305)@83d1a3b7b834: OsmoPCU is now connected BTS(306)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(304)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(304)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(304)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(304)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(306)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(304)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(304)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(304)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(304)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(304)@83d1a3b7b834: Start timer Tns_test: 10 s 301@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 301@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_no_ack_retrans_imm_ass-BVCI1234(302)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_no_ack_retrans_imm_ass-BVCI1234(302)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(306)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(306)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(306)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(306)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 27, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(306)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(306)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_no_ack_retrans_imm_ass finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_no_ack_retrans_imm_ass pass'. Fri May 17 04:33:45 UTC 2024 ====== PCU_Tests.TC_dl_no_ack_retrans_imm_ass pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_no_ack_retrans_imm_ass.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=288215) Waiting for packet dumper to finish... 1 (prev_count=288215, count=416353) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_no_ack_retrans_imm_ass pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_llc_sapi_priority'. ------ PCU_Tests.TC_dl_llc_sapi_priority ------ Fri May 17 04:33:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_llc_sapi_priority' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_llc_sapi_priority started. 309@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_dl_llc_sapi_priority-BVCI1234(311)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 309@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(313)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(313)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(314)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(314)@83d1a3b7b834: Start timer T: 5 s PCUIF(314)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_llc_sapi_priority-STATS(316)@83d1a3b7b834: Start timer T: 2 s TC_dl_llc_sapi_priority-STATS(316)@83d1a3b7b834: Start timer T: 2 s PCUIF(314)@83d1a3b7b834: OsmoPCU is now connected BTS(315)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(315)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(313)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(313)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(313)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(313)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(313)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(313)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(313)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(313)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(313)@83d1a3b7b834: Start timer Tns_test: 10 s 310@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 310@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_llc_sapi_priority-BVCI1234(311)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_llc_sapi_priority-BVCI1234(311)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(315)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(315)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(315)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_llc_sapi_priority finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_llc_sapi_priority pass'. Fri May 17 04:33:51 UTC 2024 ====== PCU_Tests.TC_dl_llc_sapi_priority pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_llc_sapi_priority.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=109374) Waiting for packet dumper to finish... 1 (prev_count=109374, count=170171) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_llc_sapi_priority pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs'. ------ PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs ------ Fri May 17 04:33:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_bsn_wraparound_gprs started. 318@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 318@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(322)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_ul_tbf_bsn_wraparound_gprs-BVCI1234(321)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(322)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(323)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(323)@83d1a3b7b834: Start timer T: 5 s PCUIF(323)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_bsn_wraparound_gprs-STATS(325)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_bsn_wraparound_gprs-STATS(325)@83d1a3b7b834: Start timer T: 2 s PCUIF(323)@83d1a3b7b834: OsmoPCU is now connected BTS(324)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(322)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(322)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(322)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(322)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(324)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(322)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(322)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(322)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(322)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(322)@83d1a3b7b834: Start timer Tns_test: 10 s 319@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 319@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_bsn_wraparound_gprs-BVCI1234(321)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_bsn_wraparound_gprs-BVCI1234(321)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(324)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(324)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Forwarded 298 out of 300 transmitted BTS(324)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_bsn_wraparound_gprs finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs pass'. Fri May 17 04:34:02 UTC 2024 ====== PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=2901103) Waiting for packet dumper to finish... 1 (prev_count=2901103, count=3077101) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_bts'. ------ PCU_Tests.TC_paging_cs_from_bts ------ Fri May 17 04:34:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_bts' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_cs_from_bts started. 327@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_cs_from_bts-BVCI1234(329)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 327@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(331)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(331)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(332)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(332)@83d1a3b7b834: Start timer T: 5 s PCUIF(332)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_cs_from_bts-STATS(334)@83d1a3b7b834: Start timer T: 2 s TC_paging_cs_from_bts-STATS(334)@83d1a3b7b834: Start timer T: 2 s PCUIF(332)@83d1a3b7b834: OsmoPCU is now connected BTS(333)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(333)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(331)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(331)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(331)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(331)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(331)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(331)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(331)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(331)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(331)@83d1a3b7b834: Start timer Tns_test: 10 s 328@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 328@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_cs_from_bts-BVCI1234(329)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_cs_from_bts-BVCI1234(329)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(333)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(333)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000000000000000000000'O BTS(333)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_cs_from_bts finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_bts pass'. Fri May 17 04:34:07 UTC 2024 ====== PCU_Tests.TC_paging_cs_from_bts pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_cs_from_bts.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=103597) Waiting for packet dumper to finish... 1 (prev_count=103597, count=128541) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_bts pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi'. ------ PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi ------ Fri May 17 04:34:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_cs_from_sgsn_sign_ptmsi started. 336@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_cs_from_sgsn_sign_ptmsi-BVCI1234(338)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 336@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(340)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(340)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(341)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(341)@83d1a3b7b834: Start timer T: 5 s PCUIF(341)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_cs_from_sgsn_sign_ptmsi-STATS(343)@83d1a3b7b834: Start timer T: 2 s TC_paging_cs_from_sgsn_sign_ptmsi-STATS(343)@83d1a3b7b834: Start timer T: 2 s PCUIF(341)@83d1a3b7b834: OsmoPCU is now connected BTS(342)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(342)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(340)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(340)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(340)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(340)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(340)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(340)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(340)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(340)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(340)@83d1a3b7b834: Start timer Tns_test: 10 s 337@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 337@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_cs_from_sgsn_sign_ptmsi-BVCI1234(338)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_cs_from_sgsn_sign_ptmsi-BVCI1234(338)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(342)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(342)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000000000000000000000'O BTS(342)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_cs_from_sgsn_sign_ptmsi finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi pass'. Fri May 17 04:34:13 UTC 2024 ====== PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=86683) Waiting for packet dumper to finish... 1 (prev_count=86683, count=128688) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_sgsn_sign'. ------ PCU_Tests.TC_paging_cs_from_sgsn_sign ------ Fri May 17 04:34:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_sgsn_sign' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_cs_from_sgsn_sign started. 345@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 345@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(349)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_paging_cs_from_sgsn_sign-BVCI1234(348)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(349)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(350)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(350)@83d1a3b7b834: Start timer T: 5 s PCUIF(350)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_cs_from_sgsn_sign-STATS(352)@83d1a3b7b834: Start timer T: 2 s TC_paging_cs_from_sgsn_sign-STATS(352)@83d1a3b7b834: Start timer T: 2 s PCUIF(350)@83d1a3b7b834: OsmoPCU is now connected BTS(351)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(349)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(349)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(349)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(349)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(351)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(349)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(349)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(349)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(349)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(349)@83d1a3b7b834: Start timer Tns_test: 10 s 346@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 346@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_cs_from_sgsn_sign-BVCI1234(348)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_cs_from_sgsn_sign-BVCI1234(348)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(351)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(351)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000000000000000000000'O BTS(351)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_cs_from_sgsn_sign finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_sgsn_sign pass'. Fri May 17 04:34:18 UTC 2024 ====== PCU_Tests.TC_paging_cs_from_sgsn_sign pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_cs_from_sgsn_sign.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=86617) Waiting for packet dumper to finish... 1 (prev_count=86617, count=129352) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_sgsn_sign pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_sgsn_ptp'. ------ PCU_Tests.TC_paging_cs_from_sgsn_ptp ------ Fri May 17 04:34:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_from_sgsn_ptp' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_cs_from_sgsn_ptp started. 354@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 354@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_paging_cs_from_sgsn_ptp-BVCI1234(357)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(358)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(358)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(359)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(359)@83d1a3b7b834: Start timer T: 5 s PCUIF(359)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_cs_from_sgsn_ptp-STATS(361)@83d1a3b7b834: Start timer T: 2 s TC_paging_cs_from_sgsn_ptp-STATS(361)@83d1a3b7b834: Start timer T: 2 s PCUIF(359)@83d1a3b7b834: OsmoPCU is now connected BTS(360)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(360)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(358)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(358)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(358)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(358)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(358)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(358)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(358)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(358)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(358)@83d1a3b7b834: Start timer Tns_test: 10 s 355@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 355@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_cs_from_sgsn_ptp-BVCI1234(357)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_cs_from_sgsn_ptp-BVCI1234(357)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(360)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(360)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000000000000000000000'O BTS(360)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_cs_from_sgsn_ptp finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_sgsn_ptp pass'. Fri May 17 04:34:23 UTC 2024 ====== PCU_Tests.TC_paging_cs_from_sgsn_ptp pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_cs_from_sgsn_ptp.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=83708) Waiting for packet dumper to finish... 1 (prev_count=83708, count=129341) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_from_sgsn_ptp pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi'. ------ PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi ------ Fri May 17 04:34:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_ps_from_sgsn_sign_ptmsi started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(363)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(363)@83d1a3b7b834: Start timer T: 5 s PCUIF(363)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_ps_from_sgsn_sign_ptmsi-STATS(365)@83d1a3b7b834: Start timer T: 2 s TC_paging_ps_from_sgsn_sign_ptmsi-STATS(365)@83d1a3b7b834: Start timer T: 2 s PCUIF(363)@83d1a3b7b834: OsmoPCU is now connected BTS(364)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(364)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" 367@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_ps_from_sgsn_sign_ptmsi-BVCI1234(369)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 TC_paging_ps_from_sgsn_sign_ptmsi-STATS(365)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s 367@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(371)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(371)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET -NSVCI1234(371)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(371)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(371)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(371)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(371)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(371)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(371)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(371)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(371)@83d1a3b7b834: Start timer Tns_test: 10 s 368@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 368@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_ps_from_sgsn_sign_ptmsi-BVCI1234(369)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_ps_from_sgsn_sign_ptmsi-BVCI1234(369)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized BTS(364)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '00'O BTS(364)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000423" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Paging Request Type1: { header := { l2_plen := { l2_plen := 9, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 5, mobileIdentityV := { typeOfIdentity := '100'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'D27CB24F'O } } } }, mi2 := omit, rest_octets := '272B2B2B2B2B2B2B2B2B2B2B2B'O ("'++++++++++++") } } } TC_paging_ps_from_sgsn_sign_ptmsi-STATS(365)@83d1a3b7b834: Start timer T: 2 s TC_paging_ps_from_sgsn_sign_ptmsi-STATS(365)@83d1a3b7b834: Start timer T_statsd: 5 s TC_paging_ps_from_sgsn_sign_ptmsi-STATS(365)@83d1a3b7b834: EXP match: { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", mtype := "c", min := 1, max := 1 } TC_paging_ps_from_sgsn_sign_ptmsi-STATS(365)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pch.requests", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.pch.requests", mtype := "c", min := 1, max := 1 } BTS(364)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_ps_from_sgsn_sign_ptmsi finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi pass'. Fri May 17 04:34:31 UTC 2024 ====== PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=668307) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_ps_from_sgsn_sign'. ------ PCU_Tests.TC_paging_ps_from_sgsn_sign ------ Fri May 17 04:34:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_ps_from_sgsn_sign' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_ps_from_sgsn_sign started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(372)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(372)@83d1a3b7b834: Start timer T: 5 s PCUIF(372)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_ps_from_sgsn_sign-STATS(374)@83d1a3b7b834: Start timer T: 2 s TC_paging_ps_from_sgsn_sign-STATS(374)@83d1a3b7b834: Start timer T: 2 s PCUIF(372)@83d1a3b7b834: OsmoPCU is now connected BTS(373)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(373)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" 376@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_ps_from_sgsn_sign-BVCI1234(378)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 TC_paging_ps_from_sgsn_sign-STATS(374)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s 376@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(380)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(380)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET -NSVCI1234(380)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(380)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(380)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(380)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(380)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(380)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(380)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(380)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(380)@83d1a3b7b834: Start timer Tns_test: 10 s 377@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 377@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_ps_from_sgsn_sign-BVCI1234(378)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_ps_from_sgsn_sign-BVCI1234(378)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized BTS(373)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '00'O BTS(373)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000423" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Paging Request Type1: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 8, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000423'H, fillerDigit := omit } } } }, mi2 := omit, rest_octets := '272B2B2B2B2B2B2B2B2B'O ("'+++++++++") } } } TC_paging_ps_from_sgsn_sign-STATS(374)@83d1a3b7b834: Start timer T: 2 s TC_paging_ps_from_sgsn_sign-STATS(374)@83d1a3b7b834: Start timer T_statsd: 5 s TC_paging_ps_from_sgsn_sign-STATS(374)@83d1a3b7b834: EXP match: { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", mtype := "c", min := 1, max := 1 } TC_paging_ps_from_sgsn_sign-STATS(374)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pch.requests", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.pch.requests", mtype := "c", min := 1, max := 1 } BTS(373)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_ps_from_sgsn_sign finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_ps_from_sgsn_sign pass'. Fri May 17 04:34:39 UTC 2024 ====== PCU_Tests.TC_paging_ps_from_sgsn_sign pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_ps_from_sgsn_sign.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=471641) Waiting for packet dumper to finish... 1 (prev_count=471641, count=667448) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_ps_from_sgsn_sign pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_ps_from_sgsn_ptp'. ------ PCU_Tests.TC_paging_ps_from_sgsn_ptp ------ Fri May 17 04:34:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_ps_from_sgsn_ptp' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_ps_from_sgsn_ptp started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(381)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(381)@83d1a3b7b834: Start timer T: 5 s PCUIF(381)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_ps_from_sgsn_ptp-STATS(383)@83d1a3b7b834: Start timer T: 2 s TC_paging_ps_from_sgsn_ptp-STATS(383)@83d1a3b7b834: Start timer T: 2 s PCUIF(381)@83d1a3b7b834: OsmoPCU is now connected BTS(382)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(382)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" 385@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 385@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(389)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_paging_ps_from_sgsn_ptp-BVCI1234(388)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 TC_paging_ps_from_sgsn_ptp-STATS(383)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s -NSVCI1234(389)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET -NSVCI1234(389)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(389)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(389)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(389)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(389)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(389)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(389)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(389)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(389)@83d1a3b7b834: Start timer Tns_test: 10 s 386@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 386@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_ps_from_sgsn_ptp-BVCI1234(388)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_ps_from_sgsn_ptp-BVCI1234(388)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized BTS(382)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '00'O BTS(382)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000423" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Paging Request Type1: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 8, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000423'H, fillerDigit := omit } } } }, mi2 := omit, rest_octets := '272B2B2B2B2B2B2B2B2B'O ("'+++++++++") } } } TC_paging_ps_from_sgsn_ptp-STATS(383)@83d1a3b7b834: Start timer T: 2 s TC_paging_ps_from_sgsn_ptp-STATS(383)@83d1a3b7b834: Start timer T_statsd: 5 s TC_paging_ps_from_sgsn_ptp-STATS(383)@83d1a3b7b834: EXP match: { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", mtype := "c", min := 1, max := 1 } TC_paging_ps_from_sgsn_ptp-STATS(383)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pch.requests", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.pch.requests", mtype := "c", min := 1, max := 1 } BTS(382)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_ps_from_sgsn_ptp finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_ps_from_sgsn_ptp pass'. Fri May 17 04:34:47 UTC 2024 ====== PCU_Tests.TC_paging_ps_from_sgsn_ptp pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_ps_from_sgsn_ptp.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=471376) Waiting for packet dumper to finish... 1 (prev_count=471376, count=667428) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_ps_from_sgsn_ptp pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_pch_timeout'. ------ PCU_Tests.TC_paging_pch_timeout ------ Fri May 17 04:34:50 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_pch_timeout' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_pch_timeout started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(390)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(390)@83d1a3b7b834: Start timer T: 5 s PCUIF(390)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: Start timer T: 2 s TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: Start timer T: 2 s PCUIF(390)@83d1a3b7b834: OsmoPCU is now connected BTS(391)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(391)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" 394@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_pch_timeout-BVCI1234(396)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s 394@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(398)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(398)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET -NSVCI1234(398)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(398)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(398)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(398)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(398)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(398)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(398)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(398)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(398)@83d1a3b7b834: Start timer Tns_test: 10 s 395@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 395@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_pch_timeout-BVCI1234(396)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_pch_timeout-BVCI1234(396)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized BTS(391)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '00'O BTS(391)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000423" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Paging Request Type1: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 8, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000423'H, fillerDigit := omit } } } }, mi2 := omit, rest_octets := '272B2B2B2B2B2B2B2B2B'O ("'+++++++++") } } } TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: Start timer T: 2 s TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: Start timer T_statsd: 5 s TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: EXP match: { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", mtype := "c", min := 1, max := 1 } TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pch.requests", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.pch.requests", mtype := "c", min := 1, max := 1 } MTC@83d1a3b7b834: Start timer T: 1.2 s TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: Start timer T: 2 s TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: Start timer T_statsd: 5 s TC_paging_pch_timeout-STATS(392)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pch.requests.timeout", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.pch.requests.timeout", mtype := "c", min := 1, max := 1 } MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(391)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_pch_timeout finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_pch_timeout pass'. Fri May 17 04:34:57 UTC 2024 ====== PCU_Tests.TC_paging_pch_timeout pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_pch_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=870556) Waiting for packet dumper to finish... 1 (prev_count=870556, count=925339) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_pch_timeout pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi'. ------ PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi ------ Fri May 17 04:34:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_cs_multi_ms_imsi_tmsi started. 399@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_cs_multi_ms_imsi_tmsi-BVCI1234(401)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 399@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(403)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(403)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(404)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(404)@83d1a3b7b834: Start timer T: 5 s PCUIF(404)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_cs_multi_ms_imsi_tmsi-STATS(406)@83d1a3b7b834: Start timer T: 2 s TC_paging_cs_multi_ms_imsi_tmsi-STATS(406)@83d1a3b7b834: Start timer T: 2 s PCUIF(404)@83d1a3b7b834: OsmoPCU is now connected BTS(405)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(403)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(405)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(403)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(403)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(403)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(403)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(403)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(403)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(403)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(403)@83d1a3b7b834: Start timer Tns_test: 10 s 400@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 400@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_cs_multi_ms_imsi_tmsi-BVCI1234(401)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_cs_multi_ms_imsi_tmsi-BVCI1234(401)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(405)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '00000000000000'O BTS(405)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(405)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_cs_multi_ms_imsi_tmsi finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi pass'. Fri May 17 04:35:10 UTC 2024 ====== PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6589668) Waiting for packet dumper to finish... 1 (prev_count=6589668, count=6677273) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_multi_ms_imsi'. ------ PCU_Tests.TC_paging_cs_multi_ms_imsi ------ Fri May 17 04:35:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_multi_ms_imsi' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_cs_multi_ms_imsi started. 408@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_cs_multi_ms_imsi-BVCI1234(410)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 408@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(412)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(412)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(413)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(413)@83d1a3b7b834: Start timer T: 5 s PCUIF(413)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_cs_multi_ms_imsi-STATS(415)@83d1a3b7b834: Start timer T: 2 s TC_paging_cs_multi_ms_imsi-STATS(415)@83d1a3b7b834: Start timer T: 2 s PCUIF(413)@83d1a3b7b834: OsmoPCU is now connected BTS(414)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(414)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(412)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(412)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(412)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(412)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(412)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(412)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(412)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(412)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(412)@83d1a3b7b834: Start timer Tns_test: 10 s 409@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 409@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_cs_multi_ms_imsi-BVCI1234(410)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_cs_multi_ms_imsi-BVCI1234(410)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(414)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: 'A00000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '800000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '600000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '400000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '200000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '000000'O BTS(414)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(414)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_cs_multi_ms_imsi finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_multi_ms_imsi pass'. Fri May 17 04:35:24 UTC 2024 ====== PCU_Tests.TC_paging_cs_multi_ms_imsi pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_cs_multi_ms_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6648341) Waiting for packet dumper to finish... 1 (prev_count=6648341, count=6789134) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_multi_ms_imsi pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_multi_ms_tmsi'. ------ PCU_Tests.TC_paging_cs_multi_ms_tmsi ------ Fri May 17 04:35:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_paging_cs_multi_ms_tmsi' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_paging_cs_multi_ms_tmsi started. 417@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_paging_cs_multi_ms_tmsi-BVCI1234(419)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 417@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(421)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(421)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(422)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(422)@83d1a3b7b834: Start timer T: 5 s PCUIF(422)@83d1a3b7b834: Start timer T_Conn: 10 s TC_paging_cs_multi_ms_tmsi-STATS(424)@83d1a3b7b834: Start timer T: 2 s TC_paging_cs_multi_ms_tmsi-STATS(424)@83d1a3b7b834: Start timer T: 2 s PCUIF(422)@83d1a3b7b834: OsmoPCU is now connected BTS(423)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(421)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(421)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(421)@83d1a3b7b834: Start timer Tns_alive: 3 s BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(421)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(423)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(421)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(421)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(421)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(421)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(421)@83d1a3b7b834: Start timer Tns_test: 10 s 418@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 418@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_paging_cs_multi_ms_tmsi-BVCI1234(419)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_paging_cs_multi_ms_tmsi-BVCI1234(419)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 1 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 1 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 2 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 2 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 3 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 3 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 4 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 4 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 5 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 5 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 877, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(423)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 878, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 6 vs exp USF 6 BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0000'O BTS(423)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(423)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_paging_cs_multi_ms_tmsi finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_multi_ms_tmsi pass'. Fri May 17 04:35:35 UTC 2024 ====== PCU_Tests.TC_paging_cs_multi_ms_tmsi pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_paging_cs_multi_ms_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=5059559) Waiting for packet dumper to finish... 1 (prev_count=5059559, count=5128574) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_paging_cs_multi_ms_tmsi pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi'. ------ PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi ------ Fri May 17 04:35:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_bssgp_dl_unitdata_with_valid_imsi started. 426@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 426@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(430)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_bssgp_dl_unitdata_with_valid_imsi-BVCI1234(429)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(430)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(431)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(431)@83d1a3b7b834: Start timer T: 5 s PCUIF(431)@83d1a3b7b834: Start timer T_Conn: 10 s TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: Start timer T: 2 s TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: Start timer T: 2 s PCUIF(431)@83d1a3b7b834: OsmoPCU is now connected BTS(432)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(430)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(430)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(430)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(430)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(432)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(430)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(430)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(430)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(430)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(430)@83d1a3b7b834: Start timer Tns_test: 10 s 427@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 427@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_bssgp_dl_unitdata_with_valid_imsi-BVCI1234(429)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_bssgp_dl_unitdata_with_valid_imsi-BVCI1234(429)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(432)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(432)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 2 s BTS(432)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(432)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 1, t2 := 0 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: Start timer T: 2 s TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: Start timer T_statsd: 5 s TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.tbf.dl.alloc", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.tbf.dl.alloc", mtype := "c", min := 1, max := 1 } TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.tbf.ul.alloc", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.tbf.ul.alloc", mtype := "c", min := 1, max := 1 } TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rlc.dl_payload_bytes", val := 10, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rlc.dl_payload_bytes", mtype := "c", min := 10, max := 10 } TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rlc.ul_payload_bytes", val := 26, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rlc.ul_payload_bytes", mtype := "c", min := 26, max := 26 } TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 1, max := 1 } TC_bssgp_dl_unitdata_with_valid_imsi-STATS(433)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 1, max := 1 } BTS(432)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_bssgp_dl_unitdata_with_valid_imsi finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi pass'. Fri May 17 04:35:41 UTC 2024 ====== PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=121851) Waiting for packet dumper to finish... 1 (prev_count=121851, count=252946) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi'. ------ PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi ------ Fri May 17 04:35:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_bssgp_dl_unitdata_with_invalid_imsi started. 435@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_bssgp_dl_unitdata_with_invalid_imsi-BVCI1234(437)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 435@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(439)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(439)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(440)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(440)@83d1a3b7b834: Start timer T: 5 s PCUIF(440)@83d1a3b7b834: Start timer T_Conn: 10 s TC_bssgp_dl_unitdata_with_invalid_imsi-STATS(442)@83d1a3b7b834: Start timer T: 2 s TC_bssgp_dl_unitdata_with_invalid_imsi-STATS(442)@83d1a3b7b834: Start timer T: 2 s PCUIF(440)@83d1a3b7b834: OsmoPCU is now connected BTS(441)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(439)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(439)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(439)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(439)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(439)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. BTS(441)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(439)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(439)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(439)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(439)@83d1a3b7b834: Start timer Tns_test: 10 s 436@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 436@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_bssgp_dl_unitdata_with_invalid_imsi-BVCI1234(437)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_bssgp_dl_unitdata_with_invalid_imsi-BVCI1234(437)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(441)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(441)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(441)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_bssgp_dl_unitdata_with_invalid_imsi finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi pass'. Fri May 17 04:35:46 UTC 2024 ====== PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=87595) Waiting for packet dumper to finish... 1 (prev_count=87595, count=154876) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy'. ------ PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy ------ Fri May 17 04:35:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_gprs_data_no_llc_ui_dummy started. 444@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_dl_gprs_data_no_llc_ui_dummy-BVCI1234(446)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 444@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(448)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(448)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(449)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(449)@83d1a3b7b834: Start timer T: 5 s PCUIF(449)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_gprs_data_no_llc_ui_dummy-STATS(451)@83d1a3b7b834: Start timer T: 2 s TC_dl_gprs_data_no_llc_ui_dummy-STATS(451)@83d1a3b7b834: Start timer T: 2 s PCUIF(449)@83d1a3b7b834: OsmoPCU is now connected BTS(450)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(448)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(448)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(448)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(448)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(450)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(448)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(448)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(448)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(448)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(448)@83d1a3b7b834: Start timer Tns_test: 10 s 445@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 445@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_gprs_data_no_llc_ui_dummy-BVCI1234(446)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_gprs_data_no_llc_ui_dummy-BVCI1234(446)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(450)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(450)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(450)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_gprs_data_no_llc_ui_dummy finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy pass'. Fri May 17 04:35:52 UTC 2024 ====== PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=82104) Waiting for packet dumper to finish... 1 (prev_count=82104, count=116127) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy'. ------ PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy ------ Fri May 17 04:35:54 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_egprs_data_no_llc_ui_dummy started. 453@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_dl_egprs_data_no_llc_ui_dummy-BVCI1234(455)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 453@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(457)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(457)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(458)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(458)@83d1a3b7b834: Start timer T: 5 s PCUIF(458)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_egprs_data_no_llc_ui_dummy-STATS(460)@83d1a3b7b834: Start timer T: 2 s TC_dl_egprs_data_no_llc_ui_dummy-STATS(460)@83d1a3b7b834: Start timer T: 2 s PCUIF(458)@83d1a3b7b834: OsmoPCU is now connected BTS(459)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(457)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(457)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(457)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(457)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(459)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(457)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(457)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(457)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(457)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(457)@83d1a3b7b834: Start timer Tns_test: 10 s 454@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 454@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_egprs_data_no_llc_ui_dummy-BVCI1234(455)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_egprs_data_no_llc_ui_dummy-BVCI1234(455)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(459)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(459)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(459)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_egprs_data_no_llc_ui_dummy finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy pass'. Fri May 17 04:35:57 UTC 2024 ====== PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=98016) Waiting for packet dumper to finish... 1 (prev_count=98016, count=128594) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch'. ------ PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch ------ Fri May 17 04:35:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_finished_pkt_dl_ass_pch started. 462@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_tbf_finished_pkt_dl_ass_pch-BVCI1234(464)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 462@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(466)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(466)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(467)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(467)@83d1a3b7b834: Start timer T: 5 s PCUIF(467)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_finished_pkt_dl_ass_pch-STATS(469)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_finished_pkt_dl_ass_pch-STATS(469)@83d1a3b7b834: Start timer T: 2 s PCUIF(467)@83d1a3b7b834: OsmoPCU is now connected BTS(468)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(466)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(468)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(466)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(466)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(466)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(466)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(466)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(466)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(466)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(466)@83d1a3b7b834: Start timer Tns_test: 10 s 463@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 463@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_finished_pkt_dl_ass_pch-BVCI1234(464)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_finished_pkt_dl_ass_pch-BVCI1234(464)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(468)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(468)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 2 s BTS(468)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(468)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 18, t2 := 17 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(468)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_finished_pkt_dl_ass_pch finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch pass'. Fri May 17 04:36:02 UTC 2024 ====== PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=92263) Waiting for packet dumper to finish... 1 (prev_count=92263, count=232782) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch'. ------ PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch ------ Fri May 17 04:36:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_1phase_while_dl_ass_pch started. 471@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 471@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(475)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_ul_tbf_1phase_while_dl_ass_pch-BVCI1234(474)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(475)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(476)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(476)@83d1a3b7b834: Start timer T: 5 s PCUIF(476)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_1phase_while_dl_ass_pch-STATS(478)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_1phase_while_dl_ass_pch-STATS(478)@83d1a3b7b834: Start timer T: 2 s PCUIF(476)@83d1a3b7b834: OsmoPCU is now connected BTS(477)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(475)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(475)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(475)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(475)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(475)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(475)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) BTS(477)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(475)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(475)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(475)@83d1a3b7b834: Start timer Tns_test: 10 s 472@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 472@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_1phase_while_dl_ass_pch-BVCI1234(474)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_1phase_while_dl_ass_pch-BVCI1234(474)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(477)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 2 s BTS(477)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(477)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 18, t2 := 17 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(477)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(477)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++") BTS(477)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_1phase_while_dl_ass_pch finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch pass'. Fri May 17 04:36:08 UTC 2024 ====== PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=285644) Waiting for packet dumper to finish... 1 (prev_count=285644, count=327871) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch'. ------ PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch ------ Fri May 17 04:36:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_2phase_while_dl_ass_pch started. 480@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 480@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_ul_tbf_2phase_while_dl_ass_pch-BVCI1234(482)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(484)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(484)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(485)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(485)@83d1a3b7b834: Start timer T: 5 s PCUIF(485)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_2phase_while_dl_ass_pch-STATS(487)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_2phase_while_dl_ass_pch-STATS(487)@83d1a3b7b834: Start timer T: 2 s PCUIF(485)@83d1a3b7b834: OsmoPCU is now connected BTS(486)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(484)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(484)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(484)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(484)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(486)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(484)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(484)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(484)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(484)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(484)@83d1a3b7b834: Start timer Tns_test: 10 s 481@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 481@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_2phase_while_dl_ass_pch-BVCI1234(482)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_2phase_while_dl_ass_pch-BVCI1234(482)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(486)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T: 2 s BTS(486)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(486)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 14, t2 := 13 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 4, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(486)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 15, t2 := 13 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 15, t2 := 13 } } } BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(486)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++") BTS(486)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_2phase_while_dl_ass_pch finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch pass'. Fri May 17 04:36:14 UTC 2024 ====== PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=281807) Waiting for packet dumper to finish... 1 (prev_count=281807, count=341203) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_signalling'. ------ PCU_Tests.TC_egprs_pkt_chan_req_signalling ------ Fri May 17 04:36:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_signalling' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_signalling started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(489)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(489)@83d1a3b7b834: Start timer T: 5 s PCUIF(489)@83d1a3b7b834: Start timer T_Conn: 10 s TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: Start timer T: 2 s PCUIF(489)@83d1a3b7b834: OsmoPCU is now connected BTS(490)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1641): { signalling := { tag := '110011'B, random_bits := '01001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1641, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(490)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(490)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1635): { signalling := { tag := '110011'B, random_bits := '00011'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1635, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(490)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '00011'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 5, t2 := 4 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1637): { signalling := { tag := '110011'B, random_bits := '00101'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1637, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(490)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '00101'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 9, t2 := 8 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1652): { signalling := { tag := '110011'B, random_bits := '10100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1652, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(490)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '10100'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 14, t2 := 13 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1651): { signalling := { tag := '110011'B, random_bits := '10011'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1651, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(490)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '10011'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 18, t2 := 17 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1632): { signalling := { tag := '110011'B, random_bits := '00000'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1632, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(490)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '00000'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 22, t2 := 21 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: Start timer T_statsd: 5 s TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.11bit", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.11bit", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.one_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.one_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.two_phase", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.two_phase", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_signalling-STATS(491)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 0, max := 0 } BTS(490)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_signalling finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_signalling pass'. Fri May 17 04:36:19 UTC 2024 ====== PCU_Tests.TC_egprs_pkt_chan_req_signalling pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_egprs_pkt_chan_req_signalling.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6107) Waiting for packet dumper to finish... 1 (prev_count=6107, count=66708) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_signalling pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_one_phase'. ------ PCU_Tests.TC_egprs_pkt_chan_req_one_phase ------ Fri May 17 04:36:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_one_phase' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_one_phase started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(493)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(493)@83d1a3b7b834: Start timer T: 5 s PCUIF(493)@83d1a3b7b834: Start timer T_Conn: 10 s TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: Start timer T: 2 s PCUIF(493)@83d1a3b7b834: OsmoPCU is now connected BTS(494)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (617): { one_phase := { tag := '0'B, multislot_class := '10011'B, priority := '01'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=617, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(494)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(494)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (633): { one_phase := { tag := '0'B, multislot_class := '10011'B, priority := '11'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=633, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(494)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '11001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (223): { one_phase := { tag := '0'B, multislot_class := '00110'B, priority := '11'B, random_bits := '111'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=223, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(494)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '11111'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (268): { one_phase := { tag := '0'B, multislot_class := '01000'B, priority := '01'B, random_bits := '100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=268, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(494)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 874, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01100'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (228): { one_phase := { tag := '0'B, multislot_class := '00111'B, priority := '00'B, random_bits := '100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=228, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(494)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 875, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '00100'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (337): { one_phase := { tag := '0'B, multislot_class := '01010'B, priority := '10'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=337, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(494)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 876, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '10001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: Start timer T_statsd: 5 s TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.11bit", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.11bit", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.one_phase", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.one_phase", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.two_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_one_phase-STATS(495)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 0, max := 0 } BTS(494)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_one_phase finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_one_phase pass'. Fri May 17 04:36:24 UTC 2024 ====== PCU_Tests.TC_egprs_pkt_chan_req_one_phase pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_egprs_pkt_chan_req_one_phase.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=142386) Waiting for packet dumper to finish... 1 (prev_count=142386, count=145950) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_one_phase pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_two_phase'. ------ PCU_Tests.TC_egprs_pkt_chan_req_two_phase ------ Fri May 17 04:36:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_two_phase' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_two_phase started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(497)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(497)@83d1a3b7b834: Start timer T: 5 s PCUIF(497)@83d1a3b7b834: Start timer T_Conn: 10 s TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: Start timer T: 2 s PCUIF(497)@83d1a3b7b834: OsmoPCU is now connected BTS(498)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1560): { two_phase := { tag := '110000'B, priority := '11'B, random_bits := '000'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1560, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(498)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(498)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '11000'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1557): { two_phase := { tag := '110000'B, priority := '10'B, random_bits := '101'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1557, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(498)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '10101'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 5, t2 := 4 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1540): { two_phase := { tag := '110000'B, priority := '00'B, random_bits := '100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1540, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(498)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '00100'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 9, t2 := 8 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1554): { two_phase := { tag := '110000'B, priority := '10'B, random_bits := '010'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1554, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(498)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '10010'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 14, t2 := 13 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1567): { two_phase := { tag := '110000'B, priority := '11'B, random_bits := '111'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1567, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(498)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '11111'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 18, t2 := 17 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (1536): { two_phase := { tag := '110000'B, priority := '00'B, random_bits := '000'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1536, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(498)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '00000'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 22, t2 := 21 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: Start timer T_statsd: 5 s TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.11bit", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.11bit", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.one_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.one_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.two_phase", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.two_phase", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_two_phase-STATS(499)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 0, max := 0 } BTS(498)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_two_phase finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_two_phase pass'. Fri May 17 04:36:29 UTC 2024 ====== PCU_Tests.TC_egprs_pkt_chan_req_two_phase pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_egprs_pkt_chan_req_two_phase.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6102) Waiting for packet dumper to finish... 1 (prev_count=6102, count=69263) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_two_phase pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_content'. ------ PCU_Tests.TC_egprs_pkt_chan_req_reject_content ------ Fri May 17 04:36:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_content' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_reject_content started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(501)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(501)@83d1a3b7b834: Start timer T: 5 s PCUIF(501)@83d1a3b7b834: Start timer T_Conn: 10 s TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: Start timer T: 2 s PCUIF(501)@83d1a3b7b834: OsmoPCU is now connected BTS(502)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(502)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(502)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '01111'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(502)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '10111'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(502)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '00001'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(502)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '01100'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(502)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '00001'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(502)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '10010'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: Start timer T_statsd: 5 s TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.11bit", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.11bit", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.one_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.one_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.two_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.unexpected", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.unexpected", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_rej", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_rej", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_content-STATS(503)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 0, max := 0 } BTS(502)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_reject_content finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_content pass'. Fri May 17 04:36:34 UTC 2024 ====== PCU_Tests.TC_egprs_pkt_chan_req_reject_content pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_egprs_pkt_chan_req_reject_content.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6127) Waiting for packet dumper to finish... 1 (prev_count=6127, count=59664) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_content pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency'. ------ PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency ------ Fri May 17 04:36:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_reject_emergency started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(505)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(505)@83d1a3b7b834: Start timer T: 5 s PCUIF(505)@83d1a3b7b834: Start timer T_Conn: 10 s TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: Start timer T: 2 s PCUIF(505)@83d1a3b7b834: OsmoPCU is now connected BTS(506)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(506)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(506)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '11100'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(506)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 12, t2 := 12 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '00110'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(506)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 13, t2 := 13 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '10110'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(506)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 14, t2 := 14 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '11001'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(506)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 15, t2 := 15 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '00010'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(506)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 16, t2 := 16 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '10101'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: Start timer T_statsd: 5 s TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.11bit", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.11bit", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.one_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.one_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.two_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.unexpected", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.unexpected", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_rej", val := 6, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_rej", mtype := "c", min := 6, max := 6 } TC_egprs_pkt_chan_req_reject_emergency-STATS(507)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 0, max := 0 } BTS(506)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_reject_emergency finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency pass'. Fri May 17 04:36:39 UTC 2024 ====== PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6137) Waiting for packet dumper to finish... 1 (prev_count=6137, count=63842) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion'. ------ PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion ------ Fri May 17 04:36:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_reject_exhaustion started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(509)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(509)@83d1a3b7b834: Start timer T: 5 s PCUIF(509)@83d1a3b7b834: Start timer T_Conn: 10 s TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: Start timer T: 2 s PCUIF(509)@83d1a3b7b834: OsmoPCU is now connected BTS(510)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (683): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '011'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=683, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01011'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (684): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=684, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01100'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (687): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '111'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=687, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01111'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (684): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '100'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=684, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01100'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (683): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '011'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=683, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01011'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (685): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '101'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=685, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01101'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (681): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=681, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(510)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 3 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 3 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 3 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 3 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '01001'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: Start timer T: 2 s TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: Start timer T_statsd: 5 s TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 8, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 8, max := 8 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.11bit", val := 8, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.11bit", mtype := "c", min := 8, max := 8 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.one_phase", val := 8, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.one_phase", mtype := "c", min := 8, max := 8 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.two_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.unexpected", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.unexpected", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 7, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 7, max := 7 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", val := 7, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", mtype := "c", min := 7, max := 7 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", mtype := "c", min := 0, max := 0 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_rej", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_rej", mtype := "c", min := 1, max := 1 } TC_egprs_pkt_chan_req_reject_exhaustion-STATS(511)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 0, max := 0 } BTS(510)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_egprs_pkt_chan_req_reject_exhaustion finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion pass'. Fri May 17 04:36:44 UTC 2024 ====== PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=153153) Waiting for packet dumper to finish... 1 (prev_count=153153, count=156717) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only'. ------ PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only ------ Fri May 17 04:36:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_mo_ping_pong_with_ul_racap_egprs_only started. 513@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_mo_ping_pong_with_ul_racap_egprs_only-BVCI1234(516)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 513@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(517)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(517)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(518)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(518)@83d1a3b7b834: Start timer T: 5 s PCUIF(518)@83d1a3b7b834: Start timer T_Conn: 10 s TC_mo_ping_pong_with_ul_racap_egprs_only-STATS(520)@83d1a3b7b834: Start timer T: 2 s TC_mo_ping_pong_with_ul_racap_egprs_only-STATS(520)@83d1a3b7b834: Start timer T: 2 s PCUIF(518)@83d1a3b7b834: OsmoPCU is now connected BTS(519)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(517)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(517)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(517)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(517)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(519)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(517)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(517)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(517)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(517)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(517)@83d1a3b7b834: Start timer Tns_test: 10 s 514@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 514@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_mo_ping_pong_with_ul_racap_egprs_only-BVCI1234(516)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_mo_ping_pong_with_ul_racap_egprs_only-BVCI1234(516)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(519)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(519)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B'O ("++++++++") MTC@83d1a3b7b834: Start timer T: 0.5 s BTS(519)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '032B2B2B2B2B2B2B2B2B2B'O BTS(519)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0087B0042B2B2B2B2B2B2B2B2B2B'O BTS(519)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_mo_ping_pong_with_ul_racap_egprs_only finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only pass'. Fri May 17 04:36:50 UTC 2024 ====== PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=274132) Waiting for packet dumper to finish... 1 (prev_count=274132, count=372045) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs'. ------ PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs ------ Fri May 17 04:36:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_fh_imm_ass_ul_egprs started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(522)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(522)@83d1a3b7b834: Start timer T: 5 s PCUIF(522)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_fh_imm_ass_ul_egprs-STATS(524)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_fh_imm_ass_ul_egprs-STATS(524)@83d1a3b7b834: Start timer T: 2 s PCUIF(522)@83d1a3b7b834: OsmoPCU is now connected BTS(523)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=1642, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(523)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(523)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 2, presence := '1'B, zero := omit, one := { maio := 3, hsn := 32 } }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 1, ma := '01011000'B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01010'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Rx Uplink TBF EGPRS assignment: { ext_ra := '01010'B, ats_present := '0'B, ats := omit, presence := '0'B, dynamic := omit, multiblock := { alpha_present := '0'B, alpha := omit, gamma := 0, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 }, nr_radio_blocks_allocated := '00'B, p0_present := '0'B, p0 := omit, spare := omit, pr_mode := omit } } BTS(523)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_fh_imm_ass_ul_egprs finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs pass'. Fri May 17 04:36:55 UTC 2024 ====== PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6087) Waiting for packet dumper to finish... 1 (prev_count=6087, count=35595) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul'. ------ PCU_Tests.TC_pcuif_fh_imm_ass_ul ------ Fri May 17 04:36:58 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_fh_imm_ass_ul started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(526)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(526)@83d1a3b7b834: Start timer T: 5 s PCUIF(526)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_fh_imm_ass_ul-STATS(528)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_fh_imm_ass_ul-STATS(528)@83d1a3b7b834: Start timer T: 2 s PCUIF(526)@83d1a3b7b834: OsmoPCU is now connected BTS(527)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(527)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(527)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 13, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 6, presence := '1'B, zero := omit, one := { maio := 36, hsn := 27 } }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 2, ma := '1101111010000000'B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(527)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_fh_imm_ass_ul finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul pass'. Fri May 17 04:37:01 UTC 2024 ====== PCU_Tests.TC_pcuif_fh_imm_ass_ul pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_fh_imm_ass_ul.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6056) Waiting for packet dumper to finish... 1 (prev_count=6056, count=43484) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_imm_ass_ul pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_imm_ass_dl'. ------ PCU_Tests.TC_pcuif_fh_imm_ass_dl ------ Fri May 17 04:37:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_imm_ass_dl' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_fh_imm_ass_dl started. 530@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_pcuif_fh_imm_ass_dl-BVCI1234(532)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 530@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(535)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(535)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(534)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(534)@83d1a3b7b834: Start timer T: 5 s PCUIF(534)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_fh_imm_ass_dl-STATS(537)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_fh_imm_ass_dl-STATS(537)@83d1a3b7b834: Start timer T: 2 s PCUIF(534)@83d1a3b7b834: OsmoPCU is now connected BTS(536)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(535)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(535)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(535)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(535)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(535)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(535)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) BTS(536)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(535)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(535)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(535)@83d1a3b7b834: Start timer Tns_test: 10 s 531@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 531@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_pcuif_fh_imm_ass_dl-BVCI1234(532)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_pcuif_fh_imm_ass_dl-BVCI1234(532)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(536)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '01'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 0, presence := '1'B, zero := omit, one := { maio := 0, hsn := 32 } }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 1, ma := '00101000'B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '4411E01A'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '4411E01A'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } BTS(536)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_fh_imm_ass_dl finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_imm_ass_dl pass'. Fri May 17 04:37:06 UTC 2024 ====== PCU_Tests.TC_pcuif_fh_imm_ass_dl pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_fh_imm_ass_dl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=7500) Waiting for packet dumper to finish... 1 (prev_count=7500, count=62666) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_imm_ass_dl pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_pkt_ass_ul'. ------ PCU_Tests.TC_pcuif_fh_pkt_ass_ul ------ Fri May 17 04:37:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_pkt_ass_ul' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_fh_pkt_ass_ul started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(539)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(539)@83d1a3b7b834: Start timer T: 5 s PCUIF(539)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_fh_pkt_ass_ul-STATS(541)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_fh_pkt_ass_ul-STATS(541)@83d1a3b7b834: Start timer T: 2 s PCUIF(539)@83d1a3b7b834: OsmoPCU is now connected BTS(540)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(540)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(540)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 5, presence := '1'B, zero := omit, one := { maio := 24, hsn := 54 } }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 1, ma := '01010110'B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(540)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B'O ("\v+++++++") BTS(540)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_fh_pkt_ass_ul finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_pkt_ass_ul pass'. Fri May 17 04:37:11 UTC 2024 ====== PCU_Tests.TC_pcuif_fh_pkt_ass_ul pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_fh_pkt_ass_ul.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=60184) Waiting for packet dumper to finish... 1 (prev_count=60184, count=125195) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_pkt_ass_ul pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_pkt_ass_dl'. ------ PCU_Tests.TC_pcuif_fh_pkt_ass_dl ------ Fri May 17 04:37:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_fh_pkt_ass_dl' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_fh_pkt_ass_dl started. 543@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_pcuif_fh_pkt_ass_dl-BVCI1234(545)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 543@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(547)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(547)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(548)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(548)@83d1a3b7b834: Start timer T: 5 s PCUIF(548)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_fh_pkt_ass_dl-STATS(550)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_fh_pkt_ass_dl-STATS(550)@83d1a3b7b834: Start timer T: 2 s PCUIF(548)@83d1a3b7b834: OsmoPCU is now connected BTS(549)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(547)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(547)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(547)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(547)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(549)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(547)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(547)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(547)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(547)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(547)@83d1a3b7b834: Start timer Tns_test: 10 s 544@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 544@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_pcuif_fh_pkt_ass_dl-BVCI1234(545)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_pcuif_fh_pkt_ass_dl-BVCI1234(545)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(549)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 14, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 3, presence := '1'B, zero := omit, one := { maio := 45, hsn := 13 } }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 3, ma := '000110100000100111100010'B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(549)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B'O ("\v+++++++") BTS(549)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_fh_pkt_ass_dl finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_pkt_ass_dl pass'. Fri May 17 04:37:16 UTC 2024 ====== PCU_Tests.TC_pcuif_fh_pkt_ass_dl pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_fh_pkt_ass_dl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=87512) Waiting for packet dumper to finish... 1 (prev_count=87512, count=176226) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_fh_pkt_ass_dl pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_multitrx_multims_alloc'. ------ PCU_Tests.TC_multitrx_multims_alloc ------ Fri May 17 04:37:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_multitrx_multims_alloc' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_multitrx_multims_alloc started. 552@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_multitrx_multims_alloc-BVCI1234(555)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 552@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(556)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(556)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(557)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(557)@83d1a3b7b834: Start timer T: 5 s PCUIF(557)@83d1a3b7b834: Start timer T_Conn: 10 s TC_multitrx_multims_alloc-STATS(559)@83d1a3b7b834: Start timer T: 2 s TC_multitrx_multims_alloc-STATS(559)@83d1a3b7b834: Start timer T: 2 s PCUIF(557)@83d1a3b7b834: OsmoPCU is now connected BTS(558)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(558)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" BTS(558)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(558)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS4" BTS(558)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS5" BTS(558)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS0" -NSVCI1234(556)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(558)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS1" -NSVCI1234(556)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(556)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(556)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(556)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(556)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(556)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(556)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(556)@83d1a3b7b834: Start timer Tns_test: 10 s 553@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 553@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_multitrx_multims_alloc-BVCI1234(555)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_multitrx_multims_alloc-BVCI1234(555)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 6, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 4, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 0, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=123, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111011'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=124, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 5, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111100'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=125, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 1, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=126, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 6, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111110'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(558)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 4, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(558)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_multitrx_multims_alloc finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_multitrx_multims_alloc pass'. Fri May 17 04:37:21 UTC 2024 ====== PCU_Tests.TC_multitrx_multims_alloc pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_multitrx_multims_alloc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=7533) Waiting for packet dumper to finish... 1 (prev_count=7533, count=148184) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_multitrx_multims_alloc pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn'. ------ PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn ------ Fri May 17 04:37:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_multislot_tbf_ms_class_from_sgsn started. 561@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_dl_multislot_tbf_ms_class_from_sgsn-BVCI1234(563)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 561@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(565)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(565)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(566)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(566)@83d1a3b7b834: Start timer T: 5 s PCUIF(566)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_multislot_tbf_ms_class_from_sgsn-STATS(568)@83d1a3b7b834: Start timer T: 2 s TC_dl_multislot_tbf_ms_class_from_sgsn-STATS(568)@83d1a3b7b834: Start timer T: 2 s PCUIF(566)@83d1a3b7b834: OsmoPCU is now connected BTS(567)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS0" BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS1" BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS2" BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS3" BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS4" BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS5" -NSVCI1234(565)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" BTS(567)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" -NSVCI1234(565)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(565)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(565)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(565)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(565)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(565)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(565)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(565)@83d1a3b7b834: Start timer Tns_test: 10 s 562@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 562@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_multislot_tbf_ms_class_from_sgsn-BVCI1234(563)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_multislot_tbf_ms_class_from_sgsn-BVCI1234(563)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(567)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 2, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(567)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Test case "TC_dl_multislot_tbf_ms_class_from_sgsn" aborted at "PCU_Tests.ttcn":3255 BTS(567)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_multislot_tbf_ms_class_from_sgsn finished. Verdict: fail reason: Expected 8 PDCH slots allocated but got 4 MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn fail'. Fri May 17 04:37:27 UTC 2024 ------ PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn fail ------ Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=96773) Waiting for packet dumper to finish... 1 (prev_count=96773, count=171065) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn fail' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown'. ------ PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown ------ Fri May 17 04:37:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_multislot_tbf_ms_class_unknown started. 570@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 570@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(574)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_dl_multislot_tbf_ms_class_unknown-BVCI1234(573)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(574)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(575)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(575)@83d1a3b7b834: Start timer T: 5 s PCUIF(575)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_multislot_tbf_ms_class_unknown-STATS(577)@83d1a3b7b834: Start timer T: 2 s TC_dl_multislot_tbf_ms_class_unknown-STATS(577)@83d1a3b7b834: Start timer T: 2 s PCUIF(575)@83d1a3b7b834: OsmoPCU is now connected BTS(576)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS0" BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS1" BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS2" BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS3" BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS4" BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS5" BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" -NSVCI1234(574)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(576)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" -NSVCI1234(574)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(574)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(574)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(574)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(574)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(574)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(574)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(574)@83d1a3b7b834: Start timer Tns_test: 10 s 571@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 571@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_multislot_tbf_ms_class_unknown-BVCI1234(573)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_multislot_tbf_ms_class_unknown-BVCI1234(573)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(576)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 2, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(576)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Test case "TC_dl_multislot_tbf_ms_class_unknown" aborted at "PCU_Tests.ttcn":3325 BTS(576)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_multislot_tbf_ms_class_unknown finished. Verdict: fail reason: Expected 1 PDCH slots allocated but got 4 MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown fail'. Fri May 17 04:37:32 UTC 2024 ------ PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown fail ------ Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=86166) Waiting for packet dumper to finish... 1 (prev_count=86166, count=165307) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown fail' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase'. ------ PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase ------ Fri May 17 04:37:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_dl_multislot_tbf_ms_class_from_2phase started. 579@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_dl_multislot_tbf_ms_class_from_2phase-BVCI1234(581)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 579@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(584)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(584)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(583)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(583)@83d1a3b7b834: Start timer T: 5 s PCUIF(583)@83d1a3b7b834: Start timer T_Conn: 10 s TC_dl_multislot_tbf_ms_class_from_2phase-STATS(586)@83d1a3b7b834: Start timer T: 2 s TC_dl_multislot_tbf_ms_class_from_2phase-STATS(586)@83d1a3b7b834: Start timer T: 2 s PCUIF(583)@83d1a3b7b834: OsmoPCU is now connected BTS(585)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS0" BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS1" BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS2" BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS3" -NSVCI1234(584)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS4" -NSVCI1234(584)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS5" -NSVCI1234(584)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(584)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" BTS(585)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" -NSVCI1234(584)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(584)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(584)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(584)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(584)@83d1a3b7b834: Start timer Tns_test: 10 s 580@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 580@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_dl_multislot_tbf_ms_class_from_2phase-BVCI1234(581)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_dl_multislot_tbf_ms_class_from_2phase-BVCI1234(581)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(585)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(585)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '412B2B2B2B2B2B2B'O ("A+++++++") BTS(585)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '032B2B2B2B2B2B2B'O BTS(585)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_dl_multislot_tbf_ms_class_from_2phase finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase pass'. Fri May 17 04:37:37 UTC 2024 ====== PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=74237) Waiting for packet dumper to finish... 1 (prev_count=74237, count=229515) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase'. ------ PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase ------ Fri May 17 04:37:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_multislot_tbf_ms_class_from_2phase started. 588@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_multislot_tbf_ms_class_from_2phase-BVCI1234(590)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 588@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(593)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(593)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(592)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(592)@83d1a3b7b834: Start timer T: 5 s PCUIF(592)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_multislot_tbf_ms_class_from_2phase-STATS(595)@83d1a3b7b834: Start timer T: 2 s TC_ul_multislot_tbf_ms_class_from_2phase-STATS(595)@83d1a3b7b834: Start timer T: 2 s PCUIF(592)@83d1a3b7b834: OsmoPCU is now connected BTS(594)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS0" BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS1" BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS2" BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS3" BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS4" -NSVCI1234(593)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS5" -NSVCI1234(593)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" -NSVCI1234(593)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(593)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(594)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" -NSVCI1234(593)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(593)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(593)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(593)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(593)@83d1a3b7b834: Start timer Tns_test: 10 s 589@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 589@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_multislot_tbf_ms_class_from_2phase-BVCI1234(590)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_multislot_tbf_ms_class_from_2phase-BVCI1234(590)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(594)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(594)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '412B2B2B2B2B2B2B'O ("A+++++++") BTS(594)@83d1a3b7b834: Shutting down virtual BTS #0... Fri May 17 04:37:43 UTC 2024 ====== PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase.talloc MTC@83d1a3b7b834: Test case TC_ul_multislot_tbf_ms_class_from_2phase finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase pass'. Waiting for packet dumper to finish... 0 (prev_count=-1, count=75412) Waiting for packet dumper to finish... 1 (prev_count=75412, count=153364) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req'. ------ PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req ------ Fri May 17 04:37:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_resource_req started. 597@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_tbf_reestablish_with_pkt_resource_req-BVCI1234(599)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 597@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(601)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(601)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(602)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(602)@83d1a3b7b834: Start timer T: 5 s PCUIF(602)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: Start timer T: 2 s PCUIF(602)@83d1a3b7b834: OsmoPCU is now connected BTS(603)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(601)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(601)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(601)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(601)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(603)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(601)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(601)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(601)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(601)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(601)@83d1a3b7b834: Start timer Tns_test: 10 s 598@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 598@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_reestablish_with_pkt_resource_req-BVCI1234(599)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_reestablish_with_pkt_resource_req-BVCI1234(599)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(603)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(603)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: Start timer T_statsd: 5 s TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests", mtype := "c", min := 1, max := 1 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.11bit", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.11bit", mtype := "c", min := 0, max := 0 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.one_phase", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.one_phase", mtype := "c", min := 1, max := 1 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.rach.requests.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.rach.requests.two_phase", mtype := "c", min := 0, max := 0 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_UL", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_UL", mtype := "c", min := 1, max := 1 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.one_phase", mtype := "c", min := 1, max := 1 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.two_phase", mtype := "c", min := 0, max := 0 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_ul.contention_resolution_success", mtype := "c", min := 1, max := 1 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.immediate.assignment_DL", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.immediate.assignment_DL", mtype := "c", min := 0, max := 0 } TC_ul_tbf_reestablish_with_pkt_resource_req-STATS(604)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pkt.ul_assignment", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.pkt.ul_assignment", mtype := "c", min := 1, max := 1 } BTS(603)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_resource_req finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req pass'. Fri May 17 04:37:48 UTC 2024 ====== PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=95778) Waiting for packet dumper to finish... 1 (prev_count=95778, count=257226) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168'. ------ PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168 ------ Fri May 17 04:37:50 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_resource_req_t3168 started. 606@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_tbf_reestablish_with_pkt_resource_req_t3168-BVCI1234(608)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 606@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(610)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(610)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(611)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(611)@83d1a3b7b834: Start timer T: 5 s PCUIF(611)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_reestablish_with_pkt_resource_req_t3168-STATS(613)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_reestablish_with_pkt_resource_req_t3168-STATS(613)@83d1a3b7b834: Start timer T: 2 s PCUIF(611)@83d1a3b7b834: OsmoPCU is now connected BTS(612)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(610)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(610)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(610)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(610)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(612)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(610)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(610)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(610)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(610)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(610)@83d1a3b7b834: Start timer Tns_test: 10 s 607@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 607@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_reestablish_with_pkt_resource_req_t3168-BVCI1234(608)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_reestablish_with_pkt_resource_req_t3168-BVCI1234(608)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(612)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 7 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: Rx DL block USF 0 vs exp USF 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '4B2B2B2B2B'O ("K++++") MTC@83d1a3b7b834: Start timer T_3168: 16.5 s BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 0 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 1 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 2 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 3 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 4 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 5 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 6 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 7 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 8 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 9 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 10 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 11 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 12 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 13 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 14 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 15 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 16 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 17 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 18 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 19 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 20 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 21 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 22 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 23 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 24 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 25 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 26 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 27 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 28 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 29 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 30 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 31 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 32 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 33 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 34 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 35 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 36 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 37 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 38 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 39 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 40 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 41 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 42 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 43 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 44 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 45 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 46 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 47 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 48 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 49 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 50 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 51 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 52 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 53 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 54 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 55 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 56 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 57 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 58 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 59 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 60 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 61 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 62 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 63 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 64 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 65 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 66 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 67 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 68 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 69 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 70 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 71 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 72 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 73 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 74 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 75 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 76 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 77 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 78 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 79 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 80 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 81 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 82 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 83 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 84 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 85 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 86 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 87 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 88 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 89 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 90 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 91 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 92 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 93 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 94 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 95 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 96 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 97 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 98 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 99 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 100 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 101 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 102 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 103 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 104 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 105 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 106 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 107 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 108 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 109 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 110 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 111 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 112 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 113 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 114 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 115 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 116 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 117 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 118 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 119 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 120 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 121 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 122 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 123 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 124 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 125 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 126 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 127 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 128 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 129 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 130 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 131 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 132 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 133 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 134 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 135 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 136 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 137 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 138 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 139 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 140 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 141 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 142 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 143 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 144 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 145 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 146 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 147 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 148 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 149 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 150 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 151 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 152 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 153 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 154 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 155 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 156 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 157 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 158 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 159 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 160 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 161 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 162 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 163 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 164 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 165 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 166 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 167 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 168 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 169 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 170 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 171 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 172 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 173 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 174 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 175 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 176 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 177 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 178 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 179 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 180 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 181 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 182 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 183 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 184 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 185 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 186 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 187 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 188 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 189 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 190 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 191 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 192 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 193 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 194 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 195 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Ignoring RRBP 196 BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(612)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_resource_req_t3168 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168 pass'. Fri May 17 04:38:10 UTC 2024 ====== PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=6977218) Waiting for packet dumper to finish... 1 (prev_count=6977218, count=7049637) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack'. ------ PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack ------ Fri May 17 04:38:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_dl_ack_nack started. 615@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_tbf_reestablish_with_pkt_dl_ack_nack-BVCI1234(617)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 615@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(619)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(619)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(620)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(620)@83d1a3b7b834: Start timer T: 5 s PCUIF(620)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_reestablish_with_pkt_dl_ack_nack-STATS(622)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_reestablish_with_pkt_dl_ack_nack-STATS(622)@83d1a3b7b834: Start timer T: 2 s PCUIF(620)@83d1a3b7b834: OsmoPCU is now connected BTS(621)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(619)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(619)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(619)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(619)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(621)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(619)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(619)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(619)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(619)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(619)@83d1a3b7b834: Start timer Tns_test: 10 s 616@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 616@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_reestablish_with_pkt_dl_ack_nack-BVCI1234(617)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_reestablish_with_pkt_dl_ack_nack-BVCI1234(617)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(621)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(621)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(621)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B'O ("\v++++++++++") BTS(621)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_dl_ack_nack finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack pass'. Fri May 17 04:38:15 UTC 2024 ====== PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=176762) Waiting for packet dumper to finish... 1 (prev_count=176762, count=180326) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs'. ------ PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs ------ Fri May 17 04:38:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs started. 624@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs-BVCI1234(626)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 624@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(628)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(628)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(629)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(629)@83d1a3b7b834: Start timer T: 5 s PCUIF(629)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs-STATS(631)@83d1a3b7b834: Start timer T: 2 s TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs-STATS(631)@83d1a3b7b834: Start timer T: 2 s PCUIF(629)@83d1a3b7b834: OsmoPCU is now connected BTS(630)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(628)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(628)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(628)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(628)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(630)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(628)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(628)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(628)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(628)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(628)@83d1a3b7b834: Start timer Tns_test: 10 s 625@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 625@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs-BVCI1234(626)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs-BVCI1234(626)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 2 s BTS(630)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(630)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(630)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B'O ("\v++++++++") BTS(630)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs pass'. Fri May 17 04:38:20 UTC 2024 ====== PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=98290) Waiting for packet dumper to finish... 1 (prev_count=98290, count=183602) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_multiplex_dl_gprs_egprs'. ------ PCU_Tests.TC_multiplex_dl_gprs_egprs ------ Fri May 17 04:38:22 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_multiplex_dl_gprs_egprs' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_multiplex_dl_gprs_egprs started. 633@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_multiplex_dl_gprs_egprs-BVCI1234(635)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 633@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(637)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(637)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(638)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(638)@83d1a3b7b834: Start timer T: 5 s PCUIF(638)@83d1a3b7b834: Start timer T_Conn: 10 s TC_multiplex_dl_gprs_egprs-STATS(640)@83d1a3b7b834: Start timer T: 2 s TC_multiplex_dl_gprs_egprs-STATS(640)@83d1a3b7b834: Start timer T: 2 s PCUIF(638)@83d1a3b7b834: OsmoPCU is now connected BTS(639)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(639)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(637)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(637)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(637)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(637)@83d1a3b7b834: Start timer Tns_test: 10 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s -NSVCI1234(637)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(637)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(637)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(637)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(637)@83d1a3b7b834: Start timer Tns_test: 10 s 634@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 634@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_multiplex_dl_gprs_egprs-BVCI1234(635)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_multiplex_dl_gprs_egprs-BVCI1234(635)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(639)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(639)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(639)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 6, t2 := 4 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 6, t2 := 4 } } } BTS(639)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B'O ("++++++++") MTC@83d1a3b7b834: Start timer T: 0.1 s BTS(639)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++") MTC@83d1a3b7b834: Start timer T: 0.1 s BTS(639)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '032B2B2B2B2B2B2B2B2B2B'O BTS(639)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") MTC@83d1a3b7b834: results: ms_gprs_usf_count={ 0, 19 } / ms_egprs_usf_count={ 18, 1 } BTS(639)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_multiplex_dl_gprs_egprs finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_multiplex_dl_gprs_egprs pass'. Fri May 17 04:38:35 UTC 2024 ====== PCU_Tests.TC_multiplex_dl_gprs_egprs pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_multiplex_dl_gprs_egprs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=2276930) Waiting for packet dumper to finish... 1 (prev_count=2276930, count=2309400) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_multiplex_dl_gprs_egprs pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_info_ind_subsequent'. ------ PCU_Tests.TC_pcuif_info_ind_subsequent ------ Fri May 17 04:38:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pcuif_info_ind_subsequent' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pcuif_info_ind_subsequent started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(642)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(642)@83d1a3b7b834: Start timer T: 5 s PCUIF(642)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pcuif_info_ind_subsequent-STATS(644)@83d1a3b7b834: Start timer T: 2 s TC_pcuif_info_ind_subsequent-STATS(644)@83d1a3b7b834: Start timer T: 2 s PCUIF(642)@83d1a3b7b834: OsmoPCU is now connected BTS(643)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(643)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" BTS(643)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pcuif_info_ind_subsequent finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_info_ind_subsequent pass'. Fri May 17 04:38:41 UTC 2024 ====== PCU_Tests.TC_pcuif_info_ind_subsequent pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pcuif_info_ind_subsequent.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=197912) Waiting for packet dumper to finish... 1 (prev_count=197912, count=259597) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pcuif_info_ind_subsequent pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success'. ------ PCU_Tests.TC_nacc_outbound_success ------ Fri May 17 04:38:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_success started. 646@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 646@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(650)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_nacc_outbound_success-BVCI1234(649)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(650)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(651)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(651)@83d1a3b7b834: Start timer T: 5 s PCUIF(651)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_success-STATS(653)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_success-STATS(653)@83d1a3b7b834: Start timer T: 2 s PCUIF(651)@83d1a3b7b834: OsmoPCU is now connected BTS(652)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(650)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(650)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(650)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(650)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(652)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(650)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(650)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(650)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(650)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(650)@83d1a3b7b834: Start timer Tns_test: 10 s 647@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 647@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_success-BVCI1234(649)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_success-BVCI1234(649)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(652)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(652)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(652)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(652)@83d1a3b7b834: Shutting down virtual BTS #0... Fri May 17 04:38:46 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_success pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_success.talloc MTC@83d1a3b7b834: Test case TC_nacc_outbound_success finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success pass'. Waiting for packet dumper to finish... 0 (prev_count=-1, count=268657) Waiting for packet dumper to finish... 1 (prev_count=268657, count=282698) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_utran'. ------ PCU_Tests.TC_nacc_outbound_success_utran ------ Fri May 17 04:38:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_utran' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_utran started. 655@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 655@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(659)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(659)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET TC_nacc_outbound_success_utran-BVCI1234(658)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(660)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(660)@83d1a3b7b834: Start timer T: 5 s PCUIF(660)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_success_utran-STATS(662)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_success_utran-STATS(662)@83d1a3b7b834: Start timer T: 2 s PCUIF(660)@83d1a3b7b834: OsmoPCU is now connected BTS(661)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(659)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(659)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(659)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(659)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(659)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(659)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(661)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(659)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(659)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(659)@83d1a3b7b834: Start timer Tns_test: 10 s 656@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 656@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_success_utran-BVCI1234(658)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_success_utran-BVCI1234(658)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(661)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(661)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(661)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") BTS(661)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_utran finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_utran pass'. Fri May 17 04:38:52 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_success_utran pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_success_utran.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=73129) Waiting for packet dumper to finish... 1 (prev_count=73129, count=220837) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_utran pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_eutran'. ------ PCU_Tests.TC_nacc_outbound_success_eutran ------ Fri May 17 04:38:54 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_eutran' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_eutran started. 664@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 664@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(668)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_nacc_outbound_success_eutran-BVCI1234(667)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(668)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(669)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(669)@83d1a3b7b834: Start timer T: 5 s PCUIF(669)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_success_eutran-STATS(671)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_success_eutran-STATS(671)@83d1a3b7b834: Start timer T: 2 s PCUIF(669)@83d1a3b7b834: OsmoPCU is now connected BTS(670)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 10 s BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(668)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(670)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(668)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(668)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(668)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(668)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(668)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(668)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(668)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(668)@83d1a3b7b834: Start timer Tns_test: 10 s 665@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 665@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_success_eutran-BVCI1234(667)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_success_eutran-BVCI1234(667)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(670)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(670)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(670)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") BTS(670)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_eutran finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_eutran pass'. Fri May 17 04:38:57 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_success_eutran pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_success_eutran.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=77197) Waiting for packet dumper to finish... 1 (prev_count=77197, count=222864) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_eutran pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack'. ------ PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack ------ Fri May 17 04:38:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_no_ctrl_ack started. 673@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_success_no_ctrl_ack-BVCI1234(675)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 673@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(677)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(677)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(678)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(678)@83d1a3b7b834: Start timer T: 5 s PCUIF(678)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_success_no_ctrl_ack-STATS(680)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_success_no_ctrl_ack-STATS(680)@83d1a3b7b834: Start timer T: 2 s PCUIF(678)@83d1a3b7b834: OsmoPCU is now connected BTS(679)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(677)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(677)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(677)@83d1a3b7b834: Start timer Tns_alive: 3 s BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(677)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(679)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(677)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(677)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(677)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(677)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(677)@83d1a3b7b834: Start timer Tns_test: 10 s 674@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 674@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_success_no_ctrl_ack-BVCI1234(675)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_success_no_ctrl_ack-BVCI1234(675)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(679)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(679)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(679)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(679)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(679)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(679)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(679)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(679)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_no_ctrl_ack finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack pass'. Fri May 17 04:39:03 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=273207) Waiting for packet dumper to finish... 1 (prev_count=273207, count=313841) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_twice'. ------ PCU_Tests.TC_nacc_outbound_success_twice ------ Fri May 17 04:39:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_twice' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_twice started. 682@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_success_twice-BVCI1234(684)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 682@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(686)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(686)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(687)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(687)@83d1a3b7b834: Start timer T: 5 s PCUIF(687)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_success_twice-STATS(689)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_success_twice-STATS(689)@83d1a3b7b834: Start timer T: 2 s PCUIF(687)@83d1a3b7b834: OsmoPCU is now connected BTS(688)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(686)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(686)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(686)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(686)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(688)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s -NSVCI1234(686)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(686)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(686)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(686)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(686)@83d1a3b7b834: Start timer Tns_test: 10 s 683@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 683@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_success_twice-BVCI1234(684)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_success_twice-BVCI1234(684)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(688)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(688)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(688)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(688)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(688)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_twice finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_twice pass'. Fri May 17 04:39:08 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_success_twice pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_success_twice.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=274445) Waiting for packet dumper to finish... 1 (prev_count=274445, count=385964) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_twice pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_twice_nocache'. ------ PCU_Tests.TC_nacc_outbound_success_twice_nocache ------ Fri May 17 04:39:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_success_twice_nocache' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_twice_nocache started. 691@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_success_twice_nocache-BVCI1234(693)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 691@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(695)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(695)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(696)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(696)@83d1a3b7b834: Start timer T: 5 s PCUIF(696)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_success_twice_nocache-STATS(698)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_success_twice_nocache-STATS(698)@83d1a3b7b834: Start timer T: 2 s PCUIF(696)@83d1a3b7b834: OsmoPCU is now connected BTS(697)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(695)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(695)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(695)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(695)@83d1a3b7b834: Start timer Tns_test: 10 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s -NSVCI1234(695)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(695)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(695)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(695)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(695)@83d1a3b7b834: Start timer Tns_test: 10 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(697)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" 692@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 692@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_success_twice_nocache-BVCI1234(693)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_success_twice_nocache-BVCI1234(693)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(697)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(697)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(697)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") MTC@83d1a3b7b834: Start timer T: 2 s BTS(697)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(697)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(697)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_success_twice_nocache finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_twice_nocache pass'. Fri May 17 04:39:16 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_success_twice_nocache pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_success_twice_nocache.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=672377) Waiting for packet dumper to finish... 1 (prev_count=672377, count=796021) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_success_twice_nocache pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout'. ------ PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout ------ Fri May 17 04:39:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_rac_ci_resolve_timeout started. 700@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_rac_ci_resolve_timeout-BVCI1234(702)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 700@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(704)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(704)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(705)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(705)@83d1a3b7b834: Start timer T: 5 s PCUIF(705)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_rac_ci_resolve_timeout-STATS(707)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_rac_ci_resolve_timeout-STATS(707)@83d1a3b7b834: Start timer T: 2 s PCUIF(705)@83d1a3b7b834: OsmoPCU is now connected BTS(706)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 2 s BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(704)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(704)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(704)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(704)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(706)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(704)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(704)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(704)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(704)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(704)@83d1a3b7b834: Start timer Tns_test: 10 s 701@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 701@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_rac_ci_resolve_timeout-BVCI1234(702)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_rac_ci_resolve_timeout-BVCI1234(702)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(706)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(706)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(706)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_rac_ci_resolve_timeout finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout pass'. Fri May 17 04:39:23 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=275551) Waiting for packet dumper to finish... 1 (prev_count=275551, count=468844) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_si_resolve_timeout'. ------ PCU_Tests.TC_nacc_outbound_si_resolve_timeout ------ Fri May 17 04:39:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_si_resolve_timeout' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_si_resolve_timeout started. 709@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_si_resolve_timeout-BVCI1234(711)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 709@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(713)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(713)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(714)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(714)@83d1a3b7b834: Start timer T: 5 s PCUIF(714)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_si_resolve_timeout-STATS(716)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_si_resolve_timeout-STATS(716)@83d1a3b7b834: Start timer T: 2 s PCUIF(714)@83d1a3b7b834: OsmoPCU is now connected BTS(715)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(713)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(713)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(713)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(713)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(715)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(713)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(713)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(713)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(713)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(713)@83d1a3b7b834: Start timer Tns_test: 10 s 710@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 710@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_si_resolve_timeout-BVCI1234(711)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_si_resolve_timeout-BVCI1234(711)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(715)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(715)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(715)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_si_resolve_timeout finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_si_resolve_timeout pass'. Fri May 17 04:39:29 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_si_resolve_timeout pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_si_resolve_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=275421) Waiting for packet dumper to finish... 1 (prev_count=275421, count=464443) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_si_resolve_timeout pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup ------ Fri May 17 04:39:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup started. 718@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_dup-BVCI1234(720)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 718@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(722)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(722)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(723)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(723)@83d1a3b7b834: Start timer T: 5 s PCUIF(723)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_dup-STATS(725)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_dup-STATS(725)@83d1a3b7b834: Start timer T: 2 s PCUIF(723)@83d1a3b7b834: OsmoPCU is now connected BTS(724)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 10 s BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(722)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(722)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(722)@83d1a3b7b834: Start timer Tns_alive: 3 s BTS(724)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(722)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(722)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(722)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(722)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(722)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(722)@83d1a3b7b834: Start timer Tns_test: 10 s 719@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 719@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_dup-BVCI1234(720)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_dup-BVCI1234(720)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(724)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(724)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Start timer T: 0.2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(724)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(724)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup pass'. Fri May 17 04:39:37 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=675058) Waiting for packet dumper to finish... 1 (prev_count=675058, count=737156) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2 ------ Fri May 17 04:39:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup2 started. 727@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_dup2-BVCI1234(729)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 727@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(731)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(731)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(732)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(732)@83d1a3b7b834: Start timer T: 5 s PCUIF(732)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_dup2-STATS(734)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_dup2-STATS(734)@83d1a3b7b834: Start timer T: 2 s PCUIF(732)@83d1a3b7b834: OsmoPCU is now connected BTS(733)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(731)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(731)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(731)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(731)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(733)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(731)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(731)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(731)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(731)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(731)@83d1a3b7b834: Start timer Tns_test: 10 s 728@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 728@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_dup2-BVCI1234(729)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_dup2-BVCI1234(729)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(733)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(733)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Start timer T: 0.2 s MTC@83d1a3b7b834: Start timer T: 1 s BTS(733)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(733)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup2 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2 pass'. Fri May 17 04:39:44 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=478492) Waiting for packet dumper to finish... 1 (prev_count=478492, count=537202) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3 ------ Fri May 17 04:39:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup3 started. 736@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_dup3-BVCI1234(738)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 736@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(740)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(740)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(741)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(741)@83d1a3b7b834: Start timer T: 5 s PCUIF(741)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_dup3-STATS(743)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_dup3-STATS(743)@83d1a3b7b834: Start timer T: 2 s PCUIF(741)@83d1a3b7b834: OsmoPCU is now connected BTS(742)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(740)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(740)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(740)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(740)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(740)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(740)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) BTS(742)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(740)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(740)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(740)@83d1a3b7b834: Start timer Tns_test: 10 s 737@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 737@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_dup3-BVCI1234(738)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_dup3-BVCI1234(738)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(742)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(742)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(742)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(742)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup3 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3 pass'. Fri May 17 04:39:49 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=277305) Waiting for packet dumper to finish... 1 (prev_count=277305, count=292318) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4 ------ Fri May 17 04:39:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup4 started. 745@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 745@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(749)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_nacc_outbound_pkt_cell_chg_notif_dup4-BVCI1234(748)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(749)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(750)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(750)@83d1a3b7b834: Start timer T: 5 s PCUIF(750)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_dup4-STATS(752)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_dup4-STATS(752)@83d1a3b7b834: Start timer T: 2 s PCUIF(750)@83d1a3b7b834: OsmoPCU is now connected BTS(751)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(749)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(749)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(749)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(749)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(749)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(749)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) BTS(751)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(749)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(749)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(749)@83d1a3b7b834: Start timer Tns_test: 10 s 746@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 746@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_dup4-BVCI1234(748)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_dup4-BVCI1234(748)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(751)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(751)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(751)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(751)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup4 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4 pass'. Fri May 17 04:39:55 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=272537) Waiting for packet dumper to finish... 1 (prev_count=272537, count=291830) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5 ------ Fri May 17 04:39:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup5 started. 754@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_dup5-BVCI1234(756)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 754@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(758)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(758)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(759)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(759)@83d1a3b7b834: Start timer T: 5 s PCUIF(759)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_dup5-STATS(761)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_dup5-STATS(761)@83d1a3b7b834: Start timer T: 2 s PCUIF(759)@83d1a3b7b834: OsmoPCU is now connected BTS(760)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" -NSVCI1234(758)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(758)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(758)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(758)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(758)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(758)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) BTS(760)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(758)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(758)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(758)@83d1a3b7b834: Start timer Tns_test: 10 s 755@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 755@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_dup5-BVCI1234(756)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_dup5-BVCI1234(756)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(760)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(760)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(760)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(760)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_dup5 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5 pass'. Fri May 17 04:40:00 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=268656) Waiting for packet dumper to finish... 1 (prev_count=268656, count=291842) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice ------ Fri May 17 04:40:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice started. 763@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_twice-BVCI1234(765)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 763@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(767)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(767)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(768)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(768)@83d1a3b7b834: Start timer T: 5 s PCUIF(768)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_twice-STATS(770)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_twice-STATS(770)@83d1a3b7b834: Start timer T: 2 s PCUIF(768)@83d1a3b7b834: OsmoPCU is now connected BTS(769)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(767)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(767)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(767)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(767)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(769)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(767)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(767)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(767)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(767)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(767)@83d1a3b7b834: Start timer Tns_test: 10 s 764@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 764@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_twice-BVCI1234(765)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_twice-BVCI1234(765)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(769)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(769)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(769)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(769)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice pass'. Fri May 17 04:40:06 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=273632) Waiting for packet dumper to finish... 1 (prev_count=273632, count=338710) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2 ------ Fri May 17 04:40:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice2 started. 772@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 772@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(776)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_nacc_outbound_pkt_cell_chg_notif_twice2-BVCI1234(775)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(776)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(777)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(777)@83d1a3b7b834: Start timer T: 5 s PCUIF(777)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_twice2-STATS(779)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_twice2-STATS(779)@83d1a3b7b834: Start timer T: 2 s PCUIF(777)@83d1a3b7b834: OsmoPCU is now connected BTS(778)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(776)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(776)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(776)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(776)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(778)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(776)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(776)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(776)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(776)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(776)@83d1a3b7b834: Start timer Tns_test: 10 s 773@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 773@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_twice2-BVCI1234(775)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_twice2-BVCI1234(775)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(778)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(778)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Start timer T: 0.2 s BTS(778)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(778)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice2 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2 pass'. Fri May 17 04:40:12 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=273540) Waiting for packet dumper to finish... 1 (prev_count=273540, count=337695) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3 ------ Fri May 17 04:40:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice3 started. 781@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_twice3-BVCI1234(783)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 781@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(785)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(785)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(786)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(786)@83d1a3b7b834: Start timer T: 5 s PCUIF(786)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_twice3-STATS(788)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_twice3-STATS(788)@83d1a3b7b834: Start timer T: 2 s PCUIF(786)@83d1a3b7b834: OsmoPCU is now connected BTS(787)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(785)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(785)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(785)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(785)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(787)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(785)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(785)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(785)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(785)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(785)@83d1a3b7b834: Start timer Tns_test: 10 s 782@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 782@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_twice3-BVCI1234(783)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_twice3-BVCI1234(783)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(787)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(787)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(787)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(787)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice3 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3 pass'. Fri May 17 04:40:17 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=276308) Waiting for packet dumper to finish... 1 (prev_count=276308, count=314936) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4 ------ Fri May 17 04:40:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice4 started. 790@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 790@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_nacc_outbound_pkt_cell_chg_notif_twice4-BVCI1234(793)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(794)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(794)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(795)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(795)@83d1a3b7b834: Start timer T: 5 s PCUIF(795)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_twice4-STATS(797)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_twice4-STATS(797)@83d1a3b7b834: Start timer T: 2 s PCUIF(795)@83d1a3b7b834: OsmoPCU is now connected BTS(796)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 10 s BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(794)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(794)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(794)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(794)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(796)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(794)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(794)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(794)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(794)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(794)@83d1a3b7b834: Start timer Tns_test: 10 s 791@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 791@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_twice4-BVCI1234(793)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_twice4-BVCI1234(793)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(796)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(796)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(796)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(796)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(796)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice4 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4 pass'. Fri May 17 04:40:23 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=272490) Waiting for packet dumper to finish... 1 (prev_count=272490, count=357059) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5 ------ Fri May 17 04:40:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice5 started. 799@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_twice5-BVCI1234(801)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 799@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(803)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(803)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(804)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(804)@83d1a3b7b834: Start timer T: 5 s PCUIF(804)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_twice5-STATS(806)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_twice5-STATS(806)@83d1a3b7b834: Start timer T: 2 s PCUIF(804)@83d1a3b7b834: OsmoPCU is now connected BTS(805)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" MTC@83d1a3b7b834: Start timer T: 10 s BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" -NSVCI1234(803)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(803)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(803)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(803)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(805)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(803)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(803)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(803)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(803)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(803)@83d1a3b7b834: Start timer Tns_test: 10 s 800@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 800@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_twice5-BVCI1234(801)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_twice5-BVCI1234(801)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(805)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(805)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") BTS(805)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(805)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++++++") BTS(805)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(805)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_twice5 finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5 pass'. Fri May 17 04:40:29 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5 pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=276517) Waiting for packet dumper to finish... 1 (prev_count=276517, count=390107) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5 pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf'. ------ PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf ------ Fri May 17 04:40:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf started. 808@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf-BVCI1234(811)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 808@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(812)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(812)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(813)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(813)@83d1a3b7b834: Start timer T: 5 s PCUIF(813)@83d1a3b7b834: Start timer T_Conn: 10 s TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf-STATS(815)@83d1a3b7b834: Start timer T: 2 s TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf-STATS(815)@83d1a3b7b834: Start timer T: 2 s PCUIF(813)@83d1a3b7b834: OsmoPCU is now connected BTS(814)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(812)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(812)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(812)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(812)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(814)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(812)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(812)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(812)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(812)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(812)@83d1a3b7b834: Start timer Tns_test: 10 s 809@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 809@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf-BVCI1234(811)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf-BVCI1234(811)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(814)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(814)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") MTC@83d1a3b7b834: Start timer T: 0.1 s BTS(814)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++") BTS(814)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '0B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("\v+++++++++++++++++") BTS(814)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf pass'. Fri May 17 04:40:35 UTC 2024 ====== PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=269630) Waiting for packet dumper to finish... 1 (prev_count=269630, count=381918) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_rim_ran_info_req_single_rep'. ------ PCU_Tests.TC_rim_ran_info_req_single_rep ------ Fri May 17 04:40:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_rim_ran_info_req_single_rep' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_rim_ran_info_req_single_rep started. 817@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_rim_ran_info_req_single_rep-BVCI1234(819)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 817@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(821)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(821)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(822)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(822)@83d1a3b7b834: Start timer T: 5 s PCUIF(822)@83d1a3b7b834: Start timer T_Conn: 10 s TC_rim_ran_info_req_single_rep-STATS(824)@83d1a3b7b834: Start timer T: 2 s TC_rim_ran_info_req_single_rep-STATS(824)@83d1a3b7b834: Start timer T: 2 s PCUIF(822)@83d1a3b7b834: OsmoPCU is now connected BTS(823)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(823)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(821)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(821)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(821)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(821)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(821)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(821)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(821)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(821)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(821)@83d1a3b7b834: Start timer Tns_test: 10 s 818@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 818@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_rim_ran_info_req_single_rep-BVCI1234(819)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_rim_ran_info_req_single_rep-BVCI1234(819)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 1 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(823)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_rim_ran_info_req_single_rep finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_rim_ran_info_req_single_rep pass'. Fri May 17 04:40:41 UTC 2024 ====== PCU_Tests.TC_rim_ran_info_req_single_rep pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_rim_ran_info_req_single_rep.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=75143) Waiting for packet dumper to finish... 1 (prev_count=75143, count=257266) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_rim_ran_info_req_single_rep pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_rim_ran_info_req_single_rep_eutran'. ------ PCU_Tests.TC_rim_ran_info_req_single_rep_eutran ------ Fri May 17 04:40:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_rim_ran_info_req_single_rep_eutran' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_rim_ran_info_req_single_rep_eutran started. 826@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 826@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(830)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_rim_ran_info_req_single_rep_eutran-BVCI1234(829)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(830)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(831)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(831)@83d1a3b7b834: Start timer T: 5 s PCUIF(831)@83d1a3b7b834: Start timer T_Conn: 10 s TC_rim_ran_info_req_single_rep_eutran-STATS(833)@83d1a3b7b834: Start timer T: 2 s TC_rim_ran_info_req_single_rep_eutran-STATS(833)@83d1a3b7b834: Start timer T: 2 s PCUIF(831)@83d1a3b7b834: OsmoPCU is now connected BTS(832)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" -NSVCI1234(830)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" -NSVCI1234(830)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(830)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(830)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" BTS(832)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(830)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(830)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(830)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(830)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(830)@83d1a3b7b834: Start timer Tns_test: 10 s 827@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 827@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_rim_ran_info_req_single_rep_eutran-BVCI1234(829)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_rim_ran_info_req_single_rep_eutran-BVCI1234(829)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 1 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(832)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_rim_ran_info_req_single_rep_eutran finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_rim_ran_info_req_single_rep_eutran pass'. Fri May 17 04:40:47 UTC 2024 ====== PCU_Tests.TC_rim_ran_info_req_single_rep_eutran pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_rim_ran_info_req_single_rep_eutran.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=75220) Waiting for packet dumper to finish... 1 (prev_count=75220, count=257375) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_rim_ran_info_req_single_rep_eutran pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_rim_ran_info_req_single_rep_no_si'. ------ PCU_Tests.TC_rim_ran_info_req_single_rep_no_si ------ Fri May 17 04:40:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_rim_ran_info_req_single_rep_no_si' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_rim_ran_info_req_single_rep_no_si started. 835@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_rim_ran_info_req_single_rep_no_si-BVCI1234(837)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 835@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(839)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(839)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(840)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(840)@83d1a3b7b834: Start timer T: 5 s PCUIF(840)@83d1a3b7b834: Start timer T_Conn: 10 s TC_rim_ran_info_req_single_rep_no_si-STATS(842)@83d1a3b7b834: Start timer T: 2 s TC_rim_ran_info_req_single_rep_no_si-STATS(842)@83d1a3b7b834: Start timer T: 2 s PCUIF(840)@83d1a3b7b834: OsmoPCU is now connected BTS(841)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS7" BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS7" BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX4/TS7" BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX5/TS7" BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX6/TS7" -NSVCI1234(839)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(841)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX7/TS7" -NSVCI1234(839)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(839)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(839)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(839)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(839)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(839)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(839)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(839)@83d1a3b7b834: Start timer Tns_test: 10 s 836@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 836@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_rim_ran_info_req_single_rep_no_si-BVCI1234(837)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_rim_ran_info_req_single_rep_no_si-BVCI1234(837)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 1 s MTC@83d1a3b7b834: Start timer T: 2 s BTS(841)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_rim_ran_info_req_single_rep_no_si finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_rim_ran_info_req_single_rep_no_si pass'. Fri May 17 04:40:53 UTC 2024 ====== PCU_Tests.TC_rim_ran_info_req_single_rep_no_si pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_rim_ran_info_req_single_rep_no_si.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=74813) Waiting for packet dumper to finish... 1 (prev_count=74813, count=257121) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_rim_ran_info_req_single_rep_no_si pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pdch_energy_saving'. ------ PCU_Tests.TC_pdch_energy_saving ------ Fri May 17 04:40:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_pdch_energy_saving' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_pdch_energy_saving started. 844@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_pdch_energy_saving-BVCI1234(846)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 844@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(848)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(848)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(849)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(849)@83d1a3b7b834: Start timer T: 5 s PCUIF(849)@83d1a3b7b834: Start timer T_Conn: 10 s TC_pdch_energy_saving-STATS(851)@83d1a3b7b834: Start timer T: 2 s TC_pdch_energy_saving-STATS(851)@83d1a3b7b834: Start timer T: 2 s PCUIF(849)@83d1a3b7b834: OsmoPCU is now connected BTS(850)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" MTC@83d1a3b7b834: Start timer T: 10 s BTS(850)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(850)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS7" -NSVCI1234(848)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) -NSVCI1234(848)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(848)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(848)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(848)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(848)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(848)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(848)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(848)@83d1a3b7b834: Start timer Tns_test: 10 s 845@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 845@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_pdch_energy_saving-BVCI1234(846)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_pdch_energy_saving-BVCI1234(846)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized MTC@83d1a3b7b834: Start timer T: 0.5 s MTC@83d1a3b7b834: Start timer T: 0.5 s BTS(850)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_pdch_energy_saving finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pdch_energy_saving pass'. Fri May 17 04:40:58 UTC 2024 ====== PCU_Tests.TC_pdch_energy_saving pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_pdch_energy_saving.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=7490) Waiting for packet dumper to finish... 1 (prev_count=7490, count=45505) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_pdch_energy_saving pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_stat_pdch_avail_occ'. ------ PCU_Tests.TC_stat_pdch_avail_occ ------ Fri May 17 04:41:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_stat_pdch_avail_occ' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_stat_pdch_avail_occ started. 853@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 853@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(857)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) TC_stat_pdch_avail_occ-BVCI1234(856)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(857)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(858)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(858)@83d1a3b7b834: Start timer T: 5 s PCUIF(858)@83d1a3b7b834: Start timer T_Conn: 10 s TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: Start timer T: 2 s PCUIF(858)@83d1a3b7b834: OsmoPCU is now connected BTS(859)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS4" BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS5" BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS0" -NSVCI1234(857)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS1" -NSVCI1234(857)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(857)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(857)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS2" BTS(859)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS3" -NSVCI1234(857)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(857)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(857)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(857)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(857)@83d1a3b7b834: Start timer Tns_test: 10 s 854@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 854@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_stat_pdch_avail_occ-BVCI1234(856)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_stat_pdch_avail_occ-BVCI1234(856)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: Start timer T_statsd: 5 s TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.available", val := 8, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.available", mtype := "g", min := 8, max := 8 } TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied", mtype := "g", min := 0, max := 0 } TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.gprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.gprs", mtype := "g", min := 0, max := 0 } TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.egprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.egprs", mtype := "g", min := 0, max := 0 } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=120, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(859)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 6, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=121, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(859)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 4, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 872, indirect := omit }, one := omit }, req_ref := { ra := '01111001'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=122, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(859)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 0, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 873, indirect := omit }, one := omit }, req_ref := { ra := '01111010'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, ch_coding_cmd := CH_CODING_CS2 (1), tlli_block_chan_coding := '1'B, alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, single := omit } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=112, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(859)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01110000'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '0'B, ass := { ul := { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } } } } } } } } } MTC@83d1a3b7b834: Rx Uplink TBF GPRS assignment: { presence := '0'B, dynamic := omit, single := { alpha_present := '0'B, alpha := omit, gamma := 0, padding := '01'B, tbf_starting_time := { t1 := 0, t3 := 1, t2 := 0 } } } BTS(859)@83d1a3b7b834: Warning: dec_RlcmacDlCtrlBlock(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B'O ("++++++++") TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: Start timer T_statsd: 5 s TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.available", val := 8, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.available", mtype := "g", min := 8, max := 8 } TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied", val := 4, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied", mtype := "g", min := 4, max := 4 } TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.gprs", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.gprs", mtype := "g", min := 3, max := 3 } TC_stat_pdch_avail_occ-STATS(860)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.egprs", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.egprs", mtype := "g", min := 1, max := 1 } BTS(859)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_stat_pdch_avail_occ finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_stat_pdch_avail_occ pass'. Fri May 17 04:41:03 UTC 2024 ====== PCU_Tests.TC_stat_pdch_avail_occ pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_stat_pdch_avail_occ.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=108010) Waiting for packet dumper to finish... 1 (prev_count=108010, count=213441) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_stat_pdch_avail_occ pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs'. ------ PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs ------ Fri May 17 04:41:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_stat_pdch_avail_occ_ms_not_known_gprs started. 862@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 TC_stat_pdch_avail_occ_ms_not_known_gprs-BVCI1234(864)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 MTC@83d1a3b7b834: Start timer g_T_guard: 60 s 862@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } -NSVCI1234(866)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) -NSVCI1234(866)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(867)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(867)@83d1a3b7b834: Start timer T: 5 s PCUIF(867)@83d1a3b7b834: Start timer T_Conn: 10 s TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: Start timer T: 2 s PCUIF(867)@83d1a3b7b834: OsmoPCU is now connected BTS(868)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS4" -NSVCI1234(866)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS5" -NSVCI1234(866)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(866)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(866)@83d1a3b7b834: Start timer Tns_test: 10 s BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS0" BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS1" BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS2" -NSVCI1234(866)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(866)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) BTS(868)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS3" -NSVCI1234(866)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(866)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(866)@83d1a3b7b834: Start timer Tns_test: 10 s 863@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 863@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_stat_pdch_avail_occ_ms_not_known_gprs-BVCI1234(864)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_stat_pdch_avail_occ_ms_not_known_gprs-BVCI1234(864)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: Start timer T_statsd: 5 s TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.available", val := 8, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.available", mtype := "g", min := 8, max := 8 } TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied", mtype := "g", min := 0, max := 0 } TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.gprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.gprs", mtype := "g", min := 0, max := 0 } TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.egprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.egprs", mtype := "g", min := 0, max := 0 } MTC@83d1a3b7b834: Start timer T: 2 s BTS(868)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(868)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 6, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '1'B }, ta_index_present := '1'B, ta_index := 2, tbf_starting_time_present := '1'B, tbf_starting_time := { t1 := 12, t3 := 43, t2 := 5 }, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: Start timer T_statsd: 5 s TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.available", val := 8, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.available", mtype := "g", min := 8, max := 8 } TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied", mtype := "g", min := 1, max := 1 } TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.gprs", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.gprs", mtype := "g", min := 1, max := 1 } TC_stat_pdch_avail_occ_ms_not_known_gprs-STATS(869)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.egprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.egprs", mtype := "g", min := 0, max := 0 } BTS(868)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_stat_pdch_avail_occ_ms_not_known_gprs finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs pass'. Fri May 17 04:41:09 UTC 2024 ====== PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=104879) Waiting for packet dumper to finish... 1 (prev_count=104879, count=148420) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs'. ------ PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs ------ Fri May 17 04:41:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_stat_pdch_avail_occ_ms_not_known_egprs started. 871@83d1a3b7b834: Creating NSIP provider for "172.18.29.10":23000 871@83d1a3b7b834: Starting NSVC component for { provider := { ip := { address_family := AF_INET (2), local_udp_port := 23000, local_ip := "172.18.29.10", remote_udp_port := 23000, remote_ip := "172.18.29.101", data_weight := 1, signalling_weight := 1 } }, nsvci := 1234 } TC_stat_pdch_avail_occ_ms_not_known_egprs-BVCI1234(874)@83d1a3b7b834: Adding Client=mtc, IMSI='262420000000001'H, TLLI='FFFFFFFF'O, index=0 -NSVCI1234(875)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_DEAD_BLOCKED (1) MTC@83d1a3b7b834: Start timer g_T_guard: 60 s -NSVCI1234(875)@83d1a3b7b834: Provider Link came up: waiting for NS-RESET MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(876)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(876)@83d1a3b7b834: Start timer T: 5 s PCUIF(876)@83d1a3b7b834: Start timer T_Conn: 10 s TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: Start timer T: 2 s PCUIF(876)@83d1a3b7b834: OsmoPCU is now connected BTS(877)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 10 s BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS6" BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS4" BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX1/TS5" BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS0" BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX2/TS1" -NSVCI1234(875)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_DEAD_BLOCKED (1) -> NSVC_S_ALIVE_BLOCKED (3) BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS2" BTS(877)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX3/TS3" -NSVCI1234(875)@83d1a3b7b834: Rx NS-RESET: Sending NS-ALIVE -NSVCI1234(875)@83d1a3b7b834: Start timer Tns_alive: 3 s -NSVCI1234(875)@83d1a3b7b834: Start timer Tns_test: 10 s -NSVCI1234(875)@83d1a3b7b834: Warning: Stopping inactive timer Tns_block. -NSVCI1234(875)@83d1a3b7b834: NSVC 1234 State Transition: NSVC_S_ALIVE_BLOCKED (3) -> NSVC_S_ALIVE_UNBLOCKED (4) -NSVCI1234(875)@83d1a3b7b834: Rx NS-ALIVE-ACK: stopping Tns-alive; starting Tns-test -NSVCI1234(875)@83d1a3b7b834: Warning: Re-starting timer Tns_test, which is already active (running or expired). -NSVCI1234(875)@83d1a3b7b834: Start timer Tns_test: 10 s 872@83d1a3b7b834: Rx BVC-RESET for Signaling BVCI=0 872@83d1a3b7b834: BVCI(0) State Transition: BVC_S_WAIT_RESET (0) -> BVC_S_UNBLOCKED (3) TC_stat_pdch_avail_occ_ms_not_known_egprs-BVCI1234(874)@83d1a3b7b834: Rx BVC-RESET from BVCI=1234 TC_stat_pdch_avail_occ_ms_not_known_egprs-BVCI1234(874)@83d1a3b7b834: BVCI(1234) State Transition: BVC_S_BLOCKED (2) -> BVC_S_UNBLOCKED (3) MTC@83d1a3b7b834: BSSGP successfully initialized TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: Start timer T_statsd: 5 s TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.available", val := 8, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.available", mtype := "g", min := 8, max := 8 } TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied", mtype := "g", min := 0, max := 0 } TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.gprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.gprs", mtype := "g", min := 0, max := 0 } TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.egprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.egprs", mtype := "g", min := 0, max := 0 } MTC@83d1a3b7b834: Start timer T: 2 s BTS(877)@83d1a3b7b834: Warning: dec_PCUIF_pch(): Data remained at the end of the stream after successful decoding: '01'O BTS(877)@83d1a3b7b834: Warning: The first argument (instr) of function regexp(), which is "262420000000001" & char(0, 0, 0, 0) & char(0, 0, 0, 0), contains a character with zero character code at index 15. The rest of the string will be ignored during matching. MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := true, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 6, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111101'B, t1p := 16, t3 := 0, t2 := 0 }, timing_advance := 28, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '11'B, ll := omit, lh := omit, hl := omit, hh := { pa_disc := '0'B, pa := { uldl := { ass_disc := '1'B, ass := { dl := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } } } } } } } } MTC@83d1a3b7b834: Rx Downlink TBF assignment: { ccch := { tlli := '00000001'O, group1_present := '1'B, group1 := { tfi_assignment := 0, rlc_mode := '0'B, alpha_present := '0'B, alpha := 0, gamma := 0, polling := '0'B, ta_valid := '0'B }, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit, p0_present := '0'B, p0 := omit, pr_mode := omit } } MTC@83d1a3b7b834: Start timer T: 0.2 s TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: Start timer T: 2 s TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: Start timer T_statsd: 5 s TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.available", val := 8, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.available", mtype := "g", min := 8, max := 8 } TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied", mtype := "g", min := 1, max := 1 } TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.gprs", val := 0, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.gprs", mtype := "g", min := 0, max := 0 } TC_stat_pdch_avail_occ_ms_not_known_egprs-STATS(878)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.occupied.egprs", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bts.0.pdch.occupied.egprs", mtype := "g", min := 1, max := 1 } BTS(877)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_stat_pdch_avail_occ_ms_not_known_egprs finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs pass'. Fri May 17 04:41:14 UTC 2024 ====== PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=106041) Waiting for packet dumper to finish... 1 (prev_count=106041, count=149997) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ratectr_all_available_allocated'. ------ PCU_Tests.TC_ratectr_all_available_allocated ------ Fri May 17 04:41:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests.TC_ratectr_all_available_allocated' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ratectr_all_available_allocated started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Start timer T: 2 s PCUIF(880)@83d1a3b7b834: "Init PCU interface on '/data/unix/pcu_bts', waiting for connection..." PCUIF(880)@83d1a3b7b834: Start timer T: 5 s PCUIF(880)@83d1a3b7b834: Start timer T_Conn: 10 s TC_ratectr_all_available_allocated-STATS(882)@83d1a3b7b834: Start timer T: 2 s TC_ratectr_all_available_allocated-STATS(882)@83d1a3b7b834: Start timer T: 2 s PCUIF(880)@83d1a3b7b834: OsmoPCU is now connected BTS(881)@83d1a3b7b834: Rx TXT.ind from the PCU, version is "1.4.0.13-38bcb" TC_ratectr_all_available_allocated-STATS(882)@83d1a3b7b834: Start timer T: 2 s MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (683): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '011'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=683, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: "Rx ACT.req from the PCU: TRX0/TS7" BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01011'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 0, polling := '0'B, spare := '0'B, usf := 0, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (681): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=681, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 1, polling := '0'B, spare := '0'B, usf := 1, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (686): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '110'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=686, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01110'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 2, polling := '0'B, spare := '0'B, usf := 2, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (685): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '101'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=685, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01101'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 3, polling := '0'B, spare := '0'B, usf := 3, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (685): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '101'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=685, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01101'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 4, polling := '0'B, spare := '0'B, usf := 4, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (681): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '001'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=681, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01001'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 5, polling := '0'B, spare := '0'B, usf := 5, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Sending EGPRS Packet Channel Request (680): { one_phase := { tag := '0'B, multislot_class := '10101'B, priority := '01'B, random_bits := '000'B } } MTC@83d1a3b7b834: Sending RACH.ind on fn=1337 with RA=680, TA=0 MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 11, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := true }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := omit, pkt_chan_desc := { channel_Type_spare := 1, tn := 7, tsc := 7, presence := '0'B, zero := { hopping := '0'B, spare := '0'B, arfcn := 871, indirect := omit }, one := omit }, req_ref := { ra := '01111111'B, t1p := 1, t3 := 11, t2 := 11 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '01'B, ll := omit, lh := { presence := '00'B, egprs_ul := { ext_ra := '01000'B, ats_present := '0'B, ats := omit, presence := '1'B, dynamic := { tfi_assignment := 6, polling := '0'B, spare := '0'B, usf := 6, usf_granularity := '0'B, p0_present := '0'B, p0 := omit, pr_mode := omit, egprs_ch_coding_cmd := CH_CODING_MCS1 (0), tlli_block_chan_coding := '0'B, bep_period2_present := '0'B, bep_period2 := omit, resegment := '0'B, egprs_window_size := EGPRS_WS_64 (0), alpha_present := '0'B, alpha := omit, gamma := 0, ta_index_present := '0'B, ta_index := omit, tbf_starting_time_present := '0'B, tbf_starting_time := omit }, multiblock := omit }, multiblock_dl_ass := omit }, hl := omit, hh := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s BTS(881)@83d1a3b7b834: Warning: dec_PCUIF_agch(): Data remained at the end of the stream after successful decoding: '00'O MTC@83d1a3b7b834: Rx Immediate Assignment: { header := { l2_plen := { l2_plen := 19, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT_REJECT (58) }, payload := { imm_ass_rej := { feature_ind := { peo_bcch_change_mark := '00'B, cs_ir := false, ps_ir := true }, page_mode := PAGE_MODE_NORMAL (0), payload := { { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 20 }, { req_ref := { ra := '01111111'B, t1p := 1, t3 := 34, t2 := 24 }, wait_ind := 20 } }, rest_octets := { ext_ra_list := { { presence := '1'B, ext_ra := '01000'B }, { presence := '1'B, ext_ra := '00010'B }, { presence := '0'B, ext_ra := omit }, { presence := '0'B, ext_ra := omit } }, rel13_ind := '0'B, rcc := omit } } } } MTC@83d1a3b7b834: Start timer T: 2 s TC_ratectr_all_available_allocated-STATS(882)@83d1a3b7b834: Start timer T: 2 s TC_ratectr_all_available_allocated-STATS(882)@83d1a3b7b834: Start timer T_statsd: 5 s TC_ratectr_all_available_allocated-STATS(882)@83d1a3b7b834: EXP match: { name := "TTCN3.bts.0.pdch.all_allocated", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.pdch.all_allocated", mtype := "c", min := 1, max := 1 } BTS(881)@83d1a3b7b834: Shutting down virtual BTS #0... MTC@83d1a3b7b834: Test case TC_ratectr_all_available_allocated finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ratectr_all_available_allocated pass'. Fri May 17 04:41:21 UTC 2024 ====== PCU_Tests.TC_ratectr_all_available_allocated pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests.TC_ratectr_all_available_allocated.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=163813) Waiting for packet dumper to finish... 1 (prev_count=163813, count=226993) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests.TC_ratectr_all_available_allocated pass' was executed successfully (exit status: 0). MC@83d1a3b7b834: Test execution finished. MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_reset'. ------ PCU_Tests_NS.TC_ns_reset ------ Fri May 17 04:41:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_reset' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_reset started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_reset finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_reset pass'. Fri May 17 04:41:26 UTC 2024 ====== PCU_Tests_NS.TC_ns_reset pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=311) Waiting for packet dumper to finish... 1 (prev_count=311, count=26407) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_reset pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_reset_retrans'. ------ PCU_Tests_NS.TC_ns_reset_retrans ------ Fri May 17 04:41:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_reset_retrans' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_reset_retrans started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_reset_retrans finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_reset_retrans pass'. Fri May 17 04:41:40 UTC 2024 ====== PCU_Tests_NS.TC_ns_reset_retrans pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_reset_retrans.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=18109) Waiting for packet dumper to finish... 1 (prev_count=18109, count=28824) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_reset_retrans pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_alive'. ------ PCU_Tests_NS.TC_ns_alive ------ Fri May 17 04:41:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_alive' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_alive started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_alive finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_alive pass'. Fri May 17 04:41:45 UTC 2024 ====== PCU_Tests_NS.TC_ns_alive pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_alive.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=311) Waiting for packet dumper to finish... 1 (prev_count=311, count=26407) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_alive pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_alive_timeout_reset'. ------ PCU_Tests_NS.TC_ns_alive_timeout_reset ------ Fri May 17 04:41:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_alive_timeout_reset' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_alive_timeout_reset started. MTC@83d1a3b7b834: Start timer g_T_guard: 100 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_alive_timeout_reset finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_alive_timeout_reset pass'. Fri May 17 04:42:02 UTC 2024 ====== PCU_Tests_NS.TC_ns_alive_timeout_reset pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_alive_timeout_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=22033) Waiting for packet dumper to finish... 1 (prev_count=22033, count=33016) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_alive_timeout_reset pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_unblock'. ------ PCU_Tests_NS.TC_ns_unblock ------ Fri May 17 04:42:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_unblock' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_unblock started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_unblock finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_unblock pass'. Fri May 17 04:42:07 UTC 2024 ====== PCU_Tests_NS.TC_ns_unblock pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_unblock.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=313) Waiting for packet dumper to finish... 1 (prev_count=313, count=28840) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_unblock pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_unblock_retrans'. ------ PCU_Tests_NS.TC_ns_unblock_retrans ------ Fri May 17 04:42:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_unblock_retrans' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_unblock_retrans started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_unblock_retrans finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_unblock_retrans pass'. Fri May 17 04:42:15 UTC 2024 ====== PCU_Tests_NS.TC_ns_unblock_retrans pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_unblock_retrans.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=18636) Waiting for packet dumper to finish... 1 (prev_count=18636, count=30693) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_unblock_retrans pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_full_bringup'. ------ PCU_Tests_NS.TC_ns_full_bringup ------ Fri May 17 04:42:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_full_bringup' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_full_bringup started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_full_bringup finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_full_bringup pass'. Fri May 17 04:42:50 UTC 2024 ====== PCU_Tests_NS.TC_ns_full_bringup pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_full_bringup.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=22360) Waiting for packet dumper to finish... 1 (prev_count=22360, count=38528) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_full_bringup pass' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_so_block'. ------ PCU_Tests_NS.TC_ns_so_block ------ Fri May 17 04:42:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-start.sh PCU_Tests_NS.TC_ns_so_block' was executed successfully (exit status: 0). MTC@83d1a3b7b834: Test case TC_ns_so_block started. MTC@83d1a3b7b834: Start timer g_T_guard: 60 s MTC@83d1a3b7b834: Start timer T: 5 s MTC@83d1a3b7b834: Test case TC_ns_so_block finished. Verdict: pass MTC@83d1a3b7b834: Starting external command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_so_block pass'. Fri May 17 04:42:55 UTC 2024 ====== PCU_Tests_NS.TC_ns_so_block pass ====== Saving talloc report from 172.18.29.101:4240 to PCU_Tests_NS.TC_ns_so_block.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=314) Waiting for packet dumper to finish... 1 (prev_count=314, count=31146) MTC@83d1a3b7b834: External command `../ttcn3-tcpdump-stop.sh PCU_Tests_NS.TC_ns_so_block pass' was executed successfully (exit status: 0). MC@83d1a3b7b834: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@83d1a3b7b834: Terminating MTC. MC@83d1a3b7b834: MTC terminated. MC2> exit MC@83d1a3b7b834: Shutting down session. MC@83d1a3b7b834: Shutdown complete. Comparing expected results '/osmo-ttcn3-hacks/pcu/expected-results.xml' against results in 'junit-xml-24.log' -------------------- pass PCU_Tests.TC_pcuif_suspend pass PCU_Tests.TC_pcuif_suspend_active_tbf pass PCU_Tests.TC_ta_ptcch_idle pass PCU_Tests.TC_ta_rach_imm_ass xfail PCU_Tests.TC_ta_ul_ack_nack_first_block xfail PCU_Tests.TC_ta_idle_dl_tbf_ass xfail PCU_Tests.TC_ta_ptcch_ul_multi_tbf pass PCU_Tests.TC_cs_lqual_ul_tbf pass PCU_Tests.TC_cs_initial_ul pass PCU_Tests.TC_cs_max_ul pass PCU_Tests.TC_cs_initial_dl pass PCU_Tests.TC_cs_max_dl pass PCU_Tests.TC_dl_cs1_to_cs4 pass PCU_Tests.TC_mcs_initial_ul pass PCU_Tests.TC_mcs_max_ul pass PCU_Tests.TC_mcs_initial_dl pass PCU_Tests.TC_mcs_max_dl pass PCU_Tests.TC_t3141 pass PCU_Tests.TC_n3101_max_t3169 pass PCU_Tests.TC_n3103_max_t3169 pass PCU_Tests.TC_x2031_t3191 pass PCU_Tests.TC_zero_x2031_t3191 pass PCU_Tests.TC_t3193 pass PCU_Tests.TC_n3105_max_t3195 pass PCU_Tests.TC_t3172_wait_ind_size0 pass PCU_Tests.TC_t3172_wait_ind_size1 pass PCU_Tests.TC_countdown_procedure pass PCU_Tests.TC_ul_all_sizes pass PCU_Tests.TC_ul_data_toolong_fills_padding pass PCU_Tests.TC_mo_ping_pong pass PCU_Tests.TC_mo_ping_pong_with_ul_racap pass PCU_Tests.TC_force_two_phase_access pass PCU_Tests.TC_mt_ping_pong pass PCU_Tests.TC_mt_ping_pong_with_dl_racap pass PCU_Tests.TC_ul_intermediate_retrans pass PCU_Tests.TC_imm_ass_dl_block_retrans pass PCU_Tests.TC_dl_flow_more_blocks pass PCU_Tests.TC_ul_flow_multiple_llc_blocks pass PCU_Tests.TC_dl_no_ack_retrans_imm_ass pass PCU_Tests.TC_dl_llc_sapi_priority pass PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs pass PCU_Tests.TC_paging_cs_from_bts pass PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi pass PCU_Tests.TC_paging_cs_from_sgsn_sign pass PCU_Tests.TC_paging_cs_from_sgsn_ptp pass PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi pass PCU_Tests.TC_paging_ps_from_sgsn_sign pass PCU_Tests.TC_paging_ps_from_sgsn_ptp pass PCU_Tests.TC_paging_pch_timeout pass PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi pass PCU_Tests.TC_paging_cs_multi_ms_imsi pass PCU_Tests.TC_paging_cs_multi_ms_tmsi pass PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi pass PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi pass PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy pass PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy pass PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch pass PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch pass PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch pass PCU_Tests.TC_egprs_pkt_chan_req_signalling pass PCU_Tests.TC_egprs_pkt_chan_req_one_phase pass PCU_Tests.TC_egprs_pkt_chan_req_two_phase pass PCU_Tests.TC_egprs_pkt_chan_req_reject_content pass PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency pass PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion pass PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only pass PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs pass PCU_Tests.TC_pcuif_fh_imm_ass_ul pass PCU_Tests.TC_pcuif_fh_imm_ass_dl pass PCU_Tests.TC_pcuif_fh_pkt_ass_ul pass PCU_Tests.TC_pcuif_fh_pkt_ass_dl pass PCU_Tests.TC_multitrx_multims_alloc xfail PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn xfail PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown pass PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase pass PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase pass PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req pass PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168 pass PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack pass PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs pass PCU_Tests.TC_multiplex_dl_gprs_egprs pass PCU_Tests.TC_pcuif_info_ind_subsequent pass PCU_Tests.TC_nacc_outbound_success pass PCU_Tests.TC_nacc_outbound_success_utran pass PCU_Tests.TC_nacc_outbound_success_eutran pass PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack pass PCU_Tests.TC_nacc_outbound_success_twice pass PCU_Tests.TC_nacc_outbound_success_twice_nocache pass PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout pass PCU_Tests.TC_nacc_outbound_si_resolve_timeout pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5 pass PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf pass PCU_Tests.TC_rim_ran_info_req_single_rep pass PCU_Tests.TC_rim_ran_info_req_single_rep_eutran pass PCU_Tests.TC_rim_ran_info_req_single_rep_no_si pass PCU_Tests.TC_pdch_energy_saving pass PCU_Tests.TC_stat_pdch_avail_occ pass PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs pass PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs pass PCU_Tests.TC_ratectr_all_available_allocated pass PCU_Tests_NS.TC_ns_reset pass PCU_Tests_NS.TC_ns_reset_retrans pass PCU_Tests_NS.TC_ns_alive pass PCU_Tests_NS.TC_ns_alive_timeout_reset pass PCU_Tests_NS.TC_ns_unblock pass PCU_Tests_NS.TC_ns_unblock_retrans pass PCU_Tests_NS.TC_ns_full_bringup pass PCU_Tests_NS.TC_ns_so_block Summary: xfail: 5 pass: 112 + exit_code=0 + /osmo-ttcn3-hacks/log_merge.sh PCU_Tests --rm Generated PCU_Tests.TC_bssgp_dl_unitdata_with_invalid_imsi.merged Generated PCU_Tests.TC_bssgp_dl_unitdata_with_valid_imsi.merged Generated PCU_Tests.TC_countdown_procedure.merged Generated PCU_Tests.TC_cs_initial_dl.merged Generated PCU_Tests.TC_cs_initial_ul.merged Generated PCU_Tests.TC_cs_lqual_ul_tbf.merged Generated PCU_Tests.TC_cs_max_dl.merged Generated PCU_Tests.TC_cs_max_ul.merged Generated PCU_Tests.TC_dl_cs1_to_cs4.merged Generated PCU_Tests.TC_dl_egprs_data_no_llc_ui_dummy.merged Generated PCU_Tests.TC_dl_flow_more_blocks.merged Generated PCU_Tests.TC_dl_gprs_data_no_llc_ui_dummy.merged Generated PCU_Tests.TC_dl_llc_sapi_priority.merged Generated PCU_Tests.TC_dl_multislot_tbf_ms_class_from_2phase.merged Generated PCU_Tests.TC_dl_multislot_tbf_ms_class_from_sgsn.merged Generated PCU_Tests.TC_dl_multislot_tbf_ms_class_unknown.merged Generated PCU_Tests.TC_dl_no_ack_retrans_imm_ass.merged Generated PCU_Tests.TC_egprs_pkt_chan_req_one_phase.merged Generated PCU_Tests.TC_egprs_pkt_chan_req_reject_content.merged Generated PCU_Tests.TC_egprs_pkt_chan_req_reject_emergency.merged Generated PCU_Tests.TC_egprs_pkt_chan_req_reject_exhaustion.merged Generated PCU_Tests.TC_egprs_pkt_chan_req_signalling.merged Generated PCU_Tests.TC_egprs_pkt_chan_req_two_phase.merged Generated PCU_Tests.TC_force_two_phase_access.merged Generated PCU_Tests.TC_imm_ass_dl_block_retrans.merged Generated PCU_Tests.TC_mcs_initial_dl.merged Generated PCU_Tests.TC_mcs_initial_ul.merged Generated PCU_Tests.TC_mcs_max_dl.merged Generated PCU_Tests.TC_mcs_max_ul.merged Generated PCU_Tests.TC_mo_ping_pong.merged Generated PCU_Tests.TC_mo_ping_pong_with_ul_racap.merged Generated PCU_Tests.TC_mo_ping_pong_with_ul_racap_egprs_only.merged Generated PCU_Tests.TC_mt_ping_pong.merged Generated PCU_Tests.TC_mt_ping_pong_with_dl_racap.merged Generated PCU_Tests.TC_multiplex_dl_gprs_egprs.merged Generated PCU_Tests.TC_multitrx_multims_alloc.merged Generated PCU_Tests.TC_n3101_max_t3169.merged Generated PCU_Tests.TC_n3103_max_t3169.merged Generated PCU_Tests.TC_n3105_max_t3195.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup2.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup3.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup4.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_dup5.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice2.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice3.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice4.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_twice5.merged Generated PCU_Tests.TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf.merged Generated PCU_Tests.TC_nacc_outbound_rac_ci_resolve_timeout.merged Generated PCU_Tests.TC_nacc_outbound_si_resolve_timeout.merged Generated PCU_Tests.TC_nacc_outbound_success.merged Generated PCU_Tests.TC_nacc_outbound_success_eutran.merged Generated PCU_Tests.TC_nacc_outbound_success_no_ctrl_ack.merged Generated PCU_Tests.TC_nacc_outbound_success_twice.merged Generated PCU_Tests.TC_nacc_outbound_success_twice_nocache.merged Generated PCU_Tests.TC_nacc_outbound_success_utran.merged Generated PCU_Tests.TC_ns_alive.merged Generated PCU_Tests.TC_ns_alive_timeout_reset.merged Generated PCU_Tests.TC_ns_full_bringup.merged Generated PCU_Tests.TC_ns_reset.merged Generated PCU_Tests.TC_ns_reset_retrans.merged Generated PCU_Tests.TC_ns_so_block.merged Generated PCU_Tests.TC_ns_unblock.merged Generated PCU_Tests.TC_ns_unblock_retrans.merged Generated PCU_Tests.TC_paging_cs_from_bts.merged Generated PCU_Tests.TC_paging_cs_from_sgsn_ptp.merged Generated PCU_Tests.TC_paging_cs_from_sgsn_sign.merged Generated PCU_Tests.TC_paging_cs_from_sgsn_sign_ptmsi.merged Generated PCU_Tests.TC_paging_cs_multi_ms_imsi.merged Generated PCU_Tests.TC_paging_cs_multi_ms_imsi_tmsi.merged Generated PCU_Tests.TC_paging_cs_multi_ms_tmsi.merged Generated PCU_Tests.TC_paging_pch_timeout.merged Generated PCU_Tests.TC_paging_ps_from_sgsn_ptp.merged Generated PCU_Tests.TC_paging_ps_from_sgsn_sign.merged Generated PCU_Tests.TC_paging_ps_from_sgsn_sign_ptmsi.merged Generated PCU_Tests.TC_pcuif_fh_imm_ass_dl.merged Generated PCU_Tests.TC_pcuif_fh_imm_ass_ul.merged Generated PCU_Tests.TC_pcuif_fh_imm_ass_ul_egprs.merged Generated PCU_Tests.TC_pcuif_fh_pkt_ass_dl.merged Generated PCU_Tests.TC_pcuif_fh_pkt_ass_ul.merged Generated PCU_Tests.TC_pcuif_info_ind_subsequent.merged Generated PCU_Tests.TC_pcuif_suspend.merged Generated PCU_Tests.TC_pcuif_suspend_active_tbf.merged Generated PCU_Tests.TC_pdch_energy_saving.merged Generated PCU_Tests.TC_ratectr_all_available_allocated.merged Generated PCU_Tests.TC_rim_ran_info_req_single_rep.merged Generated PCU_Tests.TC_rim_ran_info_req_single_rep_eutran.merged Generated PCU_Tests.TC_rim_ran_info_req_single_rep_no_si.merged Generated PCU_Tests.TC_stat_pdch_avail_occ.merged Generated PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_egprs.merged Generated PCU_Tests.TC_stat_pdch_avail_occ_ms_not_known_gprs.merged Generated PCU_Tests.TC_t3141.merged Generated PCU_Tests.TC_t3172_wait_ind_size0.merged Generated PCU_Tests.TC_t3172_wait_ind_size1.merged Generated PCU_Tests.TC_t3193.merged Generated PCU_Tests.TC_ta_idle_dl_tbf_ass.merged Generated PCU_Tests.TC_ta_ptcch_idle.merged Generated PCU_Tests.TC_ta_ptcch_ul_multi_tbf.merged Generated PCU_Tests.TC_ta_rach_imm_ass.merged Generated PCU_Tests.TC_ta_ul_ack_nack_first_block.merged Generated PCU_Tests.TC_ul_all_sizes.merged Generated PCU_Tests.TC_ul_data_toolong_fills_padding.merged Generated PCU_Tests.TC_ul_flow_multiple_llc_blocks.merged Generated PCU_Tests.TC_ul_intermediate_retrans.merged Generated PCU_Tests.TC_ul_multislot_tbf_ms_class_from_2phase.merged Generated PCU_Tests.TC_ul_tbf_1phase_while_dl_ass_pch.merged Generated PCU_Tests.TC_ul_tbf_2phase_while_dl_ass_pch.merged Generated PCU_Tests.TC_ul_tbf_bsn_wraparound_gprs.merged Generated PCU_Tests.TC_ul_tbf_finished_pkt_dl_ass_pch.merged Generated PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack.merged Generated PCU_Tests.TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs.merged Generated PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req.merged Generated PCU_Tests.TC_ul_tbf_reestablish_with_pkt_resource_req_t3168.merged Generated PCU_Tests.TC_x2031_t3191.merged Generated PCU_Tests.TC_zero_x2031_t3191.merged Removing Input log files !!! + exit 0 + clean_up_common + set +e + set +x ### Clean up ### + trap - EXIT INT TERM 0 + type clean_up + network_clean + docker network inspect ttcn3-pcu-test-29 + grep Name + cut -d : -f2 + awk -F" NR>1{print $2} + local containers=jenkins-ttcn3-pcu-test-1960-pcu + [ -n jenkins-ttcn3-pcu-test-1960-pcu ] + docker_kill_wait jenkins-ttcn3-pcu-test-1960-pcu + docker kill jenkins-ttcn3-pcu-test-1960-pcu jenkins-ttcn3-pcu-test-1960-pcu + docker wait jenkins-ttcn3-pcu-test-1960-pcu Error response from daemon: No such container: jenkins-ttcn3-pcu-test-1960-pcu + true + network_remove + set +x Removing network ttcn3-pcu-test-29 + docker network remove ttcn3-pcu-test-29 ttcn3-pcu-test-29 + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/unix + fix_perms + set +x Fixing permissions + id -u + id -g + docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/_cache:/cache --name jenkins-ttcn3-pcu-test-1960-cleaner debian:bookworm sh -e -x -c chmod -R a+rX /data/ /cache/ chown -R 1000:1000 /data /cache + chmod -R a+rX /data/ /cache/ + chown -R 1000:1000 /data /cache + collect_logs + cat /home/osmocom-build/jenkins/workspace/ttcn3-pcu-test/logs/pcu-tester/junit-xml-24.log <?xml version="1.0"?> <testsuite name='Titan' tests='117' failures='5' errors='0' skipped='0' inconc='0' time='816.00'> <testcase classname='PCU_Tests' name='TC_pcuif_suspend' time='3.391894'/> <testcase classname='PCU_Tests' name='TC_pcuif_suspend_active_tbf' time='2.453545'/> <testcase classname='PCU_Tests' name='TC_ta_ptcch_idle' time='2.303862'/> <testcase classname='PCU_Tests' name='TC_ta_rach_imm_ass' time='1.900661'/> <testcase classname='PCU_Tests' name='TC_ta_ul_ack_nack_first_block' time='2.151515'> <failure type='fail-verdict'>Timing Advance mismatch: expected 2, but received 0 PCU_Tests.ttcn:7453 PCU_Tests control part PCU_Tests.ttcn:571 TC_ta_ul_ack_nack_first_block testcase </failure> </testcase> <testcase classname='PCU_Tests' name='TC_ta_idle_dl_tbf_ass' time='1.898453'> <failure type='fail-verdict'>Timing Advance value doesn't match PCU_Tests.ttcn:7454 PCU_Tests control part PCU_Tests.ttcn:606 TC_ta_idle_dl_tbf_ass testcase </failure> </testcase> <testcase classname='PCU_Tests' name='TC_ta_ptcch_ul_multi_tbf' time='5.899625'> <failure type='fail-verdict'>Failed to match Timing Advance Index for #0 PCU_Tests.ttcn:7455 PCU_Tests control part PCU_Tests.ttcn:806 TC_ta_ptcch_ul_multi_tbf testcase </failure> </testcase> <testcase classname='PCU_Tests' name='TC_cs_lqual_ul_tbf' time='6.262903'/> <testcase classname='PCU_Tests' name='TC_cs_initial_ul' time='2.681706'/> <testcase classname='PCU_Tests' name='TC_cs_max_ul' time='2.535109'/> <testcase classname='PCU_Tests' name='TC_cs_initial_dl' time='2.204901'/> <testcase classname='PCU_Tests' name='TC_cs_max_dl' time='13.012447'/> <testcase classname='PCU_Tests' name='TC_dl_cs1_to_cs4' time='10.829978'/> <testcase classname='PCU_Tests' name='TC_mcs_initial_ul' time='2.677247'/> <testcase classname='PCU_Tests' name='TC_mcs_max_ul' time='2.560080'/> <testcase classname='PCU_Tests' name='TC_mcs_initial_dl' time='2.211376'/> <testcase classname='PCU_Tests' name='TC_mcs_max_dl' time='12.728624'/> <testcase classname='PCU_Tests' name='TC_t3141' time='1.842363'/> <testcase classname='PCU_Tests' name='TC_n3101_max_t3169' time='3.336438'/> <testcase classname='PCU_Tests' name='TC_n3103_max_t3169' time='3.275313'/> <testcase classname='PCU_Tests' name='TC_x2031_t3191' time='7.558496'/> <testcase classname='PCU_Tests' name='TC_zero_x2031_t3191' time='4.421034'/> <testcase classname='PCU_Tests' name='TC_t3193' time='2.357534'/> <testcase classname='PCU_Tests' name='TC_n3105_max_t3195' time='4.469096'/> <testcase classname='PCU_Tests' name='TC_t3172_wait_ind_size0' time='2.221027'/> <testcase classname='PCU_Tests' name='TC_t3172_wait_ind_size1' time='2.226349'/> <testcase classname='PCU_Tests' name='TC_countdown_procedure' time='2.699038'/> <testcase classname='PCU_Tests' name='TC_ul_all_sizes' time='3.442319'/> <testcase classname='PCU_Tests' name='TC_ul_data_toolong_fills_padding' time='3.630172'/> <testcase classname='PCU_Tests' name='TC_mo_ping_pong' time='2.499868'/> <testcase classname='PCU_Tests' name='TC_mo_ping_pong_with_ul_racap' time='2.890626'/> <testcase classname='PCU_Tests' name='TC_force_two_phase_access' time='2.913493'/> <testcase classname='PCU_Tests' name='TC_mt_ping_pong' time='2.292080'/> <testcase classname='PCU_Tests' name='TC_mt_ping_pong_with_dl_racap' time='2.285704'/> <testcase classname='PCU_Tests' name='TC_ul_intermediate_retrans' time='2.454295'/> <testcase classname='PCU_Tests' name='TC_imm_ass_dl_block_retrans' time='2.504864'/> <testcase classname='PCU_Tests' name='TC_dl_flow_more_blocks' time='2.247168'/> <testcase classname='PCU_Tests' name='TC_ul_flow_multiple_llc_blocks' time='2.278287'/> <testcase classname='PCU_Tests' name='TC_dl_no_ack_retrans_imm_ass' time='3.073620'/> <testcase classname='PCU_Tests' name='TC_dl_llc_sapi_priority' time='2.206853'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_bsn_wraparound_gprs' time='8.298285'/> <testcase classname='PCU_Tests' name='TC_paging_cs_from_bts' time='2.094662'/> <testcase classname='PCU_Tests' name='TC_paging_cs_from_sgsn_sign_ptmsi' time='2.155084'/> <testcase classname='PCU_Tests' name='TC_paging_cs_from_sgsn_sign' time='2.147924'/> <testcase classname='PCU_Tests' name='TC_paging_cs_from_sgsn_ptp' time='2.153704'/> <testcase classname='PCU_Tests' name='TC_paging_ps_from_sgsn_sign_ptmsi' time='4.924816'/> <testcase classname='PCU_Tests' name='TC_paging_ps_from_sgsn_sign' time='5.933964'/> <testcase classname='PCU_Tests' name='TC_paging_ps_from_sgsn_ptp' time='4.906157'/> <testcase classname='PCU_Tests' name='TC_paging_pch_timeout' time='6.140902'/> <testcase classname='PCU_Tests' name='TC_paging_cs_multi_ms_imsi_tmsi' time='10.459337'/> <testcase classname='PCU_Tests' name='TC_paging_cs_multi_ms_imsi' time='10.320672'/> <testcase classname='PCU_Tests' name='TC_paging_cs_multi_ms_tmsi' time='8.077309'/> <testcase classname='PCU_Tests' name='TC_bssgp_dl_unitdata_with_valid_imsi' time='2.445555'/> <testcase classname='PCU_Tests' name='TC_bssgp_dl_unitdata_with_invalid_imsi' time='2.214336'/> <testcase classname='PCU_Tests' name='TC_dl_gprs_data_no_llc_ui_dummy' time='2.132728'/> <testcase classname='PCU_Tests' name='TC_dl_egprs_data_no_llc_ui_dummy' time='2.138470'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_finished_pkt_dl_ass_pch' time='2.471436'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_1phase_while_dl_ass_pch' time='2.634265'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_2phase_while_dl_ass_pch' time='2.621118'/> <testcase classname='PCU_Tests' name='TC_egprs_pkt_chan_req_signalling' time='1.926251'/> <testcase classname='PCU_Tests' name='TC_egprs_pkt_chan_req_one_phase' time='1.957403'/> <testcase classname='PCU_Tests' name='TC_egprs_pkt_chan_req_two_phase' time='1.924129'/> <testcase classname='PCU_Tests' name='TC_egprs_pkt_chan_req_reject_content' time='1.944900'/> <testcase classname='PCU_Tests' name='TC_egprs_pkt_chan_req_reject_emergency' time='1.945573'/> <testcase classname='PCU_Tests' name='TC_egprs_pkt_chan_req_reject_exhaustion' time='1.976978'/> <testcase classname='PCU_Tests' name='TC_mo_ping_pong_with_ul_racap_egprs_only' time='2.915173'/> <testcase classname='PCU_Tests' name='TC_pcuif_fh_imm_ass_ul_egprs' time='1.891065'/> <testcase classname='PCU_Tests' name='TC_pcuif_fh_imm_ass_ul' time='1.880950'/> <testcase classname='PCU_Tests' name='TC_pcuif_fh_imm_ass_dl' time='1.903395'/> <testcase classname='PCU_Tests' name='TC_pcuif_fh_pkt_ass_ul' time='2.147052'/> <testcase classname='PCU_Tests' name='TC_pcuif_fh_pkt_ass_dl' time='2.246348'/> <testcase classname='PCU_Tests' name='TC_multitrx_multims_alloc' time='1.876890'/> <testcase classname='PCU_Tests' name='TC_dl_multislot_tbf_ms_class_from_sgsn' time='2.154746'> <failure type='fail-verdict'>Expected 8 PDCH slots allocated but got 4 PCU_Tests.ttcn:7529 PCU_Tests control part PCU_Tests.ttcn:3255 TC_dl_multislot_tbf_ms_class_from_sgsn testcase </failure> </testcase> <testcase classname='PCU_Tests' name='TC_dl_multislot_tbf_ms_class_unknown' time='2.206941'> <failure type='fail-verdict'>Expected 1 PDCH slots allocated but got 4 PCU_Tests.ttcn:7530 PCU_Tests control part PCU_Tests.ttcn:3325 TC_dl_multislot_tbf_ms_class_unknown testcase </failure> </testcase> <testcase classname='PCU_Tests' name='TC_dl_multislot_tbf_ms_class_from_2phase' time='2.298117'/> <testcase classname='PCU_Tests' name='TC_ul_multislot_tbf_ms_class_from_2phase' time='2.150611'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_reestablish_with_pkt_resource_req' time='2.432178'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_reestablish_with_pkt_resource_req_t3168' time='18.259884'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_reestablish_with_pkt_dl_ack_nack' time='2.034060'/> <testcase classname='PCU_Tests' name='TC_ul_tbf_reestablish_with_pkt_dl_ack_nack_egprs' time='2.209552'/> <testcase classname='PCU_Tests' name='TC_multiplex_dl_gprs_egprs' time='11.690849'/> <testcase classname='PCU_Tests' name='TC_pcuif_info_ind_subsequent' time='2.143366'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_success' time='2.432627'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_success_utran' time='2.322475'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_success_eutran' time='2.321218'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_success_no_ctrl_ack' time='2.507162'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_success_twice' time='2.608020'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_success_twice_nocache' time='4.622535'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_rac_ci_resolve_timeout' time='3.311497'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_si_resolve_timeout' time='3.316684'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_dup' time='4.638434'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_dup2' time='3.605056'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_dup3' time='2.405445'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_dup4' time='2.411545'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_dup5' time='2.423684'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_twice' time='2.647037'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_twice2' time='2.641851'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_twice3' time='2.450211'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_twice4' time='2.528414'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_twice5' time='2.584651'/> <testcase classname='PCU_Tests' name='TC_nacc_outbound_pkt_cell_chg_notif_unassigned_dl_tbf' time='2.664956'/> <testcase classname='PCU_Tests' name='TC_rim_ran_info_req_single_rep' time='2.915389'/> <testcase classname='PCU_Tests' name='TC_rim_ran_info_req_single_rep_eutran' time='2.912884'/> <testcase classname='PCU_Tests' name='TC_rim_ran_info_req_single_rep_no_si' time='2.898599'/> <testcase classname='PCU_Tests' name='TC_pdch_energy_saving' time='1.941807'/> <testcase classname='PCU_Tests' name='TC_stat_pdch_avail_occ' time='2.196114'/> <testcase classname='PCU_Tests' name='TC_stat_pdch_avail_occ_ms_not_known_gprs' time='2.192429'/> <testcase classname='PCU_Tests' name='TC_stat_pdch_avail_occ_ms_not_known_egprs' time='2.197909'/> <testcase classname='PCU_Tests' name='TC_ratectr_all_available_allocated' time='3.947321'/> <testcase classname='PCU_Tests_NS' name='TC_ns_reset' time='1.877830'/> <testcase classname='PCU_Tests_NS' name='TC_ns_reset_retrans' time='10.871010'/> <testcase classname='PCU_Tests_NS' name='TC_ns_alive' time='1.888090'/> <testcase classname='PCU_Tests_NS' name='TC_ns_alive_timeout_reset' time='13.897905'/> <testcase classname='PCU_Tests_NS' name='TC_ns_unblock' time='1.887228'/> <testcase classname='PCU_Tests_NS' name='TC_ns_unblock_retrans' time='4.889393'/> <testcase classname='PCU_Tests_NS' name='TC_ns_full_bringup' time='31.874640'/> <testcase classname='PCU_Tests_NS' name='TC_ns_so_block' time='1.888203'/> </testsuite> Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Archiving artifacts Finished: UNSTABLE