Skip to content

Console Output

Started by timer
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-bsc-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-bsc-test # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
 > git --version # timeout=10
 > git --version # 'git version 2.39.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-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 31 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 6beffab8df005a45e503b9e1f3b7b44ce7b38dab (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6beffab8df005a45e503b9e1f3b7b44ce7b38dab # timeout=10
Commit message: "ttcn3-hnbgw: Apply latest changes to 'with-pfcp' scenario"
 > git rev-list --no-walk 6beffab8df005a45e503b9e1f3b7b44ce7b38dab # timeout=10
[ttcn3-bsc-test] $ /bin/sh -xe /tmp/jenkins11692340325796109891.sh + export REGISTRY_HOST=registry.osmocom.org + DIR=ttcn3-bsc-test + export IMAGE_SUFFIX=master + cd ttcn3-bsc-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test = x ] + VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs + [ ! -d /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs ] + [ xjenkins-ttcn3-bsc-test-2462 = x ] + basename /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/ttcn3-bsc-test + SUITE_NAME=ttcn3-bsc-test + IMAGE_SUFFIX=master + docker_images_require osmo-stp-master osmo-bsc-master osmo-bts-master ttcn3-bsc-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-stp-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-bsc-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-bsc-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 \ --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 [auth] sharing credentials for registry.osmocom.org #3 DONE 0.0s #4 [internal] load metadata for registry.osmocom.org/debian:bookworm #4 DONE 0.1s #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:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 #8 resolve registry.osmocom.org/debian:bookworm@sha256:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 0.1s done #8 DONE 0.1s #9 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=TEXT #9 DONE 0.1s #10 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #10 DONE 0.2s #11 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT #11 DONE 0.2s #5 [internal] load build context #5 transferring context: 1.96kB done #5 DONE 0.1s #12 [ 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 #12 CACHED #13 [14/16] RUN GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals #13 CACHED #14 [13/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit #14 CACHED #15 [11/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit #15 CACHED #16 [ 7/16] ADD HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt #16 CACHED #17 [ 3/16] COPY .COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc #17 CACHED #18 [ 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 #18 CACHED #19 [ 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 #19 CACHED #20 [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 #20 CACHED #21 [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 #21 CACHED #22 [ 2/16] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh #22 CACHED #23 [ 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/ #23 CACHED #24 [ 9/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit #24 CACHED #25 [15/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release #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:6d9e88d0c3f727e12903c372020067f689fd8ae8c86f7b35212fb1fff6e0e9a7 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-bsc-test/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 6d9e88d0c3f7 + 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-stp-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name osmo-stp-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name osmo-stp-master + echo osmo-stp-master + dir=osmo-stp-master + pull_arg=--pull + grep ^FROM ../osmo-stp-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + set +x Building image: osmo-stp-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../osmo-stp-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-stp-master OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/osmo-stp-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-bsc-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 \ -t osmocom-build/osmo-stp-master:latest . #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.23kB done #2 DONE 0.1s #3 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest #3 DONE 0.0s #4 [1/7] FROM docker.io/osmocom-build/debian-bookworm-build #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 1.13kB done #5 DONE 0.0s #6 https://gerrit.osmocom.org/plugins/gitiles/libosmo-sccp/+/master?format=TEXT #6 DONE 0.1s #7 [2/7] RUN CASE "debian-bookworm" in debian*) apt-get update && apt-get install -y --no-install-recommends libosmocore-dev libosmo-netif-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libosmo-netif)" "pkgconfig(libosmocore)" "pkgconfig(libosmogsm)" "pkgconfig(libosmovty)" ;; esac #7 CACHED #8 [3/7] WORKDIR /DATA #8 CACHED #9 [4/7] RUN GIT clone https://gerrit.osmocom.org/libosmo-sccp.git #9 CACHED #10 [5/7] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/LIBOSMO-SCCP/+/MASTER?FORMAT=TEXT /tmp/commit-libosmo-sccp #10 CACHED #11 [6/7] RUN CD libosmo-sccp && 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 && install examples/.libs/sccp_demo_user /usr/local/bin/ && ldconfig #11 CACHED #12 [7/7] COPY OSMO-STP.CFG /data/ #12 CACHED #13 exporting to image #13 exporting layers done #13 writing image sha256:617e170f095a5c0028daa221fad5deb2983962921a90aa8374018632d2fef4e2 0.0s done #13 naming to docker.io/osmocom-build/osmo-stp-master:latest 0.0s done #13 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/osmo-stp-master' + docker_image_exists osmo-stp-master + docker images -q osmocom-build/osmo-stp-master + test -n 617e170f095a + list_osmo_packages debian-bookworm osmo-stp-master + local distro=debian-bookworm + local image=osmo-stp-master + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-stp-master -c + [ -n ] + set +x ### Installed Osmocom packages in: osmo-stp-master ### ii libosmo-netif-dev:amd64 1.4.0.54.05ff.202404202026 amd64 Development headers for Osmocom network interface ii libosmocodec4:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo codec library ii libosmocoding0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo coding library ii libosmocore 1.9.0.192.1c24.202404202026 amd64 Open Source MObile COMmunications CORE library (metapackage) ii libosmocore-dev:amd64 1.9.0.192.1c24.202404202026 amd64 Development headers for Open Source MObile COMmunications CORE library ii libosmocore21:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo Core library ii libosmoctrl0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo control library ii libosmogb14:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo GPRS GB library ii libosmogsm20:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo GSM utility library ii libosmoisdn0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo ISDN utility library ii libosmonetif11:amd64 1.4.0.54.05ff.202404202026 amd64 Common/shared code regarding network interface for OpenBSC ii libosmosim2:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo SIM library ii libosmousb0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo USB library ii libosmovty13:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo VTY library ii osmocom-nightly 202404202026 amd64 Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master'] + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends osmo-bsc-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-bsc-test/debian-bookworm-build' rm -rf .common cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/common .common 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 \ --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.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] sharing credentials for registry.osmocom.org #3 DONE 0.0s #4 [internal] load metadata for registry.osmocom.org/debian:bookworm #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:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 #8 resolve registry.osmocom.org/debian:bookworm@sha256:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 #8 resolve registry.osmocom.org/debian:bookworm@sha256:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 0.1s done #8 DONE 0.1s #9 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=TEXT #9 DONE 0.1s #10 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT #10 DONE 0.2s #11 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #11 DONE 0.2s #5 [internal] load build context #5 transferring context: 1.96kB done #5 DONE 0.0s #12 [14/16] RUN GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals #12 CACHED #13 [ 3/16] COPY .COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc #13 CACHED #14 [15/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release #14 CACHED #15 [ 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 #15 CACHED #16 [13/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit #16 CACHED #17 [ 9/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit #17 CACHED #18 [11/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit #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 [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 #20 CACHED #21 [ 2/16] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh #21 CACHED #22 [ 7/16] ADD HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt #22 CACHED #23 [ 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 #23 CACHED #24 [ 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 #24 CACHED #25 [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 #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:6d9e88d0c3f727e12903c372020067f689fd8ae8c86f7b35212fb1fff6e0e9a7 done #27 naming to docker.io/osmocom-build/debian-bookworm-build:latest done #27 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 6d9e88d0c3f7 + 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-bsc-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name osmo-bsc-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name osmo-bsc-master + echo osmo-bsc-master + dir=osmo-bsc-master + pull_arg=--pull + grep ^FROM ../osmo-bsc-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + set +x Building image: osmo-bsc-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../osmo-bsc-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-bsc-master OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/osmo-bsc-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-bsc-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 \ -t osmocom-build/osmo-bsc-master:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.46kB 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 [internal] load build context #4 DONE 0.0s #5 [1/8] FROM docker.io/osmocom-build/debian-bookworm-build #5 DONE 0.0s #6 https://gerrit.osmocom.org/plugins/gitiles/osmo-bsc/+/master?format=TEXT #6 DONE 0.1s #4 [internal] load build context #4 transferring context: 4.21kB done #4 DONE 0.0s #7 [2/8] RUN CASE "debian-bookworm" in debian*) apt-get update && apt-get install -y --no-install-recommends libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libosmo-sigtran-dev libosmo-mgcp-client-dev libgtp-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libosmo-mgcp-client)" "pkgconfig(libosmo-netif)" "pkgconfig(libosmo-sccp)" "pkgconfig(libosmo-sigtran)" "pkgconfig(libosmoabis)" "pkgconfig(libosmocore)" "pkgconfig(libosmoctrl)" "pkgconfig(libosmogb)" "pkgconfig(libosmogsm)" "pkgconfig(libosmovty)" ;; esac #7 CACHED #8 [4/8] RUN GIT clone https://gerrit.osmocom.org/osmo-bsc.git #8 CACHED #9 [6/8] RUN CD osmo-bsc && 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 #9 CACHED #10 [7/8] COPY OSMO-BSC.CFG /data/osmo-bsc.cfg #10 CACHED #11 [3/8] WORKDIR /TMP #11 CACHED #12 [5/8] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BSC/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bsc #12 CACHED #13 [8/8] WORKDIR /DATA #13 CACHED #14 exporting to image #14 exporting layers done #14 writing image sha256:fc52c15845195f535242b005df96a67b911a3a428209a7c4502f6a8404886d03 done #14 naming to docker.io/osmocom-build/osmo-bsc-master:latest done #14 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/osmo-bsc-master' + docker_image_exists osmo-bsc-master + docker images -q osmocom-build/osmo-bsc-master + test -n fc52c1584519 + list_osmo_packages debian-bookworm osmo-bsc-master + local distro=debian-bookworm + local image=osmo-bsc-master + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-bsc-master -c + [ -n ] + set +x ### Installed Osmocom packages in: osmo-bsc-master ### ii libosmo-abis-dev:amd64 1.5.1.11.5277.202404202026 amd64 Development headers for A-bis interface ii libosmo-mgcp-client-dev:amd64 1.12.1.45.352b.202404202026 amd64 libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities ii libosmo-mgcp-client12:amd64 1.12.1.45.352b.202404202026 amd64 libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities ii libosmo-netif-dev:amd64 1.4.0.54.05ff.202404202026 amd64 Development headers for Osmocom network interface ii libosmo-sccp-dev:amd64 1.8.0.62.da7b.202404202026 amd64 Development files for libsccp, libmtp and libxua ii libosmo-sigtran-dev:amd64 1.8.0.62.da7b.202404202026 amd64 Development headers for the Osmocom SIGTRAN library ii libosmo-sigtran9:amd64 1.8.0.62.da7b.202404202026 amd64 Osmocom SIGTRAN library (SCCP, SUA, M3UA and more) ii libosmoabis13:amd64 1.5.1.11.5277.202404202026 amd64 GSM A-bis handling ii libosmocodec4:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo codec library ii libosmocoding0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo coding library ii libosmocore 1.9.0.192.1c24.202404202026 amd64 Open Source MObile COMmunications CORE library (metapackage) ii libosmocore-dev:amd64 1.9.0.192.1c24.202404202026 amd64 Development headers for Open Source MObile COMmunications CORE library ii libosmocore21:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo Core library ii libosmoctrl0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo control library ii libosmogb14:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo GPRS GB library ii libosmogsm20:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo GSM utility library ii libosmoisdn0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo ISDN utility library ii libosmonetif11:amd64 1.4.0.54.05ff.202404202026 amd64 Common/shared code regarding network interface for OpenBSC ii libosmosim2:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo SIM library ii libosmotrau2:amd64 1.5.1.11.5277.202404202026 amd64 GSM trau handling ii libosmousb0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo USB library ii libosmovty13:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo VTY library ii osmocom-nightly 202404202026 amd64 Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master'] + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends osmo-bts-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-bsc-test/debian-bookworm-build' rm -rf .common cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/common .common 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 \ --pull -t osmocom-build/debian-bookworm-build:latest . #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 5.77kB done #2 DONE 0.0s #3 [auth] sharing credentials for registry.osmocom.org #3 DONE 0.0s #4 [internal] load metadata for registry.osmocom.org/debian:bookworm #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:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 #8 resolve registry.osmocom.org/debian:bookworm@sha256:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 #8 resolve registry.osmocom.org/debian:bookworm@sha256:ada577e24663e2f16bd2aa706bd11d4594f52b9ae08fd3a2156eeefdb8dff1a2 0.1s done #8 DONE 0.1s #9 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #9 DONE 0.1s #10 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=TEXT #10 DONE 0.1s #11 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT #11 DONE 0.2s #5 [internal] load build context #5 transferring context: 1.96kB done #5 DONE 0.0s #12 [ 7/16] ADD HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt #12 CACHED #13 [ 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 #13 CACHED #14 [13/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit #14 CACHED #15 [ 3/16] COPY .COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc #15 CACHED #16 [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 #16 CACHED #17 [ 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/ #17 CACHED #18 [14/16] RUN GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals #18 CACHED #19 [11/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit #19 CACHED #20 [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 #20 CACHED #21 [ 9/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit #21 CACHED #22 [ 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 #22 CACHED #23 [ 2/16] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh #23 CACHED #24 [ 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 #24 CACHED #25 [15/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release #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:6d9e88d0c3f727e12903c372020067f689fd8ae8c86f7b35212fb1fff6e0e9a7 done #27 naming to docker.io/osmocom-build/debian-bookworm-build:latest done #27 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 6d9e88d0c3f7 + 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-bts-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name osmo-bts-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name osmo-bts-master + echo osmo-bts-master + dir=osmo-bts-master + pull_arg=--pull + grep ^FROM ../osmo-bts-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + set +x Building image: osmo-bts-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../osmo-bts-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-bts-master OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/osmo-bts-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-bsc-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 \ -t osmocom-build/osmo-bts-master:latest . #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.52kB done #2 DONE 0.0s #3 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest #3 DONE 0.0s #4 [internal] load build context #4 DONE 0.0s #5 [1/8] FROM docker.io/osmocom-build/debian-bookworm-build #5 DONE 0.0s #6 https://gerrit.osmocom.org/plugins/gitiles/osmo-bts/+/master?format=TEXT #6 DONE 0.1s #4 [internal] load build context #4 transferring context: 1.63kB done #4 DONE 0.0s #7 [4/8] RUN GIT clone https://gerrit.osmocom.org/osmo-bts.git #7 CACHED #8 [5/8] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BTS/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bts #8 CACHED #9 [6/8] RUN CD osmo-bts && 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 --enable-trx && make "-j$(nproc)" install #9 CACHED #10 [7/8] COPY OSMO-BTS.CFG /data/osmo-bts.cfg #10 CACHED #11 [2/8] RUN CASE "debian-bookworm" in debian*) apt-get update && apt-get install -y --no-install-recommends libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libosmoabis)" "pkgconfig(libosmocodec)" "pkgconfig(libosmocoding)" "pkgconfig(libosmocore)" "pkgconfig(libosmoctrl)" "pkgconfig(libosmogb)" "pkgconfig(libosmogsm)" "pkgconfig(libosmo-netif)" "pkgconfig(libosmotrau)" "pkgconfig(libosmovty)" ;; esac #11 CACHED #12 [3/8] WORKDIR /TMP #12 CACHED #13 [8/8] WORKDIR /DATA #13 CACHED #14 exporting to image #14 exporting layers done #14 writing image sha256:2327bc5ec5194332e796a00a1a9c79b3d3fab94e0816568b4dd0dc87deefaac1 done #14 naming to docker.io/osmocom-build/osmo-bts-master:latest done #14 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/osmo-bts-master' + docker_image_exists osmo-bts-master + docker images -q osmocom-build/osmo-bts-master + test -n 2327bc5ec519 + list_osmo_packages debian-bookworm osmo-bts-master + local distro=debian-bookworm + local image=osmo-bts-master + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-bts-master -c + [ -n ] + set +x ### Installed Osmocom packages in: osmo-bts-master ### ii libosmo-abis-dev:amd64 1.5.1.11.5277.202404202026 amd64 Development headers for A-bis interface ii libosmo-netif-dev:amd64 1.4.0.54.05ff.202404202026 amd64 Development headers for Osmocom network interface ii libosmo-sccp-dev:amd64 1.8.0.62.da7b.202404202026 amd64 Development files for libsccp, libmtp and libxua ii libosmoabis13:amd64 1.5.1.11.5277.202404202026 amd64 GSM A-bis handling ii libosmocodec4:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo codec library ii libosmocoding0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo coding library ii libosmocore 1.9.0.192.1c24.202404202026 amd64 Open Source MObile COMmunications CORE library (metapackage) ii libosmocore-dev:amd64 1.9.0.192.1c24.202404202026 amd64 Development headers for Open Source MObile COMmunications CORE library ii libosmocore21:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo Core library ii libosmoctrl0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo control library ii libosmogb14:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo GPRS GB library ii libosmogsm20:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo GSM utility library ii libosmoisdn0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo ISDN utility library ii libosmonetif11:amd64 1.4.0.54.05ff.202404202026 amd64 Common/shared code regarding network interface for OpenBSC ii libosmosim2:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo SIM library ii libosmotrau2:amd64 1.5.1.11.5277.202404202026 amd64 GSM trau handling ii libosmousb0:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo USB library ii libosmovty13:amd64 1.9.0.192.1c24.202404202026 amd64 Osmo VTY library ii osmocom-nightly 202404202026 amd64 Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master'] + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends ttcn3-bsc-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:6e8f0e1c3749fe3d5b2aefe87d84aaa30aa5e2e690e6a031516c90d4b9bf09d4 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-bsc-test + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name ttcn3-bsc-test + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name ttcn3-bsc-test + echo ttcn3-bsc-test + dir=ttcn3-bsc-test + pull_arg=--pull + grep ^FROM ../ttcn3-bsc-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-bsc-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../ttcn3-bsc-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-bsc-test OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/ttcn3-bsc-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-bsc-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 \ -t osmocom-build/ttcn3-bsc-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: 2.17kB done #5 DONE 0.0s #6 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/master?format=TEXT #6 DONE 0.1s #7 [3/4] RUN TTCN3-DOCKER-PREPARE "master" bsc #7 CACHED #8 [2/4] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit #8 CACHED #9 [4/4] COPY BSC_TESTS.CFG /data/BSC_Tests.cfg #9 CACHED #10 exporting to image #10 exporting layers done #10 writing image sha256:bbfc667d5ac4f1c6ab7dd9556eb74a1283d57efd6e6362e3e09416d4f38559e1 done #10 naming to docker.io/osmocom-build/ttcn3-bsc-test:latest done #10 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/ttcn3-bsc-test' + docker_image_exists ttcn3-bsc-test + docker images -q osmocom-build/ttcn3-bsc-test + test -n bbfc667d5ac4 + list_osmo_packages debian-bookworm ttcn3-bsc-test + local distro=debian-bookworm + local image=ttcn3-bsc-test + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-bsc-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-bsc-test/logs/bsc-tester + cp BSC_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc-tester/ + write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc-tester/BSC_Tests.cfg + local repo=nightly + local config=/home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc-tester/BSC_Tests.cfg + local line + [ -e /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc-tester/BSC_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-bsc-test/logs/bsc-tester/BSC_Tests.cfg + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/stp + cp osmo-stp.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/stp/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc + cp osmo-bsc.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bts-omldummy + network_create + SUBNET=1489467 + seq 1 30 + echo (1489467 + 1) % 256 + bc + SUBNET=60 + NET_NAME=ttcn3-bsc-test-60 + SUB4=172.18.60.0/24 + SUB6=fd02:db8:60::/64 + set +x Creating network ttcn3-bsc-test-60, trying SUBNET=60... + docker network create --internal --subnet 172.18.60.0/24 --ipv6 --subnet fd02:db8:60::/64 ttcn3-bsc-test-60 1fed35e28d4457637e70c19cc4af61d6088e7cfcd22c2a9e208b34b0a794fc65 + set +x ### Network ttcn3-bsc-test-60 created (SUBNET=60) ### + return + network_replace_subnet_in_configs + set +x Applying SUBNET=60 to: /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc-tester/BSC_Tests.cfg Applying SUBNET=60 to: /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc/osmo-bsc.cfg Applying SUBNET=60 to: /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/stp/osmo-stp.cfg + echo Starting container with STP Starting container with STP + docker_network_params 60 200 + NET=60 + ADDR_SUFIX=200 + echo --network ttcn3-bsc-test-60 --ip 172.18.60.200 --ip6 fd02:db8:60::200 + docker run --rm --network ttcn3-bsc-test-60 --ip 172.18.60.200 --ip6 fd02:db8:60::200 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/stp:/data --name jenkins-ttcn3-bsc-test-2462-stp -d osmocom-build/osmo-stp-master 39c04a30ebca573c5ec630e0bad01181a29f6abff0a7015a8c251fe02fa2a765 + echo Starting container with BSC Starting container with BSC + docker_network_params 60 20 + NET=60 + ADDR_SUFIX=20 + echo --network ttcn3-bsc-test-60 --ip 172.18.60.20 --ip6 fd02:db8:60::20 + docker run --rm --network ttcn3-bsc-test-60 --ip 172.18.60.20 --ip6 fd02:db8:60::20 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc:/data --name jenkins-ttcn3-bsc-test-2462-bsc -d osmocom-build/osmo-bsc-master ebba5b10455ed0970d174b43ab50298802212540faa381467be0c93314be2baf + BTS_FEATURES=-fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,OSMUX + set -- 0 1 + echo Starting container with OML for BTS0 (TRXN = 1) Starting container with OML for BTS0 (TRXN = 1) + docker_network_params 60 100 + NET=60 + ADDR_SUFIX=100 + echo --network ttcn3-bsc-test-60 --ip 172.18.60.100 --ip6 fd02:db8:60::100 + docker run --rm --network ttcn3-bsc-test-60 --ip 172.18.60.100 --ip6 fd02:db8:60::100 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bts-omldummy:/data --name jenkins-ttcn3-bsc-test-2462-bts0 -d osmocom-build/osmo-bts-master /bin/sh -c /usr/local/bin/respawn.sh osmo-bts-omldummy -fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,OSMUX 172.18.60.20 1234 1 >>/data/osmo-bts-omldummy-0.log 2>&1 a35cc70e0f3b4da97ec1dce3e0dd6d15b5735134c6de5beecfcd7295fc075173 + set -- 1 1 + echo Starting container with OML for BTS1 (TRXN = 1) Starting container with OML for BTS1 (TRXN = 1) + docker_network_params 60 101 + NET=60 + ADDR_SUFIX=101 + echo --network ttcn3-bsc-test-60 --ip 172.18.60.101 --ip6 fd02:db8:60::101 + docker run --rm --network ttcn3-bsc-test-60 --ip 172.18.60.101 --ip6 fd02:db8:60::101 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bts-omldummy:/data --name jenkins-ttcn3-bsc-test-2462-bts1 -d osmocom-build/osmo-bts-master /bin/sh -c /usr/local/bin/respawn.sh osmo-bts-omldummy -fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,OSMUX 172.18.60.20 1235 1 >>/data/osmo-bts-omldummy-1.log 2>&1 a37897e6eed91c8c86584c4fcf5a2115ea70d7c9a39c04b8453e140807269fef + set -- 2 4 + echo Starting container with OML for BTS2 (TRXN = 4) Starting container with OML for BTS2 (TRXN = 4) + docker_network_params 60 102 + NET=60 + ADDR_SUFIX=102 + echo --network ttcn3-bsc-test-60 --ip 172.18.60.102 --ip6 fd02:db8:60::102 + docker run --rm --network ttcn3-bsc-test-60 --ip 172.18.60.102 --ip6 fd02:db8:60::102 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bts-omldummy:/data --name jenkins-ttcn3-bsc-test-2462-bts2 -d osmocom-build/osmo-bts-master /bin/sh -c /usr/local/bin/respawn.sh osmo-bts-omldummy -fCCN,EGPRS,GPRS,IPv6_NSVC,PAGING_COORDINATION,OSMUX 172.18.60.20 1236 4 >>/data/osmo-bts-omldummy-2.log 2>&1 949de6b4f80ce28bee3b4bd7b7ba1f303d5e0a1f59983aeb045421a090d614b9 + sleep 1 + echo Starting container with BSC testsuite Starting container with BSC testsuite + docker_network_params 60 203 + NET=60 + ADDR_SUFIX=203 + echo --network ttcn3-bsc-test-60 --ip 172.18.60.203 --ip6 fd02:db8:60::203 + docker run --rm --network ttcn3-bsc-test-60 --ip 172.18.60.203 --ip6 fd02:db8:60::203 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e OSMO_SUT_HOST=172.18.60.20 -e OSMO_SUT_PORT=4242 -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/bsc-tester:/data --name jenkins-ttcn3-bsc-test-2462-ttcn3-bsc-test osmocom-build/ttcn3-bsc-test + SUBDIR=bsc + SUITE=BSC_Tests + '[' -n '' ']' + cd /data + EXTRA_ARGS= + '[' -n '' ']' + /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/bsc/BSC_Tests BSC_Tests.cfg ttcn3_start: Starting the test suite ttcn3_start: warning: TTCN3_DIR environment variable is not set spawn mctr_cli BSC_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: BSC_Tests.cfg MC@6aa4ca6fe73c: Unix server socket created successfully. MC@6aa4ca6fe73c: Listening on TCP port 35321. MC2> 6aa4ca6fe73c is the default spawn /osmo-ttcn3-hacks/bsc/BSC_Tests 6aa4ca6fe73c 35321 TTCN-3 Host Controller (parallel mode), version 9.0.0 MC@6aa4ca6fe73c: New HC connected from 172.18.60.203 [172.18.60.203]. 6aa4ca6fe73c: Linux 6.1.0-13-amd64 on x86_64. cmtc MC@6aa4ca6fe73c: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@6aa4ca6fe73c: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@6aa4ca6fe73c: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@6aa4ca6fe73c: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@6aa4ca6fe73c: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@6aa4ca6fe73c: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@6aa4ca6fe73c: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@6aa4ca6fe73c: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. MC@6aa4ca6fe73c: Configuration file was processed on all HCs. MC@6aa4ca6fe73c: Creating MTC on host 172.18.60.203. MC@6aa4ca6fe73c: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl_msc_connection_status'. ------ BSC_Tests.TC_ctrl_msc_connection_status ------ Sun Apr 21 05:41:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl_msc_connection_status' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ctrl_msc_connection_status started. VirtMSC-M3UA(5)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(5)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(5)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(4)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(5)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(5)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Timeout waiting for RESET-ACK after sending RESET VirtSMLC-M3UA(7)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(7)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(7)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(6)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(7)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(10)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(10)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(10)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(10)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ctrl_msc_connection_status() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(4)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(5)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(8)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(6)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(7)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(10)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(9)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(4): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(5): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(6): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(7): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(8): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(9): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(10): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ctrl_msc_connection_status finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl_msc_connection_status pass'. Sun Apr 21 05:41:19 UTC 2024 ====== BSC_Tests.TC_ctrl_msc_connection_status pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ctrl_msc_connection_status.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1215592) Waiting for packet dumper to finish... 1 (prev_count=1215592, count=1411402) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl_msc_connection_status pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl_msc0_connection_status'. ------ BSC_Tests.TC_ctrl_msc0_connection_status ------ Sun Apr 21 05:41:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl_msc0_connection_status' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ctrl_msc0_connection_status started. VirtMSC-M3UA(13)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(13)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(13)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(12)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(13)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(13)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(15)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(15)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(15)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(14)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(15)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(18)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(18)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(18)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(18)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ctrl_msc0_connection_status() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(12)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(13)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(11)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(16)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(14)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(18)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(15)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(17)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(11): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(12): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(13): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(14): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(15): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(16): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(17): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(18): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ctrl_msc0_connection_status finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl_msc0_connection_status pass'. Sun Apr 21 05:41:28 UTC 2024 ====== BSC_Tests.TC_ctrl_msc0_connection_status pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ctrl_msc0_connection_status.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=195262) Waiting for packet dumper to finish... 1 (prev_count=195262, count=387867) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl_msc0_connection_status pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_msc_connected_1'. ------ BSC_Tests.TC_stat_num_msc_connected_1 ------ Sun Apr 21 05:41:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_msc_connected_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_stat_num_msc_connected_1 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(22)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(22)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(22)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(20)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(25)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(25)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(25)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(23)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(22)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(25)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(21)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(21)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(24)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(28)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(28)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(28)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(28)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_stat_num_msc_connected_1() start" TC_stat_num_msc_connected_1(30)@6aa4ca6fe73c: "TC_stat_num_msc_connected_1": using IMSI '001014457175669'H VirtMSC-STATS(19)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_msc.connected", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_msc.connected", mtype := "g", min := 1, max := 1 } VirtMSC-STATS(19)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_msc.total", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_msc.total", mtype := "g", min := 3, max := 3 } TC_stat_num_msc_connected_1(30)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(20)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(22)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(19)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(21)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(26)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(24)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(29)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(23)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(25)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(27)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(28)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(19): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(20): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(21): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(22): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(23): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(24): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(25): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(26): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(27): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(28): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(29): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_stat_num_msc_connected_1(30): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_stat_num_msc_connected_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_msc_connected_1 pass'. Sun Apr 21 05:41:38 UTC 2024 ====== BSC_Tests.TC_stat_num_msc_connected_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_stat_num_msc_connected_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=275761) Waiting for packet dumper to finish... 1 (prev_count=275761, count=461738) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_msc_connected_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_msc_connected_2'. ------ BSC_Tests.TC_stat_num_msc_connected_2 ------ Sun Apr 21 05:41:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_msc_connected_2' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_stat_num_msc_connected_2 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(34)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(34)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(34)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(32)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(37)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(37)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(37)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(35)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(40)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(40)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(40)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(38)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(34)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(37)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(40)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(33)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(33)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(36)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(36)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(39)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(43)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(43)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(43)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(43)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_stat_num_msc_connected_2() start" TC_stat_num_msc_connected_2(45)@6aa4ca6fe73c: "TC_stat_num_msc_connected_2": using IMSI '001014955537195'H VirtMSC-STATS(31)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_msc.connected", val := 2, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_msc.connected", mtype := "g", min := 2, max := 2 } VirtMSC-STATS(31)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_msc.total", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_msc.total", mtype := "g", min := 3, max := 3 } TC_stat_num_msc_connected_2(45)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(32)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(35)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(31)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(36)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(33)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(34)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(37)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(41)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(44)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(39)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(38)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(40)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(42)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(43)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(31): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(32): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(33): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(34): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(35): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(36): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(37): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(38): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(39): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(40): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(41): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(42): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(43): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(44): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_stat_num_msc_connected_2(45): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_stat_num_msc_connected_2 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_msc_connected_2 pass'. Sun Apr 21 05:41:47 UTC 2024 ====== BSC_Tests.TC_stat_num_msc_connected_2 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_stat_num_msc_connected_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=305001) Waiting for packet dumper to finish... 1 (prev_count=305001, count=490794) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_msc_connected_2 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_msc_connected_3'. ------ BSC_Tests.TC_stat_num_msc_connected_3 ------ Sun Apr 21 05:41:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_msc_connected_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_stat_num_msc_connected_3 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(49)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(49)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(49)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(47)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(52)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(52)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(52)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(50)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(55)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(55)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(55)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(53)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(58)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(58)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(58)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(56)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(49)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(52)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(55)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23907 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(58)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(48)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(48)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(51)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(51)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(54)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(54)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(57)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(61)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(61)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(61)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(61)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_stat_num_msc_connected_3() start" TC_stat_num_msc_connected_3(63)@6aa4ca6fe73c: "TC_stat_num_msc_connected_3": using IMSI '001015617218591'H VirtMSC-STATS(46)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_msc.connected", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_msc.connected", mtype := "g", min := 3, max := 3 } VirtMSC-STATS(46)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_msc.total", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_msc.total", mtype := "g", min := 3, max := 3 } TC_stat_num_msc_connected_3(63)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(48)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(47)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(53)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(46)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(55)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(49)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(50)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(51)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(52)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(54)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(59)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(62)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(57)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(56)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(58)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(60)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(61)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(46): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(47): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(48): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(49): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(50): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(51): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(52): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(53): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(54): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(55): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(56): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(57): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(58): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(59): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(60): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(61): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(62): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_stat_num_msc_connected_3(63): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_stat_num_msc_connected_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_msc_connected_3 pass'. Sun Apr 21 05:41:57 UTC 2024 ====== BSC_Tests.TC_stat_num_msc_connected_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_stat_num_msc_connected_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=333996) Waiting for packet dumper to finish... 1 (prev_count=333996, count=520613) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_msc_connected_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_bts_connected_1'. ------ BSC_Tests.TC_stat_num_bts_connected_1 ------ Sun Apr 21 05:42:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_bts_connected_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_stat_num_bts_connected_1 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(67)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(67)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(67)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(65)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(70)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(70)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(70)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(68)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(67)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(70)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(66)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(66)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(69)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(73)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(73)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(73)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(73)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_stat_num_bts_connected_1() start" TC_stat_num_bts_connected_1(75)@6aa4ca6fe73c: "TC_stat_num_bts_connected_1": using IMSI '001017971347203'H VirtMSC-STATS(64)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.oml_connected", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.oml_connected", mtype := "g", min := 1, max := 4 } VirtMSC-STATS(64)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.all_trx_rsl_connected", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.all_trx_rsl_connected", mtype := "g", min := 1, max := 1 } VirtMSC-STATS(64)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.total", val := 4, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.total", mtype := "g", min := 4, max := 4 } VirtMSC-STATS(64)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_trx.rsl_connected", val := 1, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_trx.rsl_connected", mtype := "g", min := 1, max := 1 } VirtMSC-STATS(64)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_trx.total", val := 7, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_trx.total", mtype := "g", min := 7, max := 7 } TC_stat_num_bts_connected_1(75)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(67)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(66)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(64)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(65)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(71)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(68)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(74)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(69)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(70)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(73)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(72)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(64): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(65): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(66): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(67): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(68): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(69): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(70): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(71): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(72): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(73): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(74): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_stat_num_bts_connected_1(75): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_stat_num_bts_connected_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_bts_connected_1 pass'. Sun Apr 21 05:42:06 UTC 2024 ====== BSC_Tests.TC_stat_num_bts_connected_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_stat_num_bts_connected_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=277872) Waiting for packet dumper to finish... 1 (prev_count=277872, count=465904) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_bts_connected_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_bts_connected_2'. ------ BSC_Tests.TC_stat_num_bts_connected_2 ------ Sun Apr 21 05:42:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_bts_connected_2' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_stat_num_bts_connected_2 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(79)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(79)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(79)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(77)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(82)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(82)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(82)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(80)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(79)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(82)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(78)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(78)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(81)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(85)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(85)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(85)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(85)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(87)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(87)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(87)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(87)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_stat_num_bts_connected_2() start" TC_stat_num_bts_connected_2(89)@6aa4ca6fe73c: "TC_stat_num_bts_connected_2": using IMSI '001017460084254'H VirtMSC-STATS(76)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.oml_connected", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.oml_connected", mtype := "g", min := 2, max := 4 } VirtMSC-STATS(76)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.all_trx_rsl_connected", val := 2, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.all_trx_rsl_connected", mtype := "g", min := 2, max := 2 } VirtMSC-STATS(76)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.total", val := 4, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.total", mtype := "g", min := 4, max := 4 } VirtMSC-STATS(76)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_trx.rsl_connected", val := 2, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_trx.rsl_connected", mtype := "g", min := 2, max := 2 } VirtMSC-STATS(76)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_trx.total", val := 7, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_trx.total", mtype := "g", min := 7, max := 7 } TC_stat_num_bts_connected_2(89)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(77)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(79)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(78)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(76)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(83)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS1-TRX0-RSL-RSL(88)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(80)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(82)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(81)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(86)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(87)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(85)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(84)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(76): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(77): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(78): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(79): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(80): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(81): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(82): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(83): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(84): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(85): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(86): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(87): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(88): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_stat_num_bts_connected_2(89): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_stat_num_bts_connected_2 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_bts_connected_2 pass'. Sun Apr 21 05:42:18 UTC 2024 ====== BSC_Tests.TC_stat_num_bts_connected_2 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_stat_num_bts_connected_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=561177) Waiting for packet dumper to finish... 1 (prev_count=561177, count=736625) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_bts_connected_2 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_bts_connected_3'. ------ BSC_Tests.TC_stat_num_bts_connected_3 ------ Sun Apr 21 05:42:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stat_num_bts_connected_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_stat_num_bts_connected_3 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(93)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(93)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(93)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(91)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(96)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(96)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(96)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(94)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(93)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(96)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(92)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(92)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(95)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(99)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(99)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(99)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(99)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(101)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(101)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(101)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(101)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(103)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(103)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(103)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(103)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(105)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(105)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(105)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(105)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(107)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(107)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(107)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(107)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(109)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(109)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(109)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(109)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_stat_num_bts_connected_3() start" TC_stat_num_bts_connected_3(111)@6aa4ca6fe73c: "TC_stat_num_bts_connected_3": using IMSI '001015676668616'H VirtMSC-STATS(90)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.oml_connected", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.oml_connected", mtype := "g", min := 3, max := 4 } VirtMSC-STATS(90)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.all_trx_rsl_connected", val := 3, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.all_trx_rsl_connected", mtype := "g", min := 3, max := 3 } VirtMSC-STATS(90)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_bts.total", val := 4, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_bts.total", mtype := "g", min := 4, max := 4 } VirtMSC-STATS(90)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_trx.rsl_connected", val := 6, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_trx.rsl_connected", mtype := "g", min := 6, max := 6 } VirtMSC-STATS(90)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.num_trx.total", val := 7, mtype := "g", srate := omit } vs { name := "TTCN3.bsc.0.num_trx.total", mtype := "g", min := 7, max := 7 } TC_stat_num_bts_connected_3(111)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(91)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(92)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(93)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(90)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(97)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS2-TRX2-RSL-RSL(108)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(100)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(110)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(94)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(95)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(106)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(104)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(102)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(103)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(107)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(96)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(109)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(105)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(98)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(99)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(101)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(90): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(91): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(92): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(93): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(94): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(95): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(96): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(97): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(98): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(99): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(100): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(101): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(102): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(103): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(104): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(105): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(106): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(107): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(108): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(109): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(110): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_stat_num_bts_connected_3(111): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_stat_num_bts_connected_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_bts_connected_3 pass'. Sun Apr 21 05:42:32 UTC 2024 ====== BSC_Tests.TC_stat_num_bts_connected_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_stat_num_bts_connected_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=631135) Waiting for packet dumper to finish... 1 (prev_count=631135, count=1419610) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stat_num_bts_connected_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl'. ------ BSC_Tests.TC_ctrl ------ Sun Apr 21 05:42:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ctrl started. VirtMSC-M3UA(114)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(114)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(114)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(113)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(114)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(114)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(116)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(116)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(116)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(115)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(116)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(119)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(119)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(119)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(119)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ctrl() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(114)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(113)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(112)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(117)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(115)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(118)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(116)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(119)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(112): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(113): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(114): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(115): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(116): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(117): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(118): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(119): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ctrl finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl pass'. Sun Apr 21 05:42:42 UTC 2024 ====== BSC_Tests.TC_ctrl pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ctrl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=215509) Waiting for packet dumper to finish... 1 (prev_count=215509, count=401715) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si_default'. ------ BSC_Tests.TC_si_default ------ Sun Apr 21 05:42:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si_default' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si_default started. VirtMSC-M3UA(122)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(122)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(122)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(121)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(122)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(122)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(124)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(124)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(124)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(123)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si_default() start" VirtSMLC-M3UA(124)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(127)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(127)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(127)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(127)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 0, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(121)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(122)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(120)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(125)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(123)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(124)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(126)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(127)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(120): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(121): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(122): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(123): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(124): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(125): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(126): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(127): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si_default finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si_default pass'. Sun Apr 21 05:42:56 UTC 2024 ====== BSC_Tests.TC_si_default pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si_default.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=215646) Waiting for packet dumper to finish... 1 (prev_count=215646, count=403265) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si_default pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_2_earfcns'. ------ BSC_Tests.TC_si2quater_2_earfcns ------ Sun Apr 21 05:43:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_2_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_2_earfcns started. VirtMSC-M3UA(130)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(130)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(130)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(129)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(130)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(130)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(132)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(132)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(132)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(131)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_2_earfcns() start" VirtSMLC-M3UA(132)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(135)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(135)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(135)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(135)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B'O ("++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 0, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(129)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(129)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(129)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(129)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(129)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(129)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(129)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(129)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(129)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(129)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(129)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(129)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(129)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(129)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(129)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(129)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(129)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(129)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(129)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '00'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(129)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(130)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(128)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(133)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(131)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(132)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(134)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(135)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(128): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(129): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(130): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(131): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(132): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(133): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(134): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(135): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_2_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_2_earfcns pass'. Sun Apr 21 05:43:12 UTC 2024 ====== BSC_Tests.TC_si2quater_2_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_2_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=260231) Waiting for packet dumper to finish... 1 (prev_count=260231, count=448355) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_2_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_3_earfcns'. ------ BSC_Tests.TC_si2quater_3_earfcns ------ Sun Apr 21 05:43:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_3_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_3_earfcns started. VirtMSC-M3UA(138)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(138)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(138)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(137)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(138)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(138)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(140)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(140)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(140)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(139)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_3_earfcns() start" VirtSMLC-M3UA(140)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(143)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(143)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(143)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(143)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 0, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(137)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(137)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(137)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(137)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(137)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(137)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(137)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(137)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(137)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(137)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(137)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(137)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(137)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(137)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(137)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(137)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(137)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '00'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(137)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(137)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(137)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(138)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(136)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(141)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(139)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(143)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(142)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(140)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(136): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(137): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(138): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(139): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(140): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(141): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(142): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(143): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_3_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_3_earfcns pass'. Sun Apr 21 05:43:28 UTC 2024 ====== BSC_Tests.TC_si2quater_3_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_3_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=270609) Waiting for packet dumper to finish... 1 (prev_count=270609, count=459441) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_3_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_4_earfcns'. ------ BSC_Tests.TC_si2quater_4_earfcns ------ Sun Apr 21 05:43:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_4_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_4_earfcns started. VirtMSC-M3UA(146)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(146)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(146)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(145)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(146)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(146)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(148)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(148)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(148)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(147)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_4_earfcns() start" VirtSMLC-M3UA(148)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(151)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(151)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(151)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(151)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 1, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 1, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(145)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(145)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(145)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(145)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(145)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(145)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(145)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(145)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(145)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(145)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(145)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(145)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(145)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(145)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(145)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(145)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(145)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(145)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(145)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(145)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(144)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(146)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(149)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-M3UA(148)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(147)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(150)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(151)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(144): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(145): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(146): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(147): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(148): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(149): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(150): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(151): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_4_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_4_earfcns pass'. Sun Apr 21 05:43:44 UTC 2024 ====== BSC_Tests.TC_si2quater_4_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_4_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=274644) Waiting for packet dumper to finish... 1 (prev_count=274644, count=462676) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_4_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_5_earfcns'. ------ BSC_Tests.TC_si2quater_5_earfcns ------ Sun Apr 21 05:43:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_5_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_5_earfcns started. VirtMSC-M3UA(154)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(154)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(154)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(153)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(154)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(154)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(156)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(156)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(156)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(155)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_5_earfcns() start" VirtSMLC-M3UA(156)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(159)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(159)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(159)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(159)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B'O ("++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 1, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 1, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(153)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(153)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(153)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(153)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(153)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(153)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(153)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(153)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(153)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(153)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(153)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(153)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(153)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(153)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(153)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(153)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(153)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: 'B0'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(153)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(153)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(153)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(154)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(152)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(157)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-M3UA(156)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(155)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(158)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(159)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(152): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(153): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(154): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(155): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(156): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(157): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(158): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(159): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_5_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_5_earfcns pass'. Sun Apr 21 05:43:59 UTC 2024 ====== BSC_Tests.TC_si2quater_5_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_5_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=278140) Waiting for packet dumper to finish... 1 (prev_count=278140, count=465348) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_5_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_6_earfcns'. ------ BSC_Tests.TC_si2quater_6_earfcns ------ Sun Apr 21 05:44:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_6_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_6_earfcns started. VirtMSC-M3UA(162)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(162)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(162)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(161)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(162)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(162)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(164)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(164)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(164)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(163)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_6_earfcns() start" VirtSMLC-M3UA(164)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(167)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(167)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(167)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(167)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 1, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 1, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(161)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(161)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(161)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(161)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(161)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(161)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(161)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(161)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(161)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(161)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(161)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(161)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(161)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(161)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(161)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(161)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(161)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '60'O ("`") MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 46, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(161)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(161)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(161)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(162)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(160)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(165)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(163)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(164)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(167)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(166)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(160): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(161): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(162): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(163): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(164): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(165): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(166): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(167): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_6_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_6_earfcns pass'. Sun Apr 21 05:44:15 UTC 2024 ====== BSC_Tests.TC_si2quater_6_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_6_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=279476) Waiting for packet dumper to finish... 1 (prev_count=279476, count=466506) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_6_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_12_earfcns'. ------ BSC_Tests.TC_si2quater_12_earfcns ------ Sun Apr 21 05:44:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_12_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_12_earfcns started. VirtMSC-M3UA(170)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(170)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(170)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(169)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(170)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(170)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(172)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(172)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(172)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(171)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_12_earfcns() start" VirtSMLC-M3UA(172)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(175)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(175)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(175)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(175)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 3, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 3, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 2, si2quater_count := 3, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 69, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 92, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 115, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 3, si2quater_count := 3, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 138, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 161, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 184, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(169)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(169)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(169)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(169)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(169)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(169)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(169)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(169)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(169)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(169)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(169)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(169)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(169)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(169)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(169)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(169)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(169)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 46, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 69, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 92, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 115, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 138, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 161, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 184, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(169)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(169)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(169)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(170)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(173)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(168)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(171)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(172)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(174)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(175)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(168): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(169): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(170): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(171): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(172): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(173): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(174): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(175): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_12_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_12_earfcns pass'. Sun Apr 21 05:44:31 UTC 2024 ====== BSC_Tests.TC_si2quater_12_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_12_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=295530) Waiting for packet dumper to finish... 1 (prev_count=295530, count=481736) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_12_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_23_earfcns'. ------ BSC_Tests.TC_si2quater_23_earfcns ------ Sun Apr 21 05:44:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_23_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_23_earfcns started. VirtMSC-M3UA(178)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(178)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(178)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(177)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(178)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(178)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(180)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(180)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(180)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(179)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_23_earfcns() start" VirtSMLC-M3UA(180)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(183)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(183)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(183)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(183)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B'O ("++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 2, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 69, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 92, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 115, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 3, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 138, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 161, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 184, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 4, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 207, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 230, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 253, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 5, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 276, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 299, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 322, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 6, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 345, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 368, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 391, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 7, si2quater_count := 7, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 414, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 437, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(177)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(177)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(177)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(177)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(177)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(177)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(177)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(177)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(177)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(177)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(177)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(177)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(177)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(177)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(177)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(177)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(177)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: 'C0'O VirtMSC-SCCP(177)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(177)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 46, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 69, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 92, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 115, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 138, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 161, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 184, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 207, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 230, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 253, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 276, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 299, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 322, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 345, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 368, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 391, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 414, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 437, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(177)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(178)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(181)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(176)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(179)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(182)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(180)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(183)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(176): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(177): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(178): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(179): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(180): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(181): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(182): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(183): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_23_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_23_earfcns pass'. Sun Apr 21 05:44:47 UTC 2024 ====== BSC_Tests.TC_si2quater_23_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_23_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=324327) Waiting for packet dumper to finish... 1 (prev_count=324327, count=511770) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_23_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_32_earfcns'. ------ BSC_Tests.TC_si2quater_32_earfcns ------ Sun Apr 21 05:44:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_32_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_32_earfcns started. VirtMSC-M3UA(186)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(186)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(186)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(185)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(186)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(186)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(188)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(188)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(188)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(187)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_32_earfcns() start" VirtSMLC-M3UA(188)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(191)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(191)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(191)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(191)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B'O ("++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 2, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 69, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 92, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 115, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 3, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 138, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 161, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 184, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 4, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 207, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 230, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 253, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 5, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 276, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 299, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 322, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 6, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 345, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 368, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 391, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 7, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 414, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 437, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 460, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 8, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 483, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 506, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 529, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 9, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 552, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 575, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 598, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 10, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 621, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 644, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(185)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(185)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(185)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(185)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(185)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(185)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(185)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(185)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(185)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(185)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(185)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(185)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(185)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(185)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(185)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(185)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(185)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '80'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 46, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 69, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 92, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 115, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 138, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 161, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 184, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 207, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 230, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 253, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 276, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 299, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 322, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 345, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 368, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 391, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 414, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 437, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 460, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 483, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 506, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 529, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 552, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 575, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 598, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 621, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 644, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(185)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(185)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(185)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(186)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(184)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(189)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(187)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(191)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(190)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(188)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(184): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(185): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(186): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(187): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(188): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(189): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(190): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(191): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_32_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_32_earfcns pass'. Sun Apr 21 05:45:03 UTC 2024 ====== BSC_Tests.TC_si2quater_32_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_32_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=344196) Waiting for packet dumper to finish... 1 (prev_count=344196, count=530813) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_32_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_33_earfcns'. ------ BSC_Tests.TC_si2quater_33_earfcns ------ Sun Apr 21 05:45:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_33_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_33_earfcns started. VirtMSC-M3UA(194)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(194)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(194)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(193)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(194)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(194)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(196)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(196)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(196)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(195)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_33_earfcns() start" VirtSMLC-M3UA(196)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(199)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(199)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(199)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(199)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 2, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 69, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 92, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 115, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 3, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 138, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 161, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 184, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 4, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 207, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 230, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 253, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 5, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 276, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 299, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 322, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 6, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 345, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 368, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 391, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 7, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 414, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 437, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 460, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 8, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 483, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 506, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 529, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 9, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 552, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 575, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 598, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 10, si2quater_count := 10, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 621, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 644, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 667, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(193)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(193)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(193)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(193)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(193)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(193)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(193)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(193)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(193)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(193)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(193)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(193)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(193)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(193)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(193)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(193)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(193)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '00'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 46, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 69, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 92, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 115, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 138, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 161, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 184, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 207, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 230, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 253, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 276, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 299, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 322, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 345, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 368, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 391, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 414, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 437, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 460, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 483, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 506, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 529, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 552, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 575, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 598, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 621, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 644, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 667, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(193)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(193)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(193)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(194)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(192)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-CTRL-CLI-IPA(197)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(195)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(196)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(199)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(198)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(192): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(193): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(194): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(195): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(196): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(197): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(198): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(199): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_33_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_33_earfcns pass'. Sun Apr 21 05:45:19 UTC 2024 ====== BSC_Tests.TC_si2quater_33_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_33_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=357669) Waiting for packet dumper to finish... 1 (prev_count=357669, count=544575) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_33_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_42_earfcns'. ------ BSC_Tests.TC_si2quater_42_earfcns ------ Sun Apr 21 05:45:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_42_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_42_earfcns started. VirtMSC-M3UA(202)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(202)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(202)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(201)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(202)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(202)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(204)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(204)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(204)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(203)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_42_earfcns() start" VirtSMLC-M3UA(204)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(207)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(207)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(207)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(207)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 2, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 69, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 92, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 115, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 3, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 138, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 161, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 184, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 4, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 207, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 230, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 253, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 5, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 276, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 299, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 322, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 6, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 345, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 368, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 391, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 7, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 414, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 437, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 460, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 8, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 483, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 506, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 529, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 9, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 552, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 575, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 598, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 10, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 621, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 644, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 667, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 11, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 690, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 713, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 736, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 12, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 759, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 782, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 805, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 13, si2quater_count := 13, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 828, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 851, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 874, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(201)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(201)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(201)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(201)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(201)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(201)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '00'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 46, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 69, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 92, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 115, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 138, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 161, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 184, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 207, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 230, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 253, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 276, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 299, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 322, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 345, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 368, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 391, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 414, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 437, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 460, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 483, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 506, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 529, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 552, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 575, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 598, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 621, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 644, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 667, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 690, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 713, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 736, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 759, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 782, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 805, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 828, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 851, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 874, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(201)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(201)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(200)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(202)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(205)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(203)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(206)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(207)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(204)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(200): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(201): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(202): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(203): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(204): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(205): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(206): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(207): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_42_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_42_earfcns pass'. Sun Apr 21 05:45:35 UTC 2024 ====== BSC_Tests.TC_si2quater_42_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_42_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=368992) Waiting for packet dumper to finish... 1 (prev_count=368992, count=555609) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_42_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_48_earfcns'. ------ BSC_Tests.TC_si2quater_48_earfcns ------ Sun Apr 21 05:45:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_48_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_48_earfcns started. VirtMSC-M3UA(210)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(210)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(210)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(209)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(210)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(210)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(212)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(212)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(212)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(211)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_48_earfcns() start" VirtSMLC-M3UA(212)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(215)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(215)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(215)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(215)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 2, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 69, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 92, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 115, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 3, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 138, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 161, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 184, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 4, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 207, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 230, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 253, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 5, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 276, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 299, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 322, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 6, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 345, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 368, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 391, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 7, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 414, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 437, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 460, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 8, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 483, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 506, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 529, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 9, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 552, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 575, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 598, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 10, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 621, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 644, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 667, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 11, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 690, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 713, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 736, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 12, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 759, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 782, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 805, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 13, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 828, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 851, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 874, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 14, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 897, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 920, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 943, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 15, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 966, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 989, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1012, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(209)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(209)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(209)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(209)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(209)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(209)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(209)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(209)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(209)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(209)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(209)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(209)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(209)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(209)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(209)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(209)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(209)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '80'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 0, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 23, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 46, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 69, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 92, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 115, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 138, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 161, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 184, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 207, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 230, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 253, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 276, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 299, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 322, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 345, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 368, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 391, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 414, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 437, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 460, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 483, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 506, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 529, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 552, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 575, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 598, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 621, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 644, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 667, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 690, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 713, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 736, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 759, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 782, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 805, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 828, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 851, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 874, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 897, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 920, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 943, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 966, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 989, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit }, { item_ind := '1'B, earfcn := 1012, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(209)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(209)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(209)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(208)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(210)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(213)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(211)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(212)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(214)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(215)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(208): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(209): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(210): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(211): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(212): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(213): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(214): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(215): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_48_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_48_earfcns pass'. Sun Apr 21 05:45:51 UTC 2024 ====== BSC_Tests.TC_si2quater_48_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_48_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=384873) Waiting for packet dumper to finish... 1 (prev_count=384873, count=570666) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_48_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_49_earfcns'. ------ BSC_Tests.TC_si2quater_49_earfcns ------ Sun Apr 21 05:45:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2quater_49_earfcns' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2quater_49_earfcns started. VirtMSC-M3UA(218)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(218)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(218)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(217)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(218)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(218)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(220)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(220)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(220)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(219)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si2quater_49_earfcns() start" MTC@6aa4ca6fe73c: Got expected VTY error: "% Unable to add ARFCN 70: Cannot allocate memory" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-M3UA(220)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(223)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(223)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(223)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(223)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B'O ("+") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 0, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 1, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 65535, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 23, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 46, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 2, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 69, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 92, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 115, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 3, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 138, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 161, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 184, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 4, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 207, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 230, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 253, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 5, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 276, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 299, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 322, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 6, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 345, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 368, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 391, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 7, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 414, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 437, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 460, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 8, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 483, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 506, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 529, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 9, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 552, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 575, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 598, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 10, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 621, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 644, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 667, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 11, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 690, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 713, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 736, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 12, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 759, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 782, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 805, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 13, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 828, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 851, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 874, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 14, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 897, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 920, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 943, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } }, { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 15, si2quater_count := 15, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 966, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 989, meas_bw_presence := '1'B, meas_bw := 3 }, { item_ind := '1'B, e_arfcn := 1012, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 1, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(217)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(218)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(216)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(221)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(219)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(222)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(220)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(223)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(216): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(217): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(218): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(219): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(220): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(221): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(222): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(223): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2quater_49_earfcns finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_49_earfcns pass'. Sun Apr 21 05:46:04 UTC 2024 ====== BSC_Tests.TC_si2quater_49_earfcns pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2quater_49_earfcns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=334457) Waiting for packet dumper to finish... 1 (prev_count=334457, count=521074) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2quater_49_earfcns pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si_acc_rotate'. ------ BSC_Tests.TC_si_acc_rotate ------ Sun Apr 21 05:46:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si_acc_rotate' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si_acc_rotate started. VirtMSC-M3UA(226)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(226)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(226)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(225)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(226)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(226)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(228)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(228)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(228)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(227)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si_acc_rotate() start" VirtSMLC-M3UA(228)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(231)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(231)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(231)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(231)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010001111111'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010001111111'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 0, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010001111111'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010001111111'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 3, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010011111110'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010111111100'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011111111000'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011111110001'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011111100011'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011110100111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011100101111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011000111111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010001111111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010011111110'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010111111100'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011111111000'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011111110001'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011111100011'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011110100111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011100101111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000011000111111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010001111111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010011111110'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=3: '0000010111111100'B MTC@6aa4ca6fe73c: ACC0 allowed 8 times MTC@6aa4ca6fe73c: ACC1 allowed 7 times MTC@6aa4ca6fe73c: ACC2 allowed 6 times MTC@6aa4ca6fe73c: ACC3 allowed 6 times MTC@6aa4ca6fe73c: ACC4 allowed 6 times MTC@6aa4ca6fe73c: ACC5 allowed 0 times MTC@6aa4ca6fe73c: ACC6 allowed 6 times MTC@6aa4ca6fe73c: ACC7 allowed 6 times MTC@6aa4ca6fe73c: ACC8 allowed 7 times MTC@6aa4ca6fe73c: ACC9 allowed 8 times MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(226)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(224)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(225)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(229)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(227)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(230)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(231)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(228)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(224): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(225): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(226): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(227): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(228): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(229): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(230): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(231): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si_acc_rotate finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si_acc_rotate pass'. Sun Apr 21 05:46:50 UTC 2024 ====== BSC_Tests.TC_si_acc_rotate pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si_acc_rotate.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=580294) Waiting for packet dumper to finish... 1 (prev_count=580294, count=767913) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si_acc_rotate pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si_acc_ramp_rotate'. ------ BSC_Tests.TC_si_acc_ramp_rotate ------ Sun Apr 21 05:46:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si_acc_ramp_rotate' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si_acc_ramp_rotate started. VirtMSC-M3UA(234)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(234)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(234)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(233)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(234)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(234)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(236)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(236)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(236)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(235)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: "TC_si_acc_ramp_rotate() start" VirtSMLC-M3UA(236)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(239)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(239)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(239)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(239)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL 0 SYSTEM INFORMATION: { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000011111111111'B }, rest_octets := '2B'O ("+") }, si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000011111111111'B } }, si2bis := omit, si2ter := { extd_bcch_freq_list := '8E320000000000000000000000000800'O, rest_octets := '2B2B2B2B'O ("++++") }, si2quater := { { ba_ind := '0'B, ba_3g_ind := '1'B, mp_change_mark := '0'B, si2quater_index := 0, si2quater_count := 0, meas_params_desc := { presence := '0'B, desc := omit }, gprs := { rt_diff_desc := { presence := '0'B, desc := omit }, bsic_desc := { presence := '0'B, desc := omit }, rep_prio_desc := { presence := '0'B, desc := omit }, meas_params_desc := { presence := '0'B, desc := omit } }, nc_meas_params := { presence := '0'B, params := omit }, ext_info := { presence := '0'B, info := omit }, utran_neigh_desc := { presence := '0'B, desc := omit }, utran_meas_params_desc := { presence := '0'B, desc := omit }, utran_gprs_meas_params_desc := { presence := '0'B, desc := omit }, rel_additions := { rel5_presence := '1'B, rel5 := { umts_add_meas_params_desc := { presence := '0'B, desc := omit }, umts_add_meas_params_desc2 := { presence := '0'B, desc := omit }, rel6_presence := '1'B, rel6 := { umts_ccn_active := '0'B, rel7_presence := '1'B, rel7 := { rep700 := { presence := '0'B, val := omit }, rep810 := { presence := '0'B, val := omit }, rel8_presence := '1'B, rel8 := { prio_eutran_params_desc := { presence := '1'B, desc := { sc_prio_params_desc := { presence := '1'B, desc := { geran_priority := 0, thresh_priority_search := 0, thresh_gsm_low := 0, h_prio := 0, t_reselection := 0 } }, utran_prio_params_desc := { presence := '0'B, desc := omit }, eutran_params_desc := { presence := '1'B, desc := { ccn_active := '0'B, e_start := '1'B, e_stop := '1'B, meas_params_desc := { presence := '0'B, desc := omit }, gprs_meas_params_desc := { presence := '0'B, desc := omit }, repeated_neigh_cells := { { item_ind := '1'B, cell_desc_list := { { item_ind := '1'B, e_arfcn := 111, meas_bw_presence := '1'B, meas_bw := 3 } }, cell_desc_list_term := '0'B, prio_presence := '1'B, prio := 3, thresh_high := 20, thresh_low_presence := '1'B, thresh_low := 10, qrxlevmin_presence := '1'B, qrxlevmin := 22 } }, repeated_neigh_cells_term := '0'B, repeated_not_allowed_cells := omit, repeated_not_allowed_cells_term := '0'B, pcid2ta_map_list := omit, pcid2ta_map_list_term := '0'B } } } }, utran_csg_desc := { presence := '0'B, desc := omit }, eutran_csg_desc := { presence := '0'B, desc := omit } } } } } } } }, si3 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 30 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_USE_UL_DTX (1), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000011111111111'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '1'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '1'B, si2_quater_ind := { presence := '1'B, ind := '0'B }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } }, si4 := { lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000011111111111'B }, cbch_chan_desc := { iei := '64'O ("d"), v := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 2, h := false, arfcn := 871, maio_hsn := omit } }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } }, si13 := { rest_octets := { presence := '1'B, bcch_change_mark := 6, si_change_field := '0000'B, presence2 := '0'B, si13_change_mark := omit, gprs_ma := omit, zero := '0'B, rac := 0, spgc_ccch_sup := '0'B, priority_access_thr := '110'B, network_control_order := '00'B, gprs_cell_opts := { nmo := '01'B, t3168 := '011'B, t3192 := '010'B, drx_timer_max := '011'B, access_burst_type := '0'B, control_ack_type := '1'B, bs_cv_max := 15, pan_presence := '1'B, pan_dec := 1, pan_inc := 1, pan_max := '111'B, ext_info_presence := '1'B, ext_info_length := '000101'B, ext_info := { egprs_supported := '0'B, egprs_pkt_channel_req := omit, bep_period := omit, pfc_feature_mode := '0'B, dtm_support := '0'B, bss_paging_coordination := '1'B, ccn_active := '1'B, nw_ext_utbf := '0'B } }, gprs_pwr_ctrl_params := { alpha := 0, t_avg_w := '10000'B, t_avg_t := '10000'B, pc_meas_chan := '0'B, n_avg_i := '1000'B } } }, si5 := { bcch_freq_list := '10000000000000000000000000000000'O }, si5bis := omit, si5ter := { extd_bcch_freq_list := '9E050020000000000000000000000000'O }, si6 := { cell_id := 0, lai := { mcc_mnc := '001F01'H, lac := 1 }, cell_options := { dtx_ext := '1'B, pwrc := false, dtx := '01'B, radio_link_timeout := '0111'B }, ncc_permitted := '11111111'B, rest_octets := { pch_nch_info := { presence := '0'B, info := omit }, vbs_vgcs_options := { presence := '0'B, options := omit }, dtm_support := '0'B, rac := omit, max_lapdm := omit, band_ind := '0'B } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=5: '0000011111010000'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=5: '0000011110010001'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=5: '0000011100010011'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=5: '0000011000010111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=5: '0000010000011111'B MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B'O ("+++++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B'O ("+++++") MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B2B2B2B2B2B2B2B'O ("+++++++++") MTC@6aa4ca6fe73c: RSL: GOT SI1 ACC len=9: '0000010000010000'B MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(234)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(233)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(237)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(232)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(235)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(236)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(239)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(238)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(232): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(233): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(234): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(235): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(236): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(237): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(238): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(239): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si_acc_ramp_rotate finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si_acc_ramp_rotate pass'. Sun Apr 21 05:47:12 UTC 2024 ====== BSC_Tests.TC_si_acc_ramp_rotate pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si_acc_ramp_rotate.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=517134) Waiting for packet dumper to finish... 1 (prev_count=517134, count=519135) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si_acc_ramp_rotate pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2_ncc_permitted'. ------ BSC_Tests.TC_si2_ncc_permitted ------ Sun Apr 21 05:47:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_si2_ncc_permitted' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_si2_ncc_permitted started. VirtMSC-M3UA(242)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(242)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(242)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(241)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(242)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(242)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(244)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(244)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(244)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(243)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(244)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(247)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(247)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(247)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(247)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_si2_ncc_permitted() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(241)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(242)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(240)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(245)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(243)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(244)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(247)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(246)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(240): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(241): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(242): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(243): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(244): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(245): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(246): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(247): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_si2_ncc_permitted finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2_ncc_permitted pass'. Sun Apr 21 05:47:20 UTC 2024 ====== BSC_Tests.TC_si2_ncc_permitted pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_si2_ncc_permitted.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=191916) Waiting for packet dumper to finish... 1 (prev_count=191916, count=379535) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_si2_ncc_permitted pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_noreply'. ------ BSC_Tests.TC_chan_act_noreply ------ Sun Apr 21 05:47:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_noreply' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_act_noreply started. VirtMSC-M3UA(250)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(250)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(250)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(249)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(250)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(250)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(252)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(252)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(252)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(251)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(252)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(255)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(255)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(255)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(255)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_act_noreply() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(249)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(250)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(248)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(253)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(251)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(254)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(252)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(255)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(248): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(249): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(250): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(251): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(252): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(253): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(254): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(255): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_act_noreply finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_noreply pass'. Sun Apr 21 05:47:29 UTC 2024 ====== BSC_Tests.TC_chan_act_noreply pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_act_noreply.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=196904) Waiting for packet dumper to finish... 1 (prev_count=196904, count=383810) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_noreply pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_counter'. ------ BSC_Tests.TC_chan_act_counter ------ Sun Apr 21 05:47:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_counter' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_act_counter started. VirtMSC-M3UA(258)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(258)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(258)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(257)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(258)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(258)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(260)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(260)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(260)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(259)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(260)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(263)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(263)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(263)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(263)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_act_counter() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "chreq:total", val := 0 }, { name := "chreq:attempted_emerg", val := 0 }, { name := "chreq:attempted_call", val := 0 }, { name := "chreq:attempted_location_upd", val := 0 }, { name := "chreq:attempted_pag", val := 0 }, { name := "chreq:attempted_pdch", val := 0 }, { name := "chreq:attempted_other", val := 0 }, { name := "chreq:attempted_unknown", val := 0 }, { name := "chreq:successful", val := 0 }, { name := "chreq:successful_emerg", val := 0 }, { name := "chreq:successful_call", val := 0 }, { name := "chreq:successful_location_upd", val := 0 }, { name := "chreq:successful_pag", val := 0 }, { name := "chreq:successful_pdch", val := 0 }, { name := "chreq:successful_other", val := 0 }, { name := "chreq:successful_unknown", val := 0 }, { name := "chreq:no_channel", val := 0 }, { name := "chreq:max_delay_exceeded", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "chreq:total", val := 0 }, { name := "chreq:attempted_emerg", val := 0 }, { name := "chreq:attempted_call", val := 0 }, { name := "chreq:attempted_location_upd", val := 0 }, { name := "chreq:attempted_pag", val := 0 }, { name := "chreq:attempted_pdch", val := 0 }, { name := "chreq:attempted_other", val := 0 }, { name := "chreq:attempted_unknown", val := 0 }, { name := "chreq:successful", val := 0 }, { name := "chreq:successful_emerg", val := 0 }, { name := "chreq:successful_call", val := 0 }, { name := "chreq:successful_location_upd", val := 0 }, { name := "chreq:successful_pag", val := 0 }, { name := "chreq:successful_pdch", val := 0 }, { name := "chreq:successful_other", val := 0 }, { name := "chreq:successful_unknown", val := 0 }, { name := "chreq:no_channel", val := 0 }, { name := "chreq:max_delay_exceeded", val := 0 } } } MTC@6aa4ca6fe73c: "f_chan_act_counter(emerg)" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "f_chan_act_counter(call)" MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "f_chan_act_counter(location_upd)" MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "f_chan_act_counter(pag)" MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "f_chan_act_counter(pag)" MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "f_chan_act_counter(other)" MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(257)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(258)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(256)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(261)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(259)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(260)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(262)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(263)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(256): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(257): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(258): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(259): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(260): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(261): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(262): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(263): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_act_counter finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_counter pass'. Sun Apr 21 05:47:44 UTC 2024 ====== BSC_Tests.TC_chan_act_counter pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_act_counter.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=446472) Waiting for packet dumper to finish... 1 (prev_count=446472, count=633680) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_counter pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_noest'. ------ BSC_Tests.TC_chan_act_ack_noest ------ Sun Apr 21 05:47:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_noest' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_noest started. VirtMSC-M3UA(266)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(266)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(266)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(265)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(266)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(266)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(268)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(268)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(268)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(267)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(268)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(271)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(271)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(271)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(271)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_act_ack_noest() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(265)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(266)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(264)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(269)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(267)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(271)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(268)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(270)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(264): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(265): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(266): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(267): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(268): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(269): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(270): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(271): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_noest finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_noest pass'. Sun Apr 21 05:47:55 UTC 2024 ====== BSC_Tests.TC_chan_act_ack_noest pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_act_ack_noest.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=207220) Waiting for packet dumper to finish... 1 (prev_count=207220, count=393837) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_noest pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_noest_emerg'. ------ BSC_Tests.TC_chan_act_ack_noest_emerg ------ Sun Apr 21 05:48:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_noest_emerg' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_noest_emerg started. VirtMSC-M3UA(274)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(274)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(274)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(273)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(274)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(274)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(276)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(276)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(276)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(275)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(276)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(279)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(279)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(279)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(279)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_act_ack_noest_emerg() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(273)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(274)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(277)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(272)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(275)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(279)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(276)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(278)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(272): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(273): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(274): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(275): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(276): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(277): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(278): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(279): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_noest_emerg finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_noest_emerg pass'. Sun Apr 21 05:48:07 UTC 2024 ====== BSC_Tests.TC_chan_act_ack_noest_emerg pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_act_ack_noest_emerg.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=220168) Waiting for packet dumper to finish... 1 (prev_count=220168, count=406785) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_noest_emerg pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rqd_emerg_deny'. ------ BSC_Tests.TC_chan_rqd_emerg_deny ------ Sun Apr 21 05:48:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rqd_emerg_deny' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rqd_emerg_deny started. VirtMSC-M3UA(282)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(282)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(282)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(281)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(282)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(282)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(284)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(284)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(284)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(283)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(284)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(287)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(287)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(287)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(287)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rqd_emerg_deny() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(282)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(281)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(280)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(285)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(283)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(287)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(284)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(286)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(280): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(281): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(282): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(283): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(284): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(285): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(286): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(287): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rqd_emerg_deny finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rqd_emerg_deny pass'. Sun Apr 21 05:48:15 UTC 2024 ====== BSC_Tests.TC_chan_rqd_emerg_deny pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rqd_emerg_deny.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=202690) Waiting for packet dumper to finish... 1 (prev_count=202690, count=390311) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rqd_emerg_deny pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_est_ind_noreply'. ------ BSC_Tests.TC_chan_act_ack_est_ind_noreply ------ Sun Apr 21 05:48:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_est_ind_noreply' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_est_ind_noreply started. VirtMSC-M3UA(290)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(290)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(290)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(289)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(290)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(290)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(292)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(292)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(292)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(291)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(292)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(295)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(295)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(295)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(295)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_act_ack_est_ind_noreply() start" VirtMSC-SCCP(289)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(289)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false MTC@6aa4ca6fe73c: GOT CAUSE CODE: '03'O = GSM48_RR_CAUSE_ABNORMAL_TIMER (3) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(289)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(290)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(288)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(293)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(291)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(292)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(295)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(294)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(288): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(289): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(290): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(291): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(292): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(293): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(294): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(295): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_est_ind_noreply finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_est_ind_noreply pass'. Sun Apr 21 05:48:44 UTC 2024 ====== BSC_Tests.TC_chan_act_ack_est_ind_noreply pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_act_ack_est_ind_noreply.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=291758) Waiting for packet dumper to finish... 1 (prev_count=291758, count=487881) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_est_ind_noreply pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_est_ind_refused'. ------ BSC_Tests.TC_chan_act_ack_est_ind_refused ------ Sun Apr 21 05:48:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_ack_est_ind_refused' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_est_ind_refused started. VirtMSC-M3UA(298)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(298)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(298)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(297)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(298)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(298)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(300)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(300)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(300)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(299)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(300)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(303)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(303)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(303)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(303)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_act_ack_est_ind_refused() start" VirtMSC-SCCP(297)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(297)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(297)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(297)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(298)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(296)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(301)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(299)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(300)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(302)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(303)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(296): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(297): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(298): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(299): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(300): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(301): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(302): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(303): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_act_ack_est_ind_refused finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_est_ind_refused pass'. Sun Apr 21 05:48:55 UTC 2024 ====== BSC_Tests.TC_chan_act_ack_est_ind_refused pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_act_ack_est_ind_refused.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=226094) Waiting for packet dumper to finish... 1 (prev_count=226094, count=412711) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_ack_est_ind_refused pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_nack'. ------ BSC_Tests.TC_chan_act_nack ------ Sun Apr 21 05:49:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_act_nack' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_act_nack started. VirtMSC-M3UA(306)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(306)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(306)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(305)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(306)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(306)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(308)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(308)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(308)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(307)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(308)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(311)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(311)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(311)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(311)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_act_nack() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(305)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(306)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(304)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(309)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(307)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(308)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(311)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(310)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(304): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(305): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(306): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(307): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(308): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(309): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(310): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(311): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_act_nack finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_nack pass'. Sun Apr 21 05:49:04 UTC 2024 ====== BSC_Tests.TC_chan_act_nack pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_act_nack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=213108) Waiting for packet dumper to finish... 1 (prev_count=213108, count=400230) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_act_nack pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_exhaustion'. ------ BSC_Tests.TC_chan_exhaustion ------ Sun Apr 21 05:49:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_exhaustion' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_exhaustion started. VirtMSC-M3UA(314)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(314)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(314)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(313)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(314)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(314)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(316)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(316)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(316)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(315)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(316)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(319)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(319)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(319)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(319)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_exhaustion() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(313)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(314)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(312)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(317)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(315)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(319)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(316)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(318)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(312): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(313): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(314): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(315): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(316): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(317): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(318): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(319): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_exhaustion finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_exhaustion pass'. Sun Apr 21 05:49:12 UTC 2024 ====== BSC_Tests.TC_chan_exhaustion pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_exhaustion.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=518792) Waiting for packet dumper to finish... 1 (prev_count=518792, count=617974) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_exhaustion pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_deact_silence'. ------ BSC_Tests.TC_chan_deact_silence ------ Sun Apr 21 05:49:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_deact_silence' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_deact_silence started. VirtMSC-M3UA(322)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(322)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(322)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(321)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(322)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(322)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(324)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(324)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(324)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(323)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(324)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(327)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(327)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(327)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(327)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_deact_silence() start" MTC@6aa4ca6fe73c: Received CHANnel RELease MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(321)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(325)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(322)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(320)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(323)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(327)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(324)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(326)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(320): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(321): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(322): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(323): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(324): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(325): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(326): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(327): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_deact_silence finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_deact_silence pass'. Sun Apr 21 05:49:24 UTC 2024 ====== BSC_Tests.TC_chan_deact_silence pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_deact_silence.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=207469) Waiting for packet dumper to finish... 1 (prev_count=207469, count=395088) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_deact_silence pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_rll_rel_ind'. ------ BSC_Tests.TC_chan_rel_rll_rel_ind ------ Sun Apr 21 05:49:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_rll_rel_ind' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_rll_rel_ind started. VirtMSC-M3UA(330)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(330)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(330)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(329)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(330)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(330)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(332)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(332)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(332)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(331)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(332)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(335)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(335)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(335)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(335)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_rll_rel_ind() start" VirtMSC-SCCP(329)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(329)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(329)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(329)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(329)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(329)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(329)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(329)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(329)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(329)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(329)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(329)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(329)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(329)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(329)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(329)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(329)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(329)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(329)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(329)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(330)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(333)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(328)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(331)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(332)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(334)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(335)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(328): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(329): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(330): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(331): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(332): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(333): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(334): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(335): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_rll_rel_ind finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_rll_rel_ind pass'. Sun Apr 21 05:49:36 UTC 2024 ====== BSC_Tests.TC_chan_rel_rll_rel_ind pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_rll_rel_ind.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=241109) Waiting for packet dumper to finish... 1 (prev_count=241109, count=429141) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_rll_rel_ind pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_conn_fail'. ------ BSC_Tests.TC_chan_rel_conn_fail ------ Sun Apr 21 05:49:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_conn_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_conn_fail started. VirtMSC-M3UA(338)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(338)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(338)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(337)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(338)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(338)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(340)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(340)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(340)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(339)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(340)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(343)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(343)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(343)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(343)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_conn_fail() start" VirtMSC-SCCP(337)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(337)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(337)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(337)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(337)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(337)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(337)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(337)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(337)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(337)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(337)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(337)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040101'O VirtMSC-SCCP(337)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(337)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(337)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(337)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(337)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(337)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(337)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(337)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(336)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(338)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(341)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(339)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(343)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(340)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(342)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(336): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(337): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(338): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(339): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(340): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(341): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(342): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(343): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_conn_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_conn_fail pass'. Sun Apr 21 05:49:48 UTC 2024 ====== BSC_Tests.TC_chan_rel_conn_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_conn_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=242605) Waiting for packet dumper to finish... 1 (prev_count=242605, count=428398) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_conn_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_clear'. ------ BSC_Tests.TC_chan_rel_hard_clear ------ Sun Apr 21 05:49:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_clear' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_clear started. VirtMSC-M3UA(346)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(346)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(346)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(345)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(346)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(346)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(348)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(348)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(348)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(347)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(348)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(351)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(351)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(351)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(351)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_hard_clear() start" VirtMSC-SCCP(345)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(345)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(345)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(345)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(345)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(345)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(345)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(345)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(345)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(345)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(345)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(345)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(345)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(345)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(345)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(346)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(345)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(344)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(349)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(347)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(348)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(351)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(350)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(344): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(345): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(346): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(347): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(348): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(349): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(350): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(351): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_clear finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_clear pass'. Sun Apr 21 05:49:58 UTC 2024 ====== BSC_Tests.TC_chan_rel_hard_clear pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_hard_clear.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=235045) Waiting for packet dumper to finish... 1 (prev_count=235045, count=423800) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_clear pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb'. ------ BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb ------ Sun Apr 21 05:50:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb started. VirtMSC-M3UA(354)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(354)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(354)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(353)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(354)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(354)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(356)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(356)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(356)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(355)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(356)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(359)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(359)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(359)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(359)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb() start" VirtMSC-SCCP(353)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(353)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(353)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(353)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(353)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(353)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(353)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(353)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(353)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(353)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(353)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(353)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(353)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(353)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(353)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(353)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(353)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '00'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(353)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(353)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(354)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(353)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(352)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(357)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(355)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(356)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(359)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(358)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(352): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(353): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(354): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(355): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(356): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(357): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(358): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(359): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb pass'. Sun Apr 21 05:50:09 UTC 2024 ====== BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=261004) Waiting for packet dumper to finish... 1 (prev_count=261004, count=446889) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb'. ------ BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb ------ Sun Apr 21 05:50:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_last_eutran_plmn_hard_clear_csfb started. VirtMSC-M3UA(362)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(362)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(362)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(361)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(362)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(362)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(364)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(364)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(364)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(363)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(364)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(367)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(367)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(367)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(367)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_last_eutran_plmn_hard_clear_csfb() start" VirtMSC-SCCP(361)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(361)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(361)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(361)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(361)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(361)@6aa4ca6fe73c: vl_len:17 VirtMSC-SCCP(361)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(361)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000F2F0808091010896745230195323454'O VirtMSC-SCCP(361)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(361)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(361)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(361)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(361)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(361)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(361)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(361)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(361)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: Warning: dec_CellSelIndValue(): Data remained at the end of the stream after successful decoding: '00'O MTC@6aa4ca6fe73c: GOT RR CHANNEL RELEASE WITH CELLS: { discr := '011'B, value_list := { eutran := { { item_ind := '1'B, earfcn := 111, meas_bw_presence := '1'B, meas_bw := 3, not_allowed_cells_presence := '0'B, not_allowed_cells := omit, target_pcid_presence := '0'B, target_pcid := omit } } }, value_list_term := '0'B } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(361)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(361)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(361)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(362)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(360)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(365)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(363)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(364)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(366)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(367)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(360): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(361): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(362): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(363): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(364): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(365): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(366): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(367): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_last_eutran_plmn_hard_clear_csfb finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb pass'. Sun Apr 21 05:50:20 UTC 2024 ====== BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=249668) Waiting for packet dumper to finish... 1 (prev_count=249668, count=436463) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_clear_csfb'. ------ BSC_Tests.TC_chan_rel_hard_clear_csfb ------ Sun Apr 21 05:50:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_clear_csfb' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_clear_csfb started. VirtMSC-M3UA(370)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(370)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(370)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(369)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(370)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(370)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-SCCP(371)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(372)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(372)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(372)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(372)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(375)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(375)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(375)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(375)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_hard_clear_csfb() start" VirtMSC-SCCP(369)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(369)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(369)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(369)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(369)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(369)@6aa4ca6fe73c: vl_len:7 VirtMSC-SCCP(369)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(369)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0005200401008F'O VirtMSC-SCCP(369)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(369)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(369)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(369)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(369)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(369)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(369)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(369)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(368)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(370)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(373)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(371)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(372)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(375)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(374)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(368): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(369): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(370): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(371): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(372): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(373): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(374): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(375): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_clear_csfb finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_clear_csfb pass'. Sun Apr 21 05:50:31 UTC 2024 ====== BSC_Tests.TC_chan_rel_hard_clear_csfb pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_hard_clear_csfb.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=261348) Waiting for packet dumper to finish... 1 (prev_count=261348, count=447965) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_clear_csfb pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_rlsd'. ------ BSC_Tests.TC_chan_rel_hard_rlsd ------ Sun Apr 21 05:50:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_rlsd' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_rlsd started. VirtMSC-M3UA(378)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(378)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(378)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(377)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(378)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(378)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(380)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(380)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(380)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(379)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(380)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(383)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(383)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(383)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(383)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_hard_rlsd() start" VirtMSC-SCCP(377)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(377)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(377)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(377)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(377)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(377)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(377)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(377)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(378)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(381)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(376)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(379)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(380)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(383)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(382)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(376): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(377): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(378): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(379): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(380): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(381): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(382): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(383): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_rlsd finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_rlsd pass'. Sun Apr 21 05:50:42 UTC 2024 ====== BSC_Tests.TC_chan_rel_hard_rlsd pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_hard_rlsd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=240826) Waiting for packet dumper to finish... 1 (prev_count=240826, count=428445) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_rlsd pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead'. ------ BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead ------ Sun Apr 21 05:50:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_rlsd_ms_dead started. VirtMSC-M3UA(386)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(386)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(386)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(385)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(386)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(386)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(388)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(388)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(388)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(387)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(388)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(391)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(391)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(391)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(391)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_hard_rlsd_ms_dead() start" VirtMSC-SCCP(385)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(385)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(385)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(385)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(385)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(386)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(384)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(389)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(387)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(388)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(391)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(390)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(384): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(385): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(386): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(387): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(388): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(389): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(390): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(391): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_hard_rlsd_ms_dead finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead pass'. Sun Apr 21 05:50:52 UTC 2024 ====== BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=240674) Waiting for packet dumper to finish... 1 (prev_count=240674, count=427469) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_a_reset'. ------ BSC_Tests.TC_chan_rel_a_reset ------ Sun Apr 21 05:50:58 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_a_reset' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_a_reset started. VirtMSC-M3UA(394)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(394)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(394)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(393)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(394)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(394)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(396)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(396)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(396)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(395)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(396)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(399)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(399)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(399)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(399)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_a_reset() start" VirtMSC-SCCP(393)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(393)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(393)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(393)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(393)@6aa4ca6fe73c: Session index based on local reference:0 MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(393)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(392)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(394)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(397)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(395)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(398)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(396)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(399)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(392): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(393): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(394): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(395): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(396): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(397): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(398): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(399): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_a_reset finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_a_reset pass'. Sun Apr 21 05:51:03 UTC 2024 ====== BSC_Tests.TC_chan_rel_a_reset pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_a_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=253447) Waiting for packet dumper to finish... 1 (prev_count=253447, count=439240) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_a_reset pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_sccp_tiar_timeout'. ------ BSC_Tests.TC_chan_rel_sccp_tiar_timeout ------ Sun Apr 21 05:51:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_sccp_tiar_timeout' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_sccp_tiar_timeout started. VirtMSC-M3UA(402)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(402)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(402)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(401)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(402)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(402)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(404)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(404)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(404)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(403)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(404)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(407)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(407)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(407)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(407)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_sccp_tiar_timeout() start" VirtMSC-SCCP(401)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(401)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(401)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(401)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(401)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(401)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(401)@6aa4ca6fe73c: Session index based on local reference:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(401)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(402)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(405)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(400)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(403)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(404)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(407)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(406)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(400): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(401): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(402): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(403): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(404): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(405): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(406): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(407): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_sccp_tiar_timeout finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_sccp_tiar_timeout pass'. Sun Apr 21 05:51:19 UTC 2024 ====== BSC_Tests.TC_chan_rel_sccp_tiar_timeout pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_sccp_tiar_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=263408) Waiting for packet dumper to finish... 1 (prev_count=263408, count=450025) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_sccp_tiar_timeout pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_rr_cause'. ------ BSC_Tests.TC_chan_rel_rr_cause ------ Sun Apr 21 05:51:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_rel_rr_cause' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_rel_rr_cause started. VirtMSC-M3UA(410)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(410)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(410)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(409)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(410)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(410)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(412)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(412)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(412)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(411)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(412)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(415)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(415)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(415)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(415)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_rel_rr_cause() start" VirtMSC-SCCP(409)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(409)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '00'O = GSM48_RR_CAUSE_NORMAL (0) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(409)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010B'O VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '00'O = GSM48_RR_CAUSE_NORMAL (0) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(409)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040129'O VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '05'O = GSM48_RR_CAUSE_PREMPTIVE_REL (5) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(409)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '6F'O ("o") = GSM48_RR_CAUSE_PROT_ERROR_UNSPC (111) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(409)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040101'O VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(409)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(409)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(409)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(409)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(409)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(409)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(408)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(413)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(410)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(411)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(415)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(414)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(412)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(408): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(409): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(410): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(411): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(412): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(413): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(414): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(415): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_rel_rr_cause finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_rr_cause pass'. Sun Apr 21 05:51:41 UTC 2024 ====== BSC_Tests.TC_chan_rel_rr_cause pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_rel_rr_cause.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=501474) Waiting for packet dumper to finish... 1 (prev_count=501474, count=687267) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_rel_rr_cause pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_outbound_connect'. ------ BSC_Tests.TC_outbound_connect ------ Sun Apr 21 05:51:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_outbound_connect' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_outbound_connect started. VirtMSC-M3UA(418)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(418)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(418)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(417)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(418)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(418)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(420)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(420)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(420)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(419)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(420)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(423)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(423)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(423)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(423)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_outbound_connect() start" VirtMSC-SCCP(417)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(417)@6aa4ca6fe73c: Session index based on local reference:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(418)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(417)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(416)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(421)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(419)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(420)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(423)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(422)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(416): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(417): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(418): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(419): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(420): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(421): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(422): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(423): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_outbound_connect finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_outbound_connect pass'. Sun Apr 21 05:51:49 UTC 2024 ====== BSC_Tests.TC_outbound_connect pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_outbound_connect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=204857) Waiting for packet dumper to finish... 1 (prev_count=204857, count=391474) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_outbound_connect pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_cic_only'. ------ BSC_Tests.TC_assignment_cic_only ------ Sun Apr 21 05:51:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_cic_only' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_cic_only started. VirtMSC-M3UA(426)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(426)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(426)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(425)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(426)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(426)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(428)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(428)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(428)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(427)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(428)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(431)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(431)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(431)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(431)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_cic_only() start" VirtMSC-SCCP(425)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(425)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(425)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(425)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(425)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(425)@6aa4ca6fe73c: vl_len:11 VirtMSC-SCCP(425)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(425)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0009010B03010801010001'O VirtMSC-SCCP(425)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(425)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(425)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(425)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(425)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(425)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(425)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(425)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(425)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(425)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(425)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(425)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(425)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(425)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(425)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(425)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(426)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(429)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(424)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(427)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(430)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(428)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(431)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(424): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(425): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(426): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(427): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(428): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(429): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(430): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(431): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_cic_only finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_cic_only pass'. Sun Apr 21 05:52:03 UTC 2024 ====== BSC_Tests.TC_assignment_cic_only pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_cic_only.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=257846) Waiting for packet dumper to finish... 1 (prev_count=257846, count=444052) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_cic_only pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_csd'. ------ BSC_Tests.TC_assignment_csd ------ Sun Apr 21 05:52:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_csd' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_csd started. MTC@6aa4ca6fe73c: "TC_assignment_csd": using IMSI '001015786648568'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(435)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(435)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(435)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(433)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(438)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(438)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(438)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(436)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(435)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(438)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(434)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(434)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(437)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(441)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(441)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(441)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(441)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_csd() start" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: T_14k4" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)5191916 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208187C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "1", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "1f" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '0F'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '64846B67'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '55FF0868'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)5191916 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: T_9k6" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)15484782 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208107C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "6", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "20" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '03'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '31EBF8C8'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '65F9AFAC'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)15484782 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: T_4k8" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)4036988 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208117C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "11", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "21" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '0B'O ("\v") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '4A8963F2'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '2871C2A3'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)4036988 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: T_2k4" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)8162635 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208127C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "16", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "22" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '13'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '76059F8F'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7FCF1912'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)8162635 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: T_1k2" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)13733230 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208137C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "21", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "23" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '13'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '17912585'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '306E81EC'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)13733230 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: T_600" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)5846975 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208147C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "26", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "24" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '13'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '02DF0256'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '74067667'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)5846975 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: T_1200_75" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)4418650 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208157C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "31", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "25" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '13'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '5D9454FD'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '1B81DA9C'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)4418650 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: NT_12000_6000" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)9370826 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208407C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "36", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "26" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '03'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '27783460'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '317CCFDA'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)9370826 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: NT_14k5" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)9358693 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208547C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "41", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "27" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '0F'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '67754A1D'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '591CA749'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)9358693 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: NT_12k0" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)13023205 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208507C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "46", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "28" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '03'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '19248226'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '1E3A6A51'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)13023205 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- TC_assignment_csd(443)@6aa4ca6fe73c: "Assignment req with data rate: NT_6k0" TC_assignment_csd(443)@6aa4ca6fe73c: ----------------------------------------------- VirtMSC-RAN(434)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107568465886'O, n_connectPointCode := omit VirtMSC-RAN(434)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107568465886'O to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(434)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(434)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107568465886'O handled at TC_assignment_csd(443) VirtMSC-RAN(434)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_csd(443)14859556 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901B29A7D965DE4E22A'O TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_csd(443)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('B29A7D965DE4E22A'O, ''O) TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_csd(443) VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030208517C060102030409267D034FFD00'O VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "51", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "29" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_csd(443) TC_assignment_csd(443)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '0B'O ("\v") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_csd(443)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7850D713'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '4276FA89'H, mime_type := "PCMU", sample_rate := 8000, ptime := 20, rtp_pt := 0, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 120, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_csd(443)@6aa4ca6fe73c: "TC_assignment_csd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_csd(443)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(433)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(433)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(433)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_csd(443)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-RAN(434)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_csd(443)14859556 VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(433)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(433)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_csd(443)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_csd(443)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(434)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(435)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(432)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(433)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(439)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(436)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(437)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(442)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(438)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(440)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(441)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(432): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(433): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(434): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(435): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(436): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(437): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(438): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(439): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(440): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(441): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(442): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_csd(443): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_csd finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_csd pass'. Sun Apr 21 05:53:01 UTC 2024 ====== BSC_Tests.TC_assignment_csd pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_csd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1917209) Waiting for packet dumper to finish... 1 (prev_count=1917209, count=1927947) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_csd pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_ctm'. ------ BSC_Tests.TC_assignment_ctm ------ Sun Apr 21 05:53:06 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_ctm' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_ctm started. VirtMSC-M3UA(446)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(446)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(446)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(445)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(446)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(446)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(448)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(448)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(448)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(447)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(448)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(451)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(451)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(451)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(451)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_ctm() start" VirtMSC-SCCP(445)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(445)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(445)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(445)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(445)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(445)@6aa4ca6fe73c: vl_len:16 VirtMSC-SCCP(445)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(445)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000E010B030408017C06010203040926'O VirtMSC-SCCP(445)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(445)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(445)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(445)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(445)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(445)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(445)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(445)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(445)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(445)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(445)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(445)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(445)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(445)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(445)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(445)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(444)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(449)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(446)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-M3UA(448)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(447)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(450)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(451)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(444): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(445): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(446): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(447): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(448): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(449): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(450): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(451): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_ctm finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_ctm pass'. Sun Apr 21 05:53:15 UTC 2024 ====== BSC_Tests.TC_assignment_ctm pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_ctm.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=257495) Waiting for packet dumper to finish... 1 (prev_count=257495, count=446149) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_ctm pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sign'. ------ BSC_Tests.TC_assignment_sign ------ Sun Apr 21 05:53:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sign' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_sign started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(455)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(455)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(455)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(453)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(458)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(458)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(458)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(456)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(455)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(458)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(454)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(454)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(457)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(461)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(461)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(461)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(461)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_sign() start" TC_assignment_sign(463)@6aa4ca6fe73c: "TC_assignment_sign": using IMSI '001016188330991'H VirtMSC-RAN(454)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101688339019'O, n_connectPointCode := omit VirtMSC-RAN(454)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101688339019'O to be handled at TC_assignment_sign(463) VirtMSC-SCCP(453)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(453)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(454)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(454)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101688339019'O handled at TC_assignment_sign(463) VirtMSC-RAN(454)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_sign(463)6459851 VirtMSC-SCCP(453)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(453)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(462)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(460)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_sign(463) VirtMSC-SCCP(453)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(453)@6aa4ca6fe73c: vl_len:16 VirtMSC-SCCP(453)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(453)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000E010B030300007C06010203040926'O VirtMSC-SCCP(453)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(453)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(453)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(453)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_sign(463)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_sign(463)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '025CBF5D'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '52F161F9'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_sign(463)@6aa4ca6fe73c: "TC_assignment_sign": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_sign(463)@6aa4ca6fe73c: "TC_assignment_sign": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-STATS(452)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bts.0.chreq.total", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.chreq.total", mtype := "c", min := 1, max := 1 } VirtMSC-STATS(452)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bts.0.chreq.successful", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.chreq.successful", mtype := "c", min := 1, max := 1 } VirtMSC-STATS(452)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.assignment.attempted", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bsc.0.assignment.attempted", mtype := "c", min := 1, max := 1 } VirtMSC-STATS(452)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bsc.0.assignment.completed", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bsc.0.assignment.completed", mtype := "c", min := 1, max := 1 } TC_assignment_sign(463)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(453)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(453)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(453)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(453)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(453)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(453)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(453)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(453)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_sign(463)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(454)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_sign(463)6459851 VirtMSC-SCCP(453)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_sign(463)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(453)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(453)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_sign(463)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_sign(463)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_sign(463)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(453)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(454)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(455)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(459)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(452)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(457)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(456)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(462)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(458)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(460)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(461)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(452): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(453): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(454): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(455): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(456): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(457): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(458): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(459): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(460): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(461): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(462): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_sign(463): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_sign finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sign pass'. Sun Apr 21 05:53:27 UTC 2024 ====== BSC_Tests.TC_assignment_sign pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_sign.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=336368) Waiting for packet dumper to finish... 1 (prev_count=336368, count=523163) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sign pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_aoip_tla_v6'. ------ BSC_Tests.TC_assignment_aoip_tla_v6 ------ Sun Apr 21 05:53:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_aoip_tla_v6' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_aoip_tla_v6 started. MTC@6aa4ca6fe73c: "TC_assignment_aoip_tla_v6": using IMSI '001010122806919'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(467)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(467)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(467)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(465)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(470)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(470)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(470)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(468)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(467)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(470)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(466)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(466)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(469)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(473)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(473)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(473)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(473)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_aoip_tla_v6() start" VirtMSC-RAN(466)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101022089691'O, n_connectPointCode := omit VirtMSC-RAN(466)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101022089691'O to be handled at TC_assignment_aoip_tla_v6(475) VirtMSC-SCCP(465)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(465)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(466)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(466)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101022089691'O handled at TC_assignment_aoip_tla_v6(475) VirtMSC-RAN(466)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_aoip_tla_v6(475)1652628 VirtMSC-SCCP(465)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(465)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(474)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(472)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_aoip_tla_v6(475) VirtMSC-SCCP(465)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(465)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(465)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(465)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D010B030108017C120000000000000000000000000000000309267D0180'O VirtMGW-MGCP-0(472)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "56", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2c" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_aoip_tla_v6(475) TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(474)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(465)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(465)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(465)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(465)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1E84E4B3'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3FC6828E'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "::3", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: "TC_assignment_aoip_tla_v6": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: "TC_assignment_aoip_tla_v6": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(465)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(465)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(465)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(465)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(465)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(465)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(465)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(465)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(466)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_aoip_tla_v6(475)1652628 VirtMSC-SCCP(465)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(465)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(465)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_aoip_tla_v6(475)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(466)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(467)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(464)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(465)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(471)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(469)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(474)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(468)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(473)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(470)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(472)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(464): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(465): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(466): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(467): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(468): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(469): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(470): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(471): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(472): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(473): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(474): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_aoip_tla_v6(475): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_aoip_tla_v6 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_aoip_tla_v6 pass'. Sun Apr 21 05:53:40 UTC 2024 ====== BSC_Tests.TC_assignment_aoip_tla_v6 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_aoip_tla_v6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=348436) Waiting for packet dumper to finish... 1 (prev_count=348436, count=536055) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_aoip_tla_v6 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_0'. ------ BSC_Tests.TC_assignment_fr_a5_0 ------ Sun Apr 21 05:53:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_0' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_0 started. MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_0": using IMSI '001015821780797'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(479)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(479)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(479)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(477)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(482)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(482)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(482)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(480)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(479)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(482)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(478)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(478)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(481)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_0() start" VirtMSC-RAN(478)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108512877079'O, n_connectPointCode := omit VirtMSC-RAN(478)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108512877079'O to be handled at TC_assignment_fr_a5_0(487) VirtMSC-SCCP(477)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(478)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(478)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108512877079'O handled at TC_assignment_fr_a5_0(487) VirtMSC-RAN(478)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_fr_a5_0(487)8434242 VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(477)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(477)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901A3343277EB8484CE'O TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('A3343277EB8484CE'O, ''O) TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(486)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(484)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_fr_a5_0(487) VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(477)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(477)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(484)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "61", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2d" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_fr_a5_0(487) TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(486)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '4FC0DE9E'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '477D0D9D'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: "TC_assignment_fr_a5_0": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: "TC_assignment_fr_a5_0": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(477)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(477)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(477)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(478)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_fr_a5_0(487)8434242 VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(477)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(477)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_fr_a5_0(487)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(477)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(476)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(479)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(478)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(483)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(481)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(480)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(486)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(484)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(482)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(485)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(476): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(477): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(478): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(479): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(480): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(481): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(482): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(483): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(484): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(485): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(486): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_fr_a5_0(487): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_0 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_0 pass'. Sun Apr 21 05:53:54 UTC 2024 ====== BSC_Tests.TC_assignment_fr_a5_0 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_fr_a5_0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=354974) Waiting for packet dumper to finish... 1 (prev_count=354974, count=542593) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_0 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_1'. ------ BSC_Tests.TC_assignment_fr_a5_1 ------ Sun Apr 21 05:54:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_1 started. MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_1": using IMSI '001012551656476'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(491)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(491)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(491)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(489)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(494)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(494)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(494)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(492)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(491)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(494)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(490)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(490)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(493)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(497)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(497)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(497)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(497)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_1() start" VirtMSC-RAN(490)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105215564667'O, n_connectPointCode := omit VirtMSC-RAN(490)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105215564667'O to be handled at TC_assignment_fr_a5_1(499) VirtMSC-SCCP(489)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(490)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(490)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105215564667'O handled at TC_assignment_fr_a5_1(499) VirtMSC-RAN(490)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_fr_a5_1(499)11447612 VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(489)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(489)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0902E23DF0192D84A8CE'O TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_1 (2) expect kc = 'E23DF0192D84A8CE'O TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(498)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(496)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_fr_a5_1(499) VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(489)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(489)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(496)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "66", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2e" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_fr_a5_1(499) TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(498)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '23774A2A'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6E622D02'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: "TC_assignment_fr_a5_1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: "TC_assignment_fr_a5_1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(489)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(489)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(489)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(490)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_fr_a5_1(499)11447612 VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(489)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(489)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_fr_a5_1(499)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(490)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(489)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(491)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(495)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(488)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(498)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(493)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(492)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(494)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(497)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(496)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(488): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(489): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(490): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(491): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(492): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(493): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(494): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(495): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(496): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(497): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(498): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_fr_a5_1(499): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_1 pass'. Sun Apr 21 05:54:08 UTC 2024 ====== BSC_Tests.TC_assignment_fr_a5_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_fr_a5_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=356269) Waiting for packet dumper to finish... 1 (prev_count=356269, count=544613) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_1_codec_missing'. ------ BSC_Tests.TC_assignment_fr_a5_1_codec_missing ------ Sun Apr 21 05:54:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_1_codec_missing' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_1_codec_missing started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(503)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(503)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(503)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(501)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(506)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(506)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(506)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(504)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(503)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(506)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(502)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(502)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(505)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(509)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(509)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(509)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(509)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_1_codec_missing() start" TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "TC_assignment_fr_a5_1_codec_missing": using IMSI '001018888906706'H VirtMSC-RAN(502)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108888097660'O, n_connectPointCode := omit VirtMSC-RAN(502)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108888097660'O to be handled at TC_assignment_fr_a5_1_codec_missing(511) VirtMSC-SCCP(501)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(501)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(502)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(502)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108888097660'O handled at TC_assignment_fr_a5_1_codec_missing(511) VirtMSC-RAN(502)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_fr_a5_1_codec_missing(511)5062866 VirtMSC-SCCP(501)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(501)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(510)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(508)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_fr_a5_1_codec_missing(511) VirtMSC-SCCP(501)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(501)@6aa4ca6fe73c: vl_len:16 VirtMSC-SCCP(501)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(501)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000E010B030108017C06010203040926'O VirtMSC-SCCP(501)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(501)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(501)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(501)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '07E6080A'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '0B2CC1A3'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "TC_assignment_fr_a5_1_codec_missing": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "TC_assignment_fr_a5_1_codec_missing": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(501)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(501)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(501)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(501)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(501)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(501)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(501)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(501)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(502)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_fr_a5_1_codec_missing(511)5062866 VirtMSC-SCCP(501)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(501)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(501)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_fr_a5_1_codec_missing(511)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(501)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(502)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(503)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(500)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(507)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(510)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(505)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(504)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(508)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(506)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(509)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(500): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(501): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(502): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(503): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(504): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(505): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(506): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(507): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(508): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(509): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(510): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_fr_a5_1_codec_missing(511): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_1_codec_missing finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_1_codec_missing pass'. Sun Apr 21 05:54:20 UTC 2024 ====== BSC_Tests.TC_assignment_fr_a5_1_codec_missing pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_fr_a5_1_codec_missing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=273407) Waiting for packet dumper to finish... 1 (prev_count=273407, count=461026) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_1_codec_missing pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_3'. ------ BSC_Tests.TC_assignment_fr_a5_3 ------ Sun Apr 21 05:54:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_3 started. MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_3": using IMSI '001010131279658'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(515)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(515)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(515)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(513)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(518)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(518)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(518)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(516)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(515)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(518)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(514)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(514)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(517)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(521)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(521)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(521)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(521)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_3() start" VirtMSC-RAN(514)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101013726985'O, n_connectPointCode := omit VirtMSC-RAN(514)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101013726985'O to be handled at TC_assignment_fr_a5_3(523) VirtMSC-SCCP(513)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(514)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(514)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101013726985'O handled at TC_assignment_fr_a5_3(523) VirtMSC-RAN(514)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_fr_a5_3(523)16641983 VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(513)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(513)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A09083C9390B936F02ED7'O TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '010'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = '3C9390B936F02ED7'O TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(522)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(520)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_fr_a5_3(523) VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(513)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(513)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(520)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "71", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "30" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_fr_a5_3(523) TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(522)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '61B6DBA0'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '57D806AD'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: "TC_assignment_fr_a5_3": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: "TC_assignment_fr_a5_3": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(513)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(513)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(513)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(514)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_fr_a5_3(523)16641983 VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(513)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(513)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_fr_a5_3(523)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(513)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(514)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(515)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(512)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(519)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(517)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(516)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(522)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(518)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(520)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(521)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(512): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(513): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(514): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(515): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(516): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(517): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(518): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(519): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(520): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(521): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(522): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_fr_a5_3(523): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_3 pass'. Sun Apr 21 05:54:34 UTC 2024 ====== BSC_Tests.TC_assignment_fr_a5_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_fr_a5_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=357594) Waiting for packet dumper to finish... 1 (prev_count=357594, count=545213) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_4'. ------ BSC_Tests.TC_assignment_fr_a5_4 ------ Sun Apr 21 05:54:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_4' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_4 started. MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_4": using IMSI '001013265777468'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(527)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(527)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(527)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(525)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(530)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(530)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(530)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(528)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(527)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(530)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(526)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(526)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(529)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(533)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(533)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(533)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(533)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_4() start" VirtMSC-RAN(526)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102356774786'O, n_connectPointCode := omit VirtMSC-RAN(526)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102356774786'O to be handled at TC_assignment_fr_a5_4(535) VirtMSC-SCCP(525)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(526)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(526)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102356774786'O handled at TC_assignment_fr_a5_4(535) VirtMSC-RAN(526)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_fr_a5_4(535)14797002 VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(525)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(525)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D530A09103E0494622AED9E968305D528D8FA5835AA63B2D7F3A4479216'O TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '011'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_4 (5) expect kc = '05D528D8FA5835AA63B2D7F3A4479216'O TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(534)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(532)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_fr_a5_4(535) VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(525)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(525)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(532)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "76", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "31" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_fr_a5_4(535) TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(534)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '38C51F09'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7CD09D2B'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: "TC_assignment_fr_a5_4": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: "TC_assignment_fr_a5_4": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(525)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(525)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(525)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(526)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_fr_a5_4(535)14797002 VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(525)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(525)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_fr_a5_4(535)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-STATS(524)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(525)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(526)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(527)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(531)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(529)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(534)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(528)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(530)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(532)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(533)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(524): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(525): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(526): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(527): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(528): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(529): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(530): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(531): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(532): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(533): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(534): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_fr_a5_4(535): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_4 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_4 pass'. Sun Apr 21 05:54:48 UTC 2024 ====== BSC_Tests.TC_assignment_fr_a5_4 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_fr_a5_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=359551) Waiting for packet dumper to finish... 1 (prev_count=359551, count=545757) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_4 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_4_fail'. ------ BSC_Tests.TC_assignment_fr_a5_4_fail ------ Sun Apr 21 05:54:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_4_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_4_fail started. MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_4_fail": using IMSI '001013827262094'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(539)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(539)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(539)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(537)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(542)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(542)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(542)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(540)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(539)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(542)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(538)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(538)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(541)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(545)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(545)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(545)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(545)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_4_fail() start" VirtMSC-RAN(538)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108372620249'O, n_connectPointCode := omit VirtMSC-RAN(538)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108372620249'O to be handled at TC_assignment_fr_a5_4_fail(547) VirtMSC-SCCP(537)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(537)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(538)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(538)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108372620249'O handled at TC_assignment_fr_a5_4_fail(547) VirtMSC-RAN(538)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_fr_a5_4_fail(547)9028641 VirtMSC-SCCP(537)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(537)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(537)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(537)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(537)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(537)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0910D9E152E606D8C932'O VirtMSC-SCCP(537)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(537)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(537)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(537)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_4_fail(547)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_fr_a5_4_fail(547)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(537)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(537)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(537)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(537)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(537)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(537)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(537)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(537)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_4_fail(547)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(538)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_fr_a5_4_fail(547)9028641 VirtMSC-SCCP(537)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_fr_a5_4_fail(547)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(537)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(537)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_fr_a5_4_fail(547)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_fr_a5_4_fail(547)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_fr_a5_4_fail(547)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(537)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(538)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(536)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(539)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(543)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(546)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(542)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(541)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(540)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(545)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(544)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(536): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(537): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(538): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(539): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(540): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(541): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(542): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(543): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(544): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(545): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(546): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_fr_a5_4_fail(547): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_4_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_4_fail pass'. Sun Apr 21 05:54:59 UTC 2024 ====== BSC_Tests.TC_assignment_fr_a5_4_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_fr_a5_4_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=274057) Waiting for packet dumper to finish... 1 (prev_count=274057, count=461087) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_4_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_not_sup'. ------ BSC_Tests.TC_assignment_fr_a5_not_sup ------ Sun Apr 21 05:55:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_fr_a5_not_sup' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_not_sup started. MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_not_sup": using IMSI '001019887916412'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(551)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(551)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(551)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(549)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(554)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(554)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(554)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(552)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(551)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(554)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(550)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(550)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(553)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(557)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(557)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(557)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(557)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_fr_a5_not_sup() start" VirtMSC-RAN(550)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108978194621'O, n_connectPointCode := omit VirtMSC-RAN(550)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108978194621'O to be handled at TC_assignment_fr_a5_not_sup(559) VirtMSC-SCCP(549)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(549)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(550)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(550)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108978194621'O handled at TC_assignment_fr_a5_not_sup(559) VirtMSC-RAN(550)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_fr_a5_not_sup(559)3818228 VirtMSC-SCCP(549)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(549)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(549)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(549)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(549)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(549)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D530A0920224E3D91A1D2540483C4A1F0B70CBE5E77ECDDB6178BC99EB5'O VirtMSC-SCCP(549)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(549)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(549)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(549)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_not_sup(559)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_fr_a5_not_sup(559)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(549)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(549)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(549)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(549)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(549)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(549)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(549)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(549)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_fr_a5_not_sup(559)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(550)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_fr_a5_not_sup(559)3818228 VirtMSC-SCCP(549)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_fr_a5_not_sup(559)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(549)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(549)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_fr_a5_not_sup(559)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_fr_a5_not_sup(559)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_fr_a5_not_sup(559)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(549)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(548)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(550)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(551)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(555)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(552)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(553)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(558)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(554)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(556)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(557)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(548): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(549): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(550): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(551): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(552): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(553): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(554): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(555): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(556): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(557): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(558): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_fr_a5_not_sup(559): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_fr_a5_not_sup finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_not_sup pass'. Sun Apr 21 05:55:11 UTC 2024 ====== BSC_Tests.TC_assignment_fr_a5_not_sup pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_fr_a5_not_sup.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=273684) Waiting for packet dumper to finish... 1 (prev_count=273684, count=460301) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_fr_a5_not_sup pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_0'. ------ BSC_Tests.TC_ciph_mode_a5_0 ------ Sun Apr 21 05:55:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_0' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_0 started. MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_0": using IMSI '001015968472548'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(563)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(563)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(563)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(561)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(566)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(566)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(566)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(564)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(563)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(566)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(562)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(562)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(565)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(569)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(569)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(569)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(569)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_0() start" VirtMSC-RAN(562)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109586745284'O, n_connectPointCode := omit VirtMSC-RAN(562)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109586745284'O to be handled at TC_ciph_mode_a5_0(571) VirtMSC-SCCP(561)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(562)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(562)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109586745284'O handled at TC_ciph_mode_a5_0(571) VirtMSC-RAN(562)@6aa4ca6fe73c: Added conn table entry 0TC_ciph_mode_a5_0(571)6336864 VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(561)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(561)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0901E6A3C2F7BEE0A2F9'O TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('E6A3C2F7BEE0A2F9'O, ''O) TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(570)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(568)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ciph_mode_a5_0(571) VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: vl_len:8 VirtMSC-SCCP(561)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(561)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0006010B03030000'O VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '1E30589C'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '0EB632C3'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: "TC_ciph_mode_a5_0": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: "TC_ciph_mode_a5_0": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(561)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(561)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(561)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(562)@6aa4ca6fe73c: Deleted conn table entry 0TC_ciph_mode_a5_0(571)6336864 VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(561)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(561)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ciph_mode_a5_0(571)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(562)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(563)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(561)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(560)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(567)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(570)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(564)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(565)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(566)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(568)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(569)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(560): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(561): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(562): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(563): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(564): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(565): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(566): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(567): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(568): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(569): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(570): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ciph_mode_a5_0(571): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_0 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_0 pass'. Sun Apr 21 05:55:23 UTC 2024 ====== BSC_Tests.TC_ciph_mode_a5_0 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ciph_mode_a5_0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=284859) Waiting for packet dumper to finish... 1 (prev_count=284859, count=471889) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_0 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_1'. ------ BSC_Tests.TC_ciph_mode_a5_1 ------ Sun Apr 21 05:55:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_1 started. MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_1": using IMSI '001013947381335'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(575)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(575)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(575)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(573)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(578)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(578)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(578)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(576)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(575)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(578)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(574)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(574)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(577)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(581)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(581)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(581)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(581)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_1() start" VirtMSC-RAN(574)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109374833153'O, n_connectPointCode := omit VirtMSC-RAN(574)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109374833153'O to be handled at TC_ciph_mode_a5_1(583) VirtMSC-SCCP(573)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(574)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(574)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109374833153'O handled at TC_ciph_mode_a5_1(583) VirtMSC-RAN(574)@6aa4ca6fe73c: Added conn table entry 0TC_ciph_mode_a5_1(583)9552415 VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(573)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(573)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0902C3DE1F259A7E7F14'O TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_1 (2) expect kc = 'C3DE1F259A7E7F14'O TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(582)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(580)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ciph_mode_a5_1(583) VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: vl_len:8 VirtMSC-SCCP(573)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(573)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0006010B03030000'O VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '1581361D'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '141268B0'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: "TC_ciph_mode_a5_1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: "TC_ciph_mode_a5_1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(573)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(573)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(573)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(574)@6aa4ca6fe73c: Deleted conn table entry 0TC_ciph_mode_a5_1(583)9552415 VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(573)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: "Got RSL RR Release" TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ciph_mode_a5_1(583)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(573)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(574)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(572)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(575)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(579)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(576)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(582)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(577)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(578)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(580)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(581)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(572): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(573): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(574): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(575): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(576): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(577): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(578): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(579): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(580): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(581): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(582): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ciph_mode_a5_1(583): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_1 pass'. Sun Apr 21 05:55:35 UTC 2024 ====== BSC_Tests.TC_ciph_mode_a5_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ciph_mode_a5_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=284283) Waiting for packet dumper to finish... 1 (prev_count=284283, count=471491) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_2_0'. ------ BSC_Tests.TC_ciph_mode_a5_2_0 ------ Sun Apr 21 05:55:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_2_0' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_2_0 started. MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_2_0": using IMSI '001018251878565'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(587)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(587)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(587)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(585)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(590)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(590)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(590)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(588)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(587)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(590)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(586)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(586)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(589)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(593)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(593)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(593)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(593)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_2_0() start" VirtMSC-RAN(586)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102815785856'O, n_connectPointCode := omit VirtMSC-RAN(586)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102815785856'O to be handled at TC_ciph_mode_a5_2_0(595) VirtMSC-SCCP(585)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(586)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(586)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102815785856'O handled at TC_ciph_mode_a5_2_0(595) VirtMSC-RAN(586)@6aa4ca6fe73c: Added conn table entry 0TC_ciph_mode_a5_2_0(595)7645868 VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(585)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(585)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A090525EC0D8A05065AC8'O TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '001'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_2 (3) expect kc = '25EC0D8A05065AC8'O TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(594)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(592)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ciph_mode_a5_2_0(595) VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: vl_len:8 VirtMSC-SCCP(585)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(585)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0006010B03030000'O VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '5264AD4E'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '3D2E2E8D'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: "TC_ciph_mode_a5_2_0": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: "TC_ciph_mode_a5_2_0": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(585)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(585)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(585)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(586)@6aa4ca6fe73c: Deleted conn table entry 0TC_ciph_mode_a5_2_0(595)7645868 VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: "Got RSL RR Release" TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(585)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(585)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ciph_mode_a5_2_0(595)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(585)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(587)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(586)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(591)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(584)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(589)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(594)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(588)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(590)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(592)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(593)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(584): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(585): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(586): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(587): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(588): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(589): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(590): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(591): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(592): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(593): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(594): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ciph_mode_a5_2_0(595): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_2_0 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_2_0 pass'. Sun Apr 21 05:55:46 UTC 2024 ====== BSC_Tests.TC_ciph_mode_a5_2_0 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ciph_mode_a5_2_0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=287404) Waiting for packet dumper to finish... 1 (prev_count=287404, count=475023) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_2_0 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_2_1'. ------ BSC_Tests.TC_ciph_mode_a5_2_1 ------ Sun Apr 21 05:55:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_2_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_2_1 started. MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_2_1": using IMSI '001014478851514'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(599)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(599)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(599)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(597)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(602)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(602)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(602)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(600)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(599)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(602)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(598)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(598)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(601)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(605)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(605)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(605)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(605)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_2_1() start" VirtMSC-RAN(598)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104487585141'O, n_connectPointCode := omit VirtMSC-RAN(598)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104487585141'O to be handled at TC_ciph_mode_a5_2_1(607) VirtMSC-SCCP(597)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(598)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(598)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104487585141'O handled at TC_ciph_mode_a5_2_1(607) VirtMSC-RAN(598)@6aa4ca6fe73c: Added conn table entry 0TC_ciph_mode_a5_2_1(607)10276402 VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(597)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(597)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0906FEF6427D7C41A3D6'O TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_1 (2) expect kc = 'FEF6427D7C41A3D6'O TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(606)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(604)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ciph_mode_a5_2_1(607) VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: vl_len:8 VirtMSC-SCCP(597)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(597)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0006010B03030000'O VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '51446F96'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '65EA23FE'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: "TC_ciph_mode_a5_2_1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: "TC_ciph_mode_a5_2_1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(597)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(597)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(597)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(598)@6aa4ca6fe73c: Deleted conn table entry 0TC_ciph_mode_a5_2_1(607)10276402 VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(597)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(597)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ciph_mode_a5_2_1(607)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(597)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(598)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(596)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(599)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(603)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-M3UA(602)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(601)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(606)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(600)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(604)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(605)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(596): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(597): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(598): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(599): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(600): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(601): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(602): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(603): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(604): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(605): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(606): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ciph_mode_a5_2_1(607): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_2_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_2_1 pass'. Sun Apr 21 05:55:58 UTC 2024 ====== BSC_Tests.TC_ciph_mode_a5_2_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ciph_mode_a5_2_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=287609) Waiting for packet dumper to finish... 1 (prev_count=287609, count=477988) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_2_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_3'. ------ BSC_Tests.TC_ciph_mode_a5_3 ------ Sun Apr 21 05:56:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_3 started. MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_3": using IMSI '001019955578016'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(611)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(611)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(611)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(609)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(614)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(614)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(614)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(612)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(611)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(614)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(610)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(610)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(613)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(617)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(617)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(617)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(617)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_3() start" VirtMSC-RAN(610)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109955750861'O, n_connectPointCode := omit VirtMSC-RAN(610)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109955750861'O to be handled at TC_ciph_mode_a5_3(619) VirtMSC-SCCP(609)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(610)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(610)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109955750861'O handled at TC_ciph_mode_a5_3(619) VirtMSC-RAN(610)@6aa4ca6fe73c: Added conn table entry 0TC_ciph_mode_a5_3(619)12455374 VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(609)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(609)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C530A0908D174EDDAE033CE2A'O TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '010'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = 'D174EDDAE033CE2A'O TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(618)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(616)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ciph_mode_a5_3(619) VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: vl_len:8 VirtMSC-SCCP(609)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(609)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0006010B03030000'O VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '711F944E'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '324C898D'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: "TC_ciph_mode_a5_3": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: "TC_ciph_mode_a5_3": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(609)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(609)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(609)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(610)@6aa4ca6fe73c: Deleted conn table entry 0TC_ciph_mode_a5_3(619)12455374 VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: "Got RSL RR Release" TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(609)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(609)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ciph_mode_a5_3(619)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-STATS(608)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(609)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(610)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(611)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(615)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(612)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(614)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(618)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(613)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(616)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(617)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(608): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(609): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(610): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(611): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(612): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(613): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(614): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(615): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(616): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(617): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(618): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ciph_mode_a5_3(619): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_3 pass'. Sun Apr 21 05:56:10 UTC 2024 ====== BSC_Tests.TC_ciph_mode_a5_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ciph_mode_a5_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=288096) Waiting for packet dumper to finish... 1 (prev_count=288096, count=474891) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_4'. ------ BSC_Tests.TC_ciph_mode_a5_4 ------ Sun Apr 21 05:56:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ciph_mode_a5_4' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_4 started. MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_4": using IMSI '001015210894116'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(623)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(623)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(623)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(621)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(626)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(626)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(626)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(624)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(623)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(626)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(622)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(622)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(625)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(629)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(629)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(629)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(629)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ciph_mode_a5_4() start" VirtMSC-RAN(622)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102501981461'O, n_connectPointCode := omit VirtMSC-RAN(622)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102501981461'O to be handled at TC_ciph_mode_a5_4(631) VirtMSC-SCCP(621)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(622)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(622)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102501981461'O handled at TC_ciph_mode_a5_4(631) VirtMSC-RAN(622)@6aa4ca6fe73c: Added conn table entry 0TC_ciph_mode_a5_4(631)15933174 VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(621)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(621)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D530A0910C922D849FA2703D283103D7449F4130948AD5FF267EAF4AC67'O TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '011'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_4 (5) expect kc = '103D7449F4130948AD5FF267EAF4AC67'O TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(630)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(628)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ciph_mode_a5_4(631) VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: vl_len:8 VirtMSC-SCCP(621)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(621)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0006010B03030000'O VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '7CC16FB0'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '4BA8FE47'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: "TC_ciph_mode_a5_4": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: "TC_ciph_mode_a5_4": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(621)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(621)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(621)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(622)@6aa4ca6fe73c: Deleted conn table entry 0TC_ciph_mode_a5_4(631)15933174 VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: "Got RSL RR Release" TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(621)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(621)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ciph_mode_a5_4(631)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(622)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(623)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(621)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(620)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(627)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(630)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(625)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(624)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(628)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(626)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(629)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(620): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(621): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(622): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(623): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(624): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(625): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(626): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(627): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(628): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(629): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(630): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ciph_mode_a5_4(631): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ciph_mode_a5_4 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_4 pass'. Sun Apr 21 05:56:22 UTC 2024 ====== BSC_Tests.TC_ciph_mode_a5_4 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ciph_mode_a5_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=288696) Waiting for packet dumper to finish... 1 (prev_count=288696, count=475491) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ciph_mode_a5_4 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr'. ------ BSC_Tests.TC_assignment_codec_fr ------ Sun Apr 21 05:56:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr started. MTC@6aa4ca6fe73c: "TC_assignment_codec_fr": using IMSI '001013818047916'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(635)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(635)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(635)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(633)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(638)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(638)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(638)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(636)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(635)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(638)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(634)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(634)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(637)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(641)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(641)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(641)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(641)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_fr() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } TC_assignment_codec_fr(643)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(634)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108381409761'O, n_connectPointCode := omit VirtMSC-RAN(634)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108381409761'O to be handled at TC_assignment_codec_fr(643) VirtMSC-SCCP(633)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(633)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(634)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(634)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108381409761'O handled at TC_assignment_codec_fr(643) VirtMSC-RAN(634)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_fr(643)4660579 VirtMSC-SCCP(633)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(633)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(642)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(640)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_fr(643) VirtMSC-SCCP(633)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(633)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(633)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(633)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(640)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "81", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3a" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_fr(643) TC_assignment_codec_fr(643)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(642)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(633)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(633)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(633)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(633)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr(643)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_fr(643)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '60AFCE81'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '28032344'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_fr(643)@6aa4ca6fe73c: "TC_assignment_codec_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_fr(643)@6aa4ca6fe73c: "TC_assignment_codec_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_fr(643)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(633)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(633)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(633)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(633)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(633)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(633)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(633)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(633)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr(643)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(634)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_fr(643)4660579 VirtMSC-SCCP(633)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_fr(643)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_fr(643)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(633)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(633)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_fr(643)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_fr(643)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(634)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(632)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(633)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(635)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(639)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(636)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(642)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(638)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(640)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(637)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(641)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(632): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(633): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(634): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(635): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(636): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(637): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(638): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(639): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(640): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(641): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(642): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_fr(643): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr pass'. Sun Apr 21 05:56:36 UTC 2024 ====== BSC_Tests.TC_assignment_codec_fr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_fr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=375891) Waiting for packet dumper to finish... 1 (prev_count=375891, count=562508) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_by_mode_modify'. ------ BSC_Tests.TC_assignment_codec_fr_by_mode_modify ------ Sun Apr 21 05:56:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_by_mode_modify' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_by_mode_modify started. MTC@6aa4ca6fe73c: "TC_assignment_codec_fr_by_mode_modify": using IMSI '001012578805204'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(647)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(647)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(647)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(645)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(650)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(650)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(650)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(648)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(647)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(650)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(646)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(646)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(649)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(653)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(653)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(653)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(653)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_fr_by_mode_modify() start" TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(646)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105287082540'O, n_connectPointCode := omit VirtMSC-RAN(646)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105287082540'O to be handled at TC_assignment_codec_fr_by_mode_modify(655) VirtMSC-SCCP(645)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(645)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(646)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(646)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105287082540'O handled at TC_assignment_codec_fr_by_mode_modify(655) VirtMSC-RAN(646)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_fr_by_mode_modify(655)14745307 VirtMSC-SCCP(645)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(645)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(654)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(652)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_fr_by_mode_modify(655) VirtMSC-SCCP(645)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(645)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(645)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(645)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { channelModeModify := { messageType := '00010000'B, channelDescription := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, channelMode := { mode := '01'O }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet := omit } } } } VirtMGW-MGCP-0(652)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "86", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3b" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_fr_by_mode_modify(655) VirtMSC-SCCP(645)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(645)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(645)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(645)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6613AD6A'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3A9A6279'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: "TC_assignment_codec_fr_by_mode_modify": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: "TC_assignment_codec_fr_by_mode_modify": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(645)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(645)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(645)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(645)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(645)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(645)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(645)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(645)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(646)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_fr_by_mode_modify(655)14745307 VirtMSC-SCCP(645)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(645)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(645)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_fr_by_mode_modify(655)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(645)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(647)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(644)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(646)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(651)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(648)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(649)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(654)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(650)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(652)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(653)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(644): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(645): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(646): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(647): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(648): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(649): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(650): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(651): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(652): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(653): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(654): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_fr_by_mode_modify(655): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_by_mode_modify finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_by_mode_modify pass'. Sun Apr 21 05:56:48 UTC 2024 ====== BSC_Tests.TC_assignment_codec_fr_by_mode_modify pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_fr_by_mode_modify.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=367500) Waiting for packet dumper to finish... 1 (prev_count=367500, count=554117) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_by_mode_modify pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr'. ------ BSC_Tests.TC_assignment_codec_hr ------ Sun Apr 21 05:56:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr started. MTC@6aa4ca6fe73c: "TC_assignment_codec_hr": using IMSI '001014065296612'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(659)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(659)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(659)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(657)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(662)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(662)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(662)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(660)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(659)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(662)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(658)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(658)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(661)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(665)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(665)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(665)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(665)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_hr() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } TC_assignment_codec_hr(667)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(658)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100456926621'O, n_connectPointCode := omit VirtMSC-RAN(658)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100456926621'O to be handled at TC_assignment_codec_hr(667) VirtMSC-SCCP(657)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(657)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(658)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(658)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100456926621'O handled at TC_assignment_codec_hr(667) VirtMSC-RAN(658)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_hr(667)8546657 VirtMSC-SCCP(657)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(657)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(666)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(664)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_hr(667) VirtMSC-SCCP(657)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(657)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(657)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(657)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O VirtMGW-MGCP-0(664)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "91", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3c" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_hr(667) TC_assignment_codec_hr(667)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(666)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(657)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(657)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(657)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(657)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr(667)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_hr(667)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '225EEB13'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '65D5796D'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_hr(667)@6aa4ca6fe73c: "TC_assignment_codec_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_hr(667)@6aa4ca6fe73c: "TC_assignment_codec_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_hr(667)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(657)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(657)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(657)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(657)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(657)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(657)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(657)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(657)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr(667)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(658)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_hr(667)8546657 VirtMSC-SCCP(657)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_hr(667)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_hr(667)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(657)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(657)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_hr(667)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_hr(667)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(658)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(657)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(656)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(663)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(659)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(660)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(661)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(666)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(664)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(665)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(662)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(656): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(657): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(658): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(659): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(660): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(661): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(662): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(663): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(664): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(665): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(666): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_hr(667): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr pass'. Sun Apr 21 05:57:01 UTC 2024 ====== BSC_Tests.TC_assignment_codec_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=376172) Waiting for packet dumper to finish... 1 (prev_count=376172, count=561965) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_efr'. ------ BSC_Tests.TC_assignment_codec_efr ------ Sun Apr 21 05:57:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_efr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_efr started. MTC@6aa4ca6fe73c: "TC_assignment_codec_efr": using IMSI '001017806476328'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(671)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(671)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(671)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(669)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(674)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(674)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(674)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(672)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(671)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(674)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(670)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(670)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(673)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(677)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(677)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(677)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(677)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_efr() start" TC_assignment_codec_efr(679)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(670)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108760743682'O, n_connectPointCode := omit VirtMSC-RAN(670)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108760743682'O to be handled at TC_assignment_codec_efr(679) VirtMSC-SCCP(669)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(669)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(670)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(670)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108760743682'O handled at TC_assignment_codec_efr(679) VirtMSC-RAN(670)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_efr(679)9487956 VirtMSC-SCCP(669)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(669)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(678)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(676)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_efr(679) VirtMSC-SCCP(669)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(669)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(669)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(669)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108117C060102030409267D0182'O VirtMGW-MGCP-0(676)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "96", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3d" }, { code := "L", val := "p:20, a:GSM-EFR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_efr(679) TC_assignment_codec_efr(679)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '21'O ("!") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(678)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(669)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(669)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(669)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(669)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_efr(679)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_efr(679)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '64749486'H, mime_type := "GSM-EFR", sample_rate := 8000, ptime := 20, rtp_pt := 110, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6F4FF164'H, mime_type := "GSM-EFR", sample_rate := 8000, ptime := 20, rtp_pt := 110, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 97, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_efr(679)@6aa4ca6fe73c: "TC_assignment_codec_efr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_efr(679)@6aa4ca6fe73c: "TC_assignment_codec_efr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_efr(679)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(669)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(669)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(669)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(669)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(669)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(669)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(669)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(669)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_efr(679)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(670)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_efr(679)9487956 VirtMSC-SCCP(669)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_efr(679)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_efr(679)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(669)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(669)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_efr(679)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_efr(679)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(669)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(671)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(670)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(675)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(668)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(673)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(678)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(672)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(674)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(677)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(676)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(668): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(669): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(670): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(671): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(672): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(673): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(674): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(675): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(676): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(677): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(678): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_efr(679): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_efr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_efr pass'. Sun Apr 21 05:57:15 UTC 2024 ====== BSC_Tests.TC_assignment_codec_efr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_efr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=350897) Waiting for packet dumper to finish... 1 (prev_count=350897, count=538019) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_efr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f'. ------ BSC_Tests.TC_assignment_codec_amr_f ------ Sun Apr 21 05:57:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f": using IMSI '001015040108787'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(683)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(683)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(683)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(681)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(686)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(686)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(686)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(684)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(683)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(686)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(682)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(682)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(685)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(689)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(689)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(689)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(689)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(682)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100504017878'O, n_connectPointCode := omit VirtMSC-RAN(682)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100504017878'O to be handled at TC_assignment_codec_amr_f(691) VirtMSC-SCCP(681)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(681)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(682)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(682)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100504017878'O handled at TC_assignment_codec_amr_f(691) VirtMSC-RAN(682)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f(691)14574047 VirtMSC-SCCP(681)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(681)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(690)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(688)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f(691) VirtMSC-SCCP(681)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(681)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(681)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(681)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03830457'O VirtMGW-MGCP-0(688)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "101", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3e" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f(691) TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '04'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(690)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(681)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(681)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(681)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6A686A1A'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '35EB4C9F'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: "TC_assignment_codec_amr_f": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: "TC_assignment_codec_amr_f": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000100'B, parameters := ''O } } TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(681)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(681)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(681)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(681)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(681)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(681)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(681)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(682)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f(691)14574047 VirtMSC-SCCP(681)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(681)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f(691)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(682)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(681)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(680)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(683)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(687)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(690)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(685)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(684)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(689)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(686)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(688)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(680): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(681): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(682): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(683): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(684): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(685): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(686): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(687): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(688): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(689): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(690): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f(691): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f pass'. Sun Apr 21 05:57:29 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=379616) Waiting for packet dumper to finish... 1 (prev_count=379616, count=565409) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h'. ------ BSC_Tests.TC_assignment_codec_amr_h ------ Sun Apr 21 05:57:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h": using IMSI '001017960640041'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(695)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(695)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(695)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(693)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(698)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(698)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(698)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(696)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(695)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(698)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(694)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(694)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(697)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(701)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(701)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(701)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(701)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(694)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109706460014'O, n_connectPointCode := omit VirtMSC-RAN(694)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109706460014'O to be handled at TC_assignment_codec_amr_h(703) VirtMSC-SCCP(693)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(693)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(694)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(694)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109706460014'O handled at TC_assignment_codec_amr_h(703) VirtMSC-RAN(694)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h(703)13729939 VirtMSC-SCCP(693)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(693)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(702)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(700)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h(703) VirtMSC-SCCP(693)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(693)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(693)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(693)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03840407'O VirtMGW-MGCP-0(700)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "106", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3f" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h(703) TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '04'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(702)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(693)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(693)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(693)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(693)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '3E0058B1'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '43B519B4'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: "TC_assignment_codec_amr_h": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: "TC_assignment_codec_amr_h": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000100'B, parameters := ''O } } TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(693)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(693)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(693)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(693)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(693)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(693)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(693)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(693)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(694)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h(703)13729939 VirtMSC-SCCP(693)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(693)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(693)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h(703)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(693)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(695)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(694)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(699)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(692)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(702)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(696)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(697)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(701)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(698)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(700)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(692): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(693): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(694): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(695): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(696): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(697): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(698): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(699): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(700): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(701): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(702): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h(703): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h pass'. Sun Apr 21 05:57:43 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=378970) Waiting for packet dumper to finish... 1 (prev_count=378970, count=564763) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S1'. ------ BSC_Tests.TC_assignment_codec_amr_f_S1 ------ Sun Apr 21 05:57:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S1 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S1": using IMSI '001019223772175'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(707)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(707)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(707)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(705)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(710)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(710)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(710)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(708)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(707)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(710)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(706)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(706)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(709)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(713)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(713)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(713)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(713)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S1() start" TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000010'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(706)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102932771257'O, n_connectPointCode := omit VirtMSC-RAN(706)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102932771257'O to be handled at TC_assignment_codec_amr_f_S1(715) VirtMSC-SCCP(705)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(705)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(706)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(706)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102932771257'O handled at TC_assignment_codec_amr_f_S1(715) VirtMSC-RAN(706)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S1(715)8134576 VirtMSC-SCCP(705)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(705)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(714)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(712)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S1(715) VirtMSC-SCCP(705)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(705)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(705)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(705)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03830307'O VirtMGW-MGCP-0(712)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "111", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "40" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S1(715) TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 6, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '9520882208'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(714)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(705)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(705)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(705)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(705)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '0E3E5525'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '12ECE8AB'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 6, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '10010101'B, parameters := '20882208'O } } TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(705)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(705)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(705)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(705)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(705)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(705)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(705)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(705)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(706)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S1(715)8134576 VirtMSC-SCCP(705)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(705)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(705)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S1(715)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(705)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(707)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(706)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(704)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(711)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(709)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(714)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(708)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(710)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(712)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(713)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(704): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(705): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(706): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(707): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(708): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(709): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(710): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(711): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(712): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(713): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(714): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S1(715): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S1 pass'. Sun Apr 21 05:57:57 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=357578) Waiting for packet dumper to finish... 1 (prev_count=357578, count=544195) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S1'. ------ BSC_Tests.TC_assignment_codec_amr_h_S1 ------ Sun Apr 21 05:58:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S1 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S1": using IMSI '001011091439336'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(719)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(719)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(719)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(717)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(722)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(722)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(722)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(720)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(719)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(722)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(718)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(718)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(721)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(725)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(725)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(725)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(725)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S1() start" TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000010'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(718)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100119343963'O, n_connectPointCode := omit VirtMSC-RAN(718)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100119343963'O to be handled at TC_assignment_codec_amr_h_S1(727) VirtMSC-SCCP(717)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(717)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(718)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(718)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100119343963'O handled at TC_assignment_codec_amr_h_S1(727) VirtMSC-RAN(718)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_S1(727)12605705 VirtMSC-SCCP(717)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(717)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(726)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(724)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_S1(727) VirtMSC-SCCP(717)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(717)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(717)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(717)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03840207'O VirtMGW-MGCP-0(724)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "116", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "41" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_S1(727) TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 5, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '15208820'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(726)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(717)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(717)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(717)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(717)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '69A774F1'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '083DA0F4'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 5, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00010101'B, parameters := '208820'O } } TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(717)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(717)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(717)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(717)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(717)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(717)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(717)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(717)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(718)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_S1(727)12605705 VirtMSC-SCCP(717)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(717)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(717)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_S1(727)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(717)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(718)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(719)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(716)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(723)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(720)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(721)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(726)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(725)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(722)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(724)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(716): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(717): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(718): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(719): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(720): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(721): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(722): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(723): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(724): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(725): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(726): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_S1(727): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S1 pass'. Sun Apr 21 05:58:11 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_S1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_S1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=357549) Waiting for packet dumper to finish... 1 (prev_count=357549, count=544344) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S124'. ------ BSC_Tests.TC_assignment_codec_amr_f_S124 ------ Sun Apr 21 05:58:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S124' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S124 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S124": using IMSI '001015493517876'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(731)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(731)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(731)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(729)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(734)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(734)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(734)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(732)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(731)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(734)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(730)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(730)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(733)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(737)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(737)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(737)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(737)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S124() start" TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000010'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(730)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104539158767'O, n_connectPointCode := omit VirtMSC-RAN(730)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104539158767'O to be handled at TC_assignment_codec_amr_f_S124(739) VirtMSC-SCCP(729)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(730)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(730)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104539158767'O handled at TC_assignment_codec_amr_f_S124(739) VirtMSC-RAN(730)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S124(739)11095767 VirtMSC-SCCP(729)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(738)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(736)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S124(739) VirtMSC-SCCP(729)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(729)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(729)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03831607'O VirtMGW-MGCP-0(736)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "121", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "42" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S124(739) TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 6, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '9520882208'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(738)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(729)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(729)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(729)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '4D5CEA83'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '134368E8'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S124": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S124": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 6, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '10010101'B, parameters := '20882208'O } } TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(729)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(729)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(729)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(729)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(729)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(729)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(730)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S124(739)11095767 VirtMSC-SCCP(729)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(729)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S124(739)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(729)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(731)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(728)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(730)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(735)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(732)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(738)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(733)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(736)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(734)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(737)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(728): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(729): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(730): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(731): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(732): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(733): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(734): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(735): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(736): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(737): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(738): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S124(739): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S124 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S124 pass'. Sun Apr 21 05:58:25 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S124 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S124.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=359436) Waiting for packet dumper to finish... 1 (prev_count=359436, count=546644) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S124 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S124'. ------ BSC_Tests.TC_assignment_codec_amr_h_S124 ------ Sun Apr 21 05:58:30 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S124' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S124 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S124": using IMSI '001019984550577'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(743)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(743)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(743)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(741)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(746)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(746)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(746)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(744)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(743)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(746)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(742)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(742)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(745)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(749)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(749)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(749)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(749)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S124() start" TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000010'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(742)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109948555077'O, n_connectPointCode := omit VirtMSC-RAN(742)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109948555077'O to be handled at TC_assignment_codec_amr_h_S124(751) VirtMSC-SCCP(741)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(741)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(742)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(742)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109948555077'O handled at TC_assignment_codec_amr_h_S124(751) VirtMSC-RAN(742)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_S124(751)8627056 VirtMSC-SCCP(741)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(741)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(750)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(748)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_S124(751) VirtMSC-SCCP(741)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(741)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(741)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(741)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03841607'O VirtMGW-MGCP-0(748)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "126", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "43" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_S124(751) TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 5, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '15208820'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(750)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(741)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(741)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(741)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(741)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '620AD357'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7ADAE998'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S124": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S124": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 5, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00010101'B, parameters := '208820'O } } TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(741)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(741)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(741)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(741)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(741)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(741)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(741)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(741)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(742)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_S124(751)8627056 VirtMSC-SCCP(741)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(741)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(741)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_S124(751)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(741)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(742)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(740)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(747)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(743)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(744)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(750)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(745)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(748)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(746)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(749)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(740): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(741): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(742): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(743): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(744): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(745): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(746): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(747): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(748): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(749): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(750): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_S124(751): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S124 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S124 pass'. Sun Apr 21 05:58:38 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_S124 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_S124.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=357738) Waiting for packet dumper to finish... 1 (prev_count=357738, count=546493) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S124 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S0'. ------ BSC_Tests.TC_assignment_codec_amr_f_S0 ------ Sun Apr 21 05:58:44 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S0' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S0 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0": using IMSI '001010506668674'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(755)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(755)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(755)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(753)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(758)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(758)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(758)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(756)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(755)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(758)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(754)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(754)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(757)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(761)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(761)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(761)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(761)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0() start" TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000001'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(754)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105060666847'O, n_connectPointCode := omit VirtMSC-RAN(754)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105060666847'O to be handled at TC_assignment_codec_amr_f_S0(763) VirtMSC-SCCP(753)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(753)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(754)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(754)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105060666847'O handled at TC_assignment_codec_amr_f_S0(763) VirtMSC-RAN(754)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S0(763)6907725 VirtMSC-SCCP(753)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(753)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(762)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(760)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S0(763) VirtMSC-SCCP(753)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(753)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(753)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(753)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03830107'O VirtMGW-MGCP-0(760)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "131", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "44" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S0(763) TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '01'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(762)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(753)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(753)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(753)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(753)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '46C75023'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '4C5E6E07'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000001'B, parameters := ''O } } TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(753)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(753)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(753)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(753)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(753)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(753)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(753)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(753)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(754)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S0(763)6907725 VirtMSC-SCCP(753)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(753)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(753)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S0(763)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(754)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(753)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(755)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(759)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(752)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(762)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(756)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(757)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(758)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(760)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(761)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(752): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(753): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(754): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(755): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(756): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(757): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(758): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(759): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(760): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(761): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(762): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S0(763): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S0 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S0 pass'. Sun Apr 21 05:58:52 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S0 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=356388) Waiting for packet dumper to finish... 1 (prev_count=356388, count=543596) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S0 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S02'. ------ BSC_Tests.TC_assignment_codec_amr_f_S02 ------ Sun Apr 21 05:58:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S02' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S02 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S02": using IMSI '001018712686453'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(767)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(767)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(767)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(765)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(770)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(770)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(770)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(768)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(767)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(770)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(766)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(766)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(769)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(773)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(773)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(773)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(773)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S02() start" TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(766)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107821864635'O, n_connectPointCode := omit VirtMSC-RAN(766)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107821864635'O to be handled at TC_assignment_codec_amr_f_S02(775) VirtMSC-SCCP(765)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(765)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(766)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(766)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107821864635'O handled at TC_assignment_codec_amr_f_S02(775) VirtMSC-RAN(766)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S02(775)16203835 VirtMSC-SCCP(765)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(765)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(774)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(772)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S02(775) VirtMSC-SCCP(765)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(765)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(765)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(765)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03830507'O VirtMGW-MGCP-0(772)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "136", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "45" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S02(775) TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 4, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '052080'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(774)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(765)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(765)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(765)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(765)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '595902D2'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '05BB2FC1'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S02": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S02": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 4, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000101'B, parameters := '2080'O } } TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(765)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(765)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(765)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(765)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(765)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(765)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(765)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(765)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(766)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S02(775)16203835 VirtMSC-SCCP(765)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(765)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(765)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S02(775)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(765)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(766)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(767)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(771)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(764)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(768)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(769)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(772)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(774)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(770)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(773)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(764): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(765): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(766): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(767): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(768): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(769): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(770): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(771): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(772): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(773): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(774): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S02(775): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S02 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S02 pass'. Sun Apr 21 05:59:06 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S02 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S02.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358042) Waiting for packet dumper to finish... 1 (prev_count=358042, count=544837) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S02 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S024'. ------ BSC_Tests.TC_assignment_codec_amr_f_S024 ------ Sun Apr 21 05:59:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S024' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S024 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S024": using IMSI '001016896997934'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(779)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(779)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(779)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(777)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(782)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(782)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(782)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(780)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(779)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(782)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(778)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(778)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(781)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(785)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(785)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(785)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(785)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S024() start" TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00010101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(778)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108669999743'O, n_connectPointCode := omit VirtMSC-RAN(778)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108669999743'O to be handled at TC_assignment_codec_amr_f_S024(787) VirtMSC-SCCP(777)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(777)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(778)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(778)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108669999743'O handled at TC_assignment_codec_amr_f_S024(787) VirtMSC-RAN(778)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S024(787)14522283 VirtMSC-SCCP(777)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(777)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(786)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(784)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S024(787) VirtMSC-SCCP(777)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(777)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(777)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(777)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03831507'O VirtMGW-MGCP-0(784)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "141", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "46" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S024(787) TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 5, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '15208820'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(786)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(777)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(777)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(777)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(777)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6D81F453'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '650FE9AD'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S024": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S024": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 5, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00010101'B, parameters := '208820'O } } TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(777)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(777)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(777)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(777)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(777)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(777)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(777)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(777)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(778)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S024(787)14522283 VirtMSC-SCCP(777)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(777)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(777)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S024(787)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(778)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(779)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(776)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(777)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(783)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(780)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(786)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(781)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(782)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(784)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(785)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(776): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(777): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(778): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(779): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(780): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(781): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(782): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(783): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(784): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(785): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(786): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S024(787): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S024 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S024 pass'. Sun Apr 21 05:59:20 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S024 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S024.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358854) Waiting for packet dumper to finish... 1 (prev_count=358854, count=545471) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S024 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S0247'. ------ BSC_Tests.TC_assignment_codec_amr_f_S0247 ------ Sun Apr 21 05:59:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S0247' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S0247 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0247": using IMSI '001018777194973'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(791)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(791)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(791)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(789)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(794)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(794)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(794)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(792)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(791)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(794)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(790)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(790)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(793)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(797)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(797)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(797)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(797)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0247() start" TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '10010101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(790)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107877919437'O, n_connectPointCode := omit VirtMSC-RAN(790)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107877919437'O to be handled at TC_assignment_codec_amr_f_S0247(799) VirtMSC-SCCP(789)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(789)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(790)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(790)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107877919437'O handled at TC_assignment_codec_amr_f_S0247(799) VirtMSC-RAN(790)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S0247(799)12526357 VirtMSC-SCCP(789)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(789)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(798)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(796)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S0247(799) VirtMSC-SCCP(789)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(789)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(789)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(789)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03839507'O VirtMGW-MGCP-0(796)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "146", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "47" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S0247(799) TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 6, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '9520882208'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(798)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(789)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(789)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(789)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(789)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7A4CC109'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '171C972C'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0247": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0247": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 6, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '10010101'B, parameters := '20882208'O } } TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(789)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(789)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(789)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(789)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(789)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(789)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(789)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(789)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(790)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S0247(799)12526357 TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(789)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(789)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(789)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S0247(799)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(789)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(788)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(790)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(791)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(795)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(792)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(793)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(798)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(796)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(794)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(797)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(788): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(789): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(790): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(791): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(792): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(793): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(794): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(795): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(796): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(797): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(798): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S0247(799): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S0247 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S0247 pass'. Sun Apr 21 05:59:34 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S0247 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S0247.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358306) Waiting for packet dumper to finish... 1 (prev_count=358306, count=544099) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S0247 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S0'. ------ BSC_Tests.TC_assignment_codec_amr_h_S0 ------ Sun Apr 21 05:59:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S0' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S0 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0": using IMSI '001012029997201'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(803)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(803)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(803)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(801)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(806)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(806)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(806)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(804)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(803)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(806)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(802)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(802)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(805)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(809)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(809)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(809)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(809)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0() start" TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000001'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(802)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100292992710'O, n_connectPointCode := omit VirtMSC-RAN(802)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100292992710'O to be handled at TC_assignment_codec_amr_h_S0(811) VirtMSC-SCCP(801)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(801)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(802)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(802)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100292992710'O handled at TC_assignment_codec_amr_h_S0(811) VirtMSC-RAN(802)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_S0(811)544499 VirtMSC-SCCP(801)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(801)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(810)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(808)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_S0(811) VirtMSC-SCCP(801)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(801)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(801)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(801)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03840107'O VirtMGW-MGCP-0(808)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "151", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "48" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_S0(811) TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '01'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(810)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(801)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(801)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(801)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(801)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7ECF9014'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '70F6A0DA'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000001'B, parameters := ''O } } TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(801)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(801)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(801)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(801)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(801)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(801)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(801)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(801)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(802)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_S0(811)544499 VirtMSC-SCCP(801)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(801)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(801)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_S0(811)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(801)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(803)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(802)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(807)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(800)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(810)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(804)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(806)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(805)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(808)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(809)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(800): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(801): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(802): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(803): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(804): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(805): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(806): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(807): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(808): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(809): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(810): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_S0(811): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S0 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S0 pass'. Sun Apr 21 05:59:47 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_S0 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_S0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358458) Waiting for packet dumper to finish... 1 (prev_count=358458, count=544664) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S0 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S02'. ------ BSC_Tests.TC_assignment_codec_amr_h_S02 ------ Sun Apr 21 05:59:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S02' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S02 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S02": using IMSI '001010582512247'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(815)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(815)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(815)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(813)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(818)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(818)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(818)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(816)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(815)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(818)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(814)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(814)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(817)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(821)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(821)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(821)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(821)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S02() start" TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(814)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105028152274'O, n_connectPointCode := omit VirtMSC-RAN(814)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105028152274'O to be handled at TC_assignment_codec_amr_h_S02(823) VirtMSC-SCCP(813)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(813)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(814)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(814)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105028152274'O handled at TC_assignment_codec_amr_h_S02(823) VirtMSC-RAN(814)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_S02(823)3997051 VirtMSC-SCCP(813)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(813)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(822)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(820)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_S02(823) VirtMSC-SCCP(813)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(813)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(813)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(813)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03840507'O VirtMGW-MGCP-0(820)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "156", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "49" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_S02(823) TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 4, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '052080'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(822)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(813)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(813)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(813)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(813)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '16EABA29'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '2E3BF695'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S02": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S02": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 4, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000101'B, parameters := '2080'O } } TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(813)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(813)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(813)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(813)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(813)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(813)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(813)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(813)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(814)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_S02(823)3997051 VirtMSC-SCCP(813)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(813)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(813)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_S02(823)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(813)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(814)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(812)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(815)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(819)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(822)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(817)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(816)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(820)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(818)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(821)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(812): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(813): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(814): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(815): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(816): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(817): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(818): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(819): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(820): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(821): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(822): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_S02(823): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S02 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S02 pass'. Sun Apr 21 06:00:01 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_S02 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_S02.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358865) Waiting for packet dumper to finish... 1 (prev_count=358865, count=545482) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S02 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S024'. ------ BSC_Tests.TC_assignment_codec_amr_h_S024 ------ Sun Apr 21 06:00:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S024' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S024 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S024": using IMSI '001011077062041'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(827)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(827)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(827)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(825)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(830)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(830)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(830)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(828)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(827)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(830)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(826)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(826)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(829)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(833)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(833)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(833)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(833)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S024() start" TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00010101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(826)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100177600214'O, n_connectPointCode := omit VirtMSC-RAN(826)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100177600214'O to be handled at TC_assignment_codec_amr_h_S024(835) VirtMSC-SCCP(825)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(825)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(826)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(826)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100177600214'O handled at TC_assignment_codec_amr_h_S024(835) VirtMSC-RAN(826)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_S024(835)15014485 VirtMSC-SCCP(825)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(825)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(834)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(832)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_S024(835) VirtMSC-SCCP(825)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(825)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(825)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(825)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03841507'O VirtMGW-MGCP-0(832)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "161", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "4a" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_S024(835) TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 5, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '15208820'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(834)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(825)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(825)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(825)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(825)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '234091CF'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3F065F7A'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S024": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S024": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 5, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00010101'B, parameters := '208820'O } } TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(825)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(825)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(825)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(825)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(825)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(825)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(825)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(825)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(826)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_S024(835)15014485 VirtMSC-SCCP(825)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(825)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(825)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_S024(835)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(825)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(831)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(826)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(827)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(824)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(829)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(834)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(828)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(832)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(830)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(833)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(824): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(825): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(826): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(827): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(828): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(829): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(830): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(831): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(832): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(833): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(834): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_S024(835): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S024 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S024 pass'. Sun Apr 21 06:00:15 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_S024 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_S024.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358011) Waiting for packet dumper to finish... 1 (prev_count=358011, count=543804) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S024 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S0247'. ------ BSC_Tests.TC_assignment_codec_amr_h_S0247 ------ Sun Apr 21 06:00:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S0247' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S0247 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0247": using IMSI '001010120639834'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(839)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(839)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(839)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(837)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(842)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(842)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(842)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(840)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(839)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(842)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(838)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(838)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(841)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(845)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(845)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(845)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(845)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0247() start" TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00010101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(838)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101002368943'O, n_connectPointCode := omit VirtMSC-RAN(838)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101002368943'O to be handled at TC_assignment_codec_amr_h_S0247(847) VirtMSC-SCCP(837)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(837)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(838)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(838)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101002368943'O handled at TC_assignment_codec_amr_h_S0247(847) VirtMSC-RAN(838)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_S0247(847)11709661 VirtMSC-SCCP(837)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(837)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(846)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(844)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_S0247(847) VirtMSC-SCCP(837)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(837)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(837)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(837)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03849507'O VirtMGW-MGCP-0(844)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "166", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "4b" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_S0247(847) TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 5, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '15208820'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(846)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(837)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(837)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(837)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(837)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '0F063C6A'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7AE4D242'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0247": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S0247": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 5, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00010101'B, parameters := '208820'O } } TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(837)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(837)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(837)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(837)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(837)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(837)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(837)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(837)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(838)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_S0247(847)11709661 VirtMSC-SCCP(837)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(837)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(837)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_S0247(847)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(837)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(839)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(838)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(836)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(843)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(841)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(840)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(846)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(845)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(842)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(844)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(836): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(837): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(838): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(839): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(840): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(841): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(842): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(843): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(844): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(845): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(846): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_S0247(847): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S0247 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S0247 pass'. Sun Apr 21 06:00:29 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_S0247 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_S0247.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=360037) Waiting for packet dumper to finish... 1 (prev_count=360037, count=546654) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S0247 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S01234567'. ------ BSC_Tests.TC_assignment_codec_amr_f_S01234567 ------ Sun Apr 21 06:00:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S01234567' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S01234567 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S01234567": using IMSI '001017571914572'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(851)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(851)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(851)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(849)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(854)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(854)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(854)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(852)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(851)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(854)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(850)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(850)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(853)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(857)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(857)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(857)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(857)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S01234567() start" TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000010'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(850)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105717195427'O, n_connectPointCode := omit VirtMSC-RAN(850)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105717195427'O to be handled at TC_assignment_codec_amr_f_S01234567(859) VirtMSC-SCCP(849)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(849)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(850)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(850)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105717195427'O handled at TC_assignment_codec_amr_f_S01234567(859) VirtMSC-RAN(850)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S01234567(859)4099801 VirtMSC-SCCP(849)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(849)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(858)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(856)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S01234567(859) VirtMSC-SCCP(849)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(849)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(849)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(849)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D0383FF07'O VirtMGW-MGCP-0(856)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "171", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "4c" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S01234567(859) TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 6, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '9520882208'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(858)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(849)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(849)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(849)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(849)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6182AB7B'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '76CBD5B5'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S01234567": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S01234567": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 6, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '10010101'B, parameters := '20882208'O } } TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(849)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(849)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(849)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(849)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(849)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(849)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(849)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(849)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(850)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S01234567(859)4099801 VirtMSC-SCCP(849)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(849)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(849)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S01234567(859)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(851)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(849)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(848)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(850)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(855)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(852)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(853)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(858)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(854)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(856)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(857)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(848): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(849): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(850): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(851): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(852): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(853): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(854): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(855): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(856): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(857): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(858): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S01234567(859): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S01234567 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S01234567 pass'. Sun Apr 21 06:00:43 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S01234567 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S01234567.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=356840) Waiting for packet dumper to finish... 1 (prev_count=356840, count=544459) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S01234567 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S0234567'. ------ BSC_Tests.TC_assignment_codec_amr_f_S0234567 ------ Sun Apr 21 06:00:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_S0234567' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S0234567 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0234567": using IMSI '001013275491716'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(863)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(863)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(863)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(861)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(866)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(866)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(866)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(864)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(863)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(866)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(862)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(862)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(865)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(869)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(869)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(869)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(869)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0234567() start" TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '10010101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(862)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102357947161'O, n_connectPointCode := omit VirtMSC-RAN(862)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102357947161'O to be handled at TC_assignment_codec_amr_f_S0234567(871) VirtMSC-SCCP(861)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(861)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(862)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(862)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102357947161'O handled at TC_assignment_codec_amr_f_S0234567(871) VirtMSC-RAN(862)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_S0234567(871)14836479 VirtMSC-SCCP(861)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(861)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(870)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(868)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_S0234567(871) VirtMSC-SCCP(861)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(861)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(861)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(861)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D0383FD07'O VirtMGW-MGCP-0(868)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "176", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "4d" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_S0234567(871) TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 6, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '9520882208'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(870)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(861)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(861)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(861)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(861)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '126A0C8E'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '431E5660'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0234567": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_S0234567": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 6, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '10010101'B, parameters := '20882208'O } } TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(861)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(861)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(861)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(861)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(861)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(861)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(861)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(861)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(862)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_S0234567(871)14836479 VirtMSC-SCCP(861)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(861)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(861)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_S0234567(871)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(862)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(860)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(863)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(861)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(867)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(865)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(864)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(870)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(866)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(869)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(868)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(860): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(861): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(862): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(863): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(864): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(865): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(866): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(867): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(868): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(869): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(870): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_S0234567(871): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_S0234567 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S0234567 pass'. Sun Apr 21 06:00:57 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_S0234567 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_S0234567.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=356095) Waiting for packet dumper to finish... 1 (prev_count=356095, count=543303) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_S0234567 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_zero'. ------ BSC_Tests.TC_assignment_codec_amr_f_zero ------ Sun Apr 21 06:01:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_zero' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_zero started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_zero": using IMSI '001011559359463'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(875)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(875)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(875)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(873)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(878)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(878)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(878)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(876)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(875)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(878)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(874)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(874)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(877)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(881)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(881)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(881)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(881)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_zero() start" TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: expecting ASS FAIL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentFailure := { messageType := '03'O, cause := ?, rR_Cause := *, circuitPool := *, circuitPoolList := *, talkerPriority := *, codecList := * } } } } VirtMSC-RAN(874)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105195534936'O, n_connectPointCode := omit VirtMSC-RAN(874)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105195534936'O to be handled at TC_assignment_codec_amr_f_zero(883) VirtMSC-SCCP(873)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(873)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(874)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(874)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105195534936'O handled at TC_assignment_codec_amr_f_zero(883) VirtMSC-RAN(874)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_zero(883)14256447 VirtMSC-SCCP(873)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(873)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(882)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(880)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_zero(883) VirtMSC-SCCP(873)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(873)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(873)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(873)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03830007'O VirtMSC-SCCP(873)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(873)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(873)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(873)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '6B2B74E7'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '7FA713E8'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_zero": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_zero": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(873)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(873)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(873)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(873)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(873)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(873)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(873)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(873)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(874)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_zero(883)14256447 VirtMSC-SCCP(873)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(873)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(873)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_zero(883)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(873)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(875)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(874)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(872)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(879)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(882)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(876)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(877)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(878)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(881)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(880)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(872): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(873): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(874): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(875): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(876): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(877): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(878): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(879): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(880): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(881): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(882): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_zero(883): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_zero finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_zero pass'. Sun Apr 21 06:01:08 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_zero pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_zero.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=284063) Waiting for packet dumper to finish... 1 (prev_count=284063, count=471994) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_zero pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_unsupp'. ------ BSC_Tests.TC_assignment_codec_amr_f_unsupp ------ Sun Apr 21 06:01:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_unsupp' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_unsupp started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_unsupp": using IMSI '001019237629987'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(887)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(887)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(887)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(885)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(890)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(890)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(890)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(888)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(887)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(890)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(886)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(886)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(889)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(893)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(893)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(893)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(893)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_unsupp() start" TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: expecting ASS FAIL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentFailure := { messageType := '03'O, cause := ?, rR_Cause := *, circuitPool := *, circuitPoolList := *, talkerPriority := *, codecList := * } } } } VirtMSC-RAN(886)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102973269978'O, n_connectPointCode := omit VirtMSC-RAN(886)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102973269978'O to be handled at TC_assignment_codec_amr_f_unsupp(895) VirtMSC-SCCP(885)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(885)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(886)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(886)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102973269978'O handled at TC_assignment_codec_amr_f_unsupp(895) VirtMSC-RAN(886)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_unsupp(895)1674350 VirtMSC-SCCP(885)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(885)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(894)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(892)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_unsupp(895) VirtMSC-SCCP(885)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(885)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(885)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(885)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03836807'O VirtMSC-SCCP(885)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(885)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(885)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(885)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '09EDD77E'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '43CF5E90'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_unsupp": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_unsupp": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(885)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(885)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(885)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(885)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(885)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(885)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(885)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(885)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(886)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_unsupp(895)1674350 VirtMSC-SCCP(885)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(885)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(885)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_unsupp(895)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(885)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(886)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(887)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(884)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(891)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(888)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(894)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(889)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(890)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(892)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(893)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(884): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(885): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(886): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(887): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(888): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(889): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(890): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(891): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(892): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(893): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(894): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_unsupp(895): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_unsupp finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_unsupp pass'. Sun Apr 21 06:01:20 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_unsupp pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_unsupp.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=281644) Waiting for packet dumper to finish... 1 (prev_count=281644, count=469676) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_unsupp pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S7'. ------ BSC_Tests.TC_assignment_codec_amr_h_S7 ------ Sun Apr 21 06:01:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_S7' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S7 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S7": using IMSI '001011024829728'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(899)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(899)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(899)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(897)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(902)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(902)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(902)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(900)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(899)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(902)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(898)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(898)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(901)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(905)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(905)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(905)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(905)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S7() start" TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: expecting ASS FAIL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentFailure := { messageType := '03'O, cause := ?, rR_Cause := *, circuitPool := *, circuitPoolList := *, talkerPriority := *, codecList := * } } } } VirtMSC-RAN(898)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100142287982'O, n_connectPointCode := omit VirtMSC-RAN(898)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100142287982'O to be handled at TC_assignment_codec_amr_h_S7(907) VirtMSC-SCCP(897)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(897)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(898)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(898)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100142287982'O handled at TC_assignment_codec_amr_h_S7(907) VirtMSC-RAN(898)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_S7(907)14349934 VirtMSC-SCCP(897)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(897)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(906)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(904)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_S7(907) VirtMSC-SCCP(897)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(897)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(897)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(897)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03848007'O VirtMSC-SCCP(897)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(897)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(897)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(897)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '0DE01A7B'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '30D7A57F'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S7": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_S7": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(897)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(897)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(897)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(897)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(897)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(897)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(897)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(897)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(898)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_S7(907)14349934 VirtMSC-SCCP(897)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(897)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(897)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_S7(907)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(898)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(897)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(899)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(896)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(903)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(901)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(900)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(906)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(902)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(904)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(905)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(896): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(897): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(898): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(899): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(900): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(901): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(902): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(903): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(904): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(905): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(906): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_S7(907): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_S7 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S7 pass'. Sun Apr 21 06:01:32 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_S7 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_S7.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=281665) Waiting for packet dumper to finish... 1 (prev_count=281665, count=469697) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_S7 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto'. ------ BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto ------ Sun Apr 21 06:01:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_start_mode_auto started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_auto": using IMSI '001019534029667'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(911)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(911)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(911)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(909)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(914)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(914)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(914)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(912)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(911)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(914)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(910)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(910)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(913)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(917)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(917)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(917)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(917)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_auto() start" TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000010'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(910)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105943206976'O, n_connectPointCode := omit VirtMSC-RAN(910)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105943206976'O to be handled at TC_assignment_codec_amr_f_start_mode_auto(919) VirtMSC-SCCP(909)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(909)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(910)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(910)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105943206976'O handled at TC_assignment_codec_amr_f_start_mode_auto(919) VirtMSC-RAN(910)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_start_mode_auto(919)8095361 VirtMSC-SCCP(909)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(909)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(918)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(916)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_start_mode_auto(919) VirtMSC-SCCP(909)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(909)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(909)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(909)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D0383FF07'O VirtMGW-MGCP-0(916)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "181", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "51" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_start_mode_auto(919) TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 6, startMode := '00'B, spare3_1 := '0'B, iCMI := '0'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '9520882208'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(918)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(909)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(909)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(909)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(909)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '38997700'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7AF5FB56'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_auto": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_auto": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 6, mr_speech_ver := 1, nscb := false, icmi := false, spare := '0'B, start_mode := 0, codec_modes := '10010101'B, parameters := '20882208'O } } TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(909)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(909)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(909)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(909)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(909)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(909)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(909)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(909)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(910)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_start_mode_auto(919)8095361 TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(909)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(909)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(909)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_start_mode_auto(919)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(911)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(910)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(908)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(915)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(909)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(918)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(913)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(912)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(914)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(916)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(917)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(908): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(909): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(910): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(911): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(912): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(913): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(914): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(915): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(916): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(917): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(918): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_start_mode_auto(919): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_start_mode_auto finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto pass'. Sun Apr 21 06:01:46 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358124) Waiting for packet dumper to finish... 1 (prev_count=358124, count=543917) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto'. ------ BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto ------ Sun Apr 21 06:01:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_start_mode_auto started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_auto": using IMSI '001015396054605'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(923)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(923)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(923)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(921)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(926)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(926)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(926)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(924)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(923)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(926)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(922)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(922)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(925)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(929)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(929)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(929)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(929)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_auto() start" TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00010101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(922)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103569506450'O, n_connectPointCode := omit VirtMSC-RAN(922)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103569506450'O to be handled at TC_assignment_codec_amr_h_start_mode_auto(931) VirtMSC-SCCP(921)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(921)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(922)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(922)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103569506450'O handled at TC_assignment_codec_amr_h_start_mode_auto(931) VirtMSC-RAN(922)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_start_mode_auto(931)11529936 VirtMSC-SCCP(921)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(921)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(930)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(928)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_start_mode_auto(931) VirtMSC-SCCP(921)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(921)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(921)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(921)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03849507'O VirtMGW-MGCP-0(928)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "186", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "52" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_start_mode_auto(931) TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 5, startMode := '00'B, spare3_1 := '0'B, iCMI := '0'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '15208820'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(930)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(921)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(921)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(921)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(921)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '2C60B574'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '73D7CABA'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_auto": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_auto": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 5, mr_speech_ver := 1, nscb := false, icmi := false, spare := '0'B, start_mode := 0, codec_modes := '00010101'B, parameters := '208820'O } } TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(921)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(921)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(921)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(921)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(921)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(921)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(921)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(921)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(922)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_start_mode_auto(931)11529936 VirtMSC-SCCP(921)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(921)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(921)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_start_mode_auto(931)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(922)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(923)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(920)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(927)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(921)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-M3UA(926)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(925)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(924)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(930)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(928)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(929)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(920): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(921): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(922): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(923): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(924): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(925): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(926): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(927): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(928): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(929): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(930): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_start_mode_auto(931): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_start_mode_auto finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto pass'. Sun Apr 21 06:02:00 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=359041) Waiting for packet dumper to finish... 1 (prev_count=359041, count=545658) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_4'. ------ BSC_Tests.TC_assignment_codec_amr_f_start_mode_4 ------ Sun Apr 21 06:02:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_4' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_start_mode_4 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_4": using IMSI '001010222667388'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(935)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(935)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(935)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(933)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(938)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(938)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(938)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(936)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(935)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(938)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(934)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(934)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(937)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(941)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(941)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(941)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(941)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_4() start" TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000010'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(934)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102022663788'O, n_connectPointCode := omit VirtMSC-RAN(934)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102022663788'O to be handled at TC_assignment_codec_amr_f_start_mode_4(943) VirtMSC-SCCP(933)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(933)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(934)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(934)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102022663788'O handled at TC_assignment_codec_amr_f_start_mode_4(943) VirtMSC-RAN(934)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_f_start_mode_4(943)8532524 VirtMSC-SCCP(933)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(933)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(942)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(940)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_f_start_mode_4(943) VirtMSC-SCCP(933)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(933)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(933)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(933)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D0383FF07'O VirtMGW-MGCP-0(940)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "191", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "53" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_f_start_mode_4(943) TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 6, startMode := '11'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '9520882208'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(942)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(933)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(933)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(933)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(933)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '020013BA'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '44775F52'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_4": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: "TC_assignment_codec_amr_f_start_mode_4": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 6, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 3, codec_modes := '10010101'B, parameters := '20882208'O } } TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(933)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(933)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(933)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(933)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(933)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(933)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(933)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(933)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(934)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_f_start_mode_4(943)8532524 VirtMSC-SCCP(933)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(933)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(933)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_f_start_mode_4(943)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(934)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(932)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(933)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(935)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(939)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(936)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(937)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(942)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(940)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(938)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(941)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(932): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(933): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(934): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(935): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(936): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(937): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(938): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(939): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(940): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(941): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(942): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_f_start_mode_4(943): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_f_start_mode_4 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_4 pass'. Sun Apr 21 06:02:13 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_f_start_mode_4 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_f_start_mode_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=357316) Waiting for packet dumper to finish... 1 (prev_count=357316, count=543933) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_f_start_mode_4 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_4'. ------ BSC_Tests.TC_assignment_codec_amr_h_start_mode_4 ------ Sun Apr 21 06:02:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_4' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_start_mode_4 started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_4": using IMSI '001019366842669'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(947)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(947)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(947)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(945)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(950)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(950)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(950)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(948)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(947)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(950)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(946)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(946)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(949)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(953)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(953)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(953)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(953)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_4() start" TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00010101'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(946)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103966486296'O, n_connectPointCode := omit VirtMSC-RAN(946)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103966486296'O to be handled at TC_assignment_codec_amr_h_start_mode_4(955) VirtMSC-SCCP(945)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(945)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(946)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(946)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103966486296'O handled at TC_assignment_codec_amr_h_start_mode_4(955) VirtMSC-RAN(946)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_h_start_mode_4(955)2158856 VirtMSC-SCCP(945)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(945)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(954)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(952)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_h_start_mode_4(955) VirtMSC-SCCP(945)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(945)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(945)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(945)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03849507'O VirtMGW-MGCP-0(952)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "196", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "54" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_h_start_mode_4(955) TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 5, startMode := '10'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '15208820'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(954)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(945)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(945)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(945)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(945)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '42834A67'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7C678831'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_4": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: "TC_assignment_codec_amr_h_start_mode_4": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 5, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 2, codec_modes := '00010101'B, parameters := '208820'O } } TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(945)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(945)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(945)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(945)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(945)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(945)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(945)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(945)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(946)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_h_start_mode_4(955)2158856 VirtMSC-SCCP(945)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(945)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(945)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_h_start_mode_4(955)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(947)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(946)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(945)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(951)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(944)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(949)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(948)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(954)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(952)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(950)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(953)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(944): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(945): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(946): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(947): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(948): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(949): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(950): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(951): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(952): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(953): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(954): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_h_start_mode_4(955): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_h_start_mode_4 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_4 pass'. Sun Apr 21 06:02:27 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_h_start_mode_4 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_h_start_mode_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=358646) Waiting for packet dumper to finish... 1 (prev_count=358646, count=544852) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_h_start_mode_4 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_startmode_cruft'. ------ BSC_Tests.TC_assignment_codec_amr_startmode_cruft ------ Sun Apr 21 06:02:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_amr_startmode_cruft' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_startmode_cruft started. MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_startmode_cruft": using IMSI '001013374242439'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(959)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(959)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(959)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(957)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(962)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(962)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(962)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(960)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(959)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(962)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(958)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(958)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(961)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(965)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(965)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(965)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(965)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_amr_startmode_cruft() start" TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(958)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103347424293'O, n_connectPointCode := omit VirtMSC-RAN(958)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103347424293'O to be handled at TC_assignment_codec_amr_startmode_cruft(967) VirtMSC-SCCP(957)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(958)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(958)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103347424293'O handled at TC_assignment_codec_amr_startmode_cruft(967) VirtMSC-RAN(958)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_amr_startmode_cruft(967)8648500 VirtMSC-SCCP(957)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(966)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(964)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_amr_startmode_cruft(967) VirtMSC-SCCP(957)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(957)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(957)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030108217C060102030409267D03830457'O VirtMGW-MGCP-0(964)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "201", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "55" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_amr_startmode_cruft(967) TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '0'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '04'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(966)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(957)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(957)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(957)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '575ADAA1'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '493C0CE4'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: "TC_assignment_codec_amr_startmode_cruft": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: "TC_assignment_codec_amr_startmode_cruft": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := false, spare := '0'B, start_mode := 0, codec_modes := '00000100'B, parameters := ''O } } TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(957)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(957)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(957)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(957)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(957)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(957)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(958)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_amr_startmode_cruft(967)8648500 VirtMSC-SCCP(957)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(957)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_amr_startmode_cruft(967)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(959)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(956)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(958)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(957)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(963)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(960)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(961)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(966)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(964)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(962)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(965)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(956): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(957): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(958): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(959): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(960): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(961): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(962): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(963): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(964): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(965): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(966): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_amr_startmode_cruft(967): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_amr_startmode_cruft finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_startmode_cruft pass'. Sun Apr 21 06:02:41 UTC 2024 ====== BSC_Tests.TC_assignment_codec_amr_startmode_cruft pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_amr_startmode_cruft.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=355617) Waiting for packet dumper to finish... 1 (prev_count=355617, count=542234) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_amr_startmode_cruft pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr'. ------ BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr ------ Sun Apr 21 06:02:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_hr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(971)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(971)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(971)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(969)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(974)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(974)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(974)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(972)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(971)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(974)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(970)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(970)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(973)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(977)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(977)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(977)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(977)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr() start" TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr": using IMSI '001010490439816'H VirtMSC-RAN(970)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104009348961'O, n_connectPointCode := omit VirtMSC-RAN(970)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104009348961'O to be handled at TC_assignment_codec_fr_exhausted_req_hr(979) VirtMSC-SCCP(969)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(970)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(970)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104009348961'O handled at TC_assignment_codec_fr_exhausted_req_hr(979) VirtMSC-RAN(970)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_fr_exhausted_req_hr(979)2254453 VirtMSC-SCCP(969)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(978)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(976)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_fr_exhausted_req_hr(979) VirtMSC-SCCP(969)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(969)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(969)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O VirtMGW-MGCP-0(976)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "206", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "56" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_fr_exhausted_req_hr(979) TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(978)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(969)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(969)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(969)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '52555A6A'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '5001FAEF'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(969)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(969)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(969)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(969)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(969)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(969)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(970)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_fr_exhausted_req_hr(979)2254453 VirtMSC-SCCP(969)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(969)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_fr_exhausted_req_hr(979)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(969)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(970)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(971)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(968)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(975)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(972)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(978)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(973)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(976)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(977)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(974)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(968): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(969): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(970): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(971): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(972): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(973): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(974): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(975): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(976): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(977): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(978): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_fr_exhausted_req_hr(979): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr pass'. Sun Apr 21 06:02:55 UTC 2024 ====== BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=368177) Waiting for packet dumper to finish... 1 (prev_count=368177, count=553970) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr'. ------ BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr ------ Sun Apr 21 06:03:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_fr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(983)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(983)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(983)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(981)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(986)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(986)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(986)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(984)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(983)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(986)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(982)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(982)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(985)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(989)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(989)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(989)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(989)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr() start" TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr": using IMSI '001015433332060'H VirtMSC-RAN(982)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104533330206'O, n_connectPointCode := omit VirtMSC-RAN(982)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104533330206'O to be handled at TC_assignment_codec_fr_exhausted_req_fr(991) VirtMSC-SCCP(981)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(981)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(982)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(982)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104533330206'O handled at TC_assignment_codec_fr_exhausted_req_fr(991) VirtMSC-RAN(982)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_fr_exhausted_req_fr(991)1236968 VirtMSC-SCCP(981)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(981)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(990)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(988)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_fr_exhausted_req_fr(991) VirtMSC-SCCP(981)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(981)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(981)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(981)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(981)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(981)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(981)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(981)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '381C3B10'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '608CC59D'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(981)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(981)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(981)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(981)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(981)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(981)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(981)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(981)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(982)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_fr_exhausted_req_fr(991)1236968 VirtMSC-SCCP(981)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(981)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(981)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_fr_exhausted_req_fr(991)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(982)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(983)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(980)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(981)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(987)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(985)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(984)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(990)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(989)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(986)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(988)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(980): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(981): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(982): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(983): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(984): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(985): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(986): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(987): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(988): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(989): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(990): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_fr_exhausted_req_fr(991): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_fr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr pass'. Sun Apr 21 06:03:07 UTC 2024 ====== BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=312727) Waiting for packet dumper to finish... 1 (prev_count=312727, count=499522) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr'. ------ BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr ------ Sun Apr 21 06:03:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_fr_hr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(995)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(995)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(995)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(993)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(998)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(998)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(998)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(996)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(995)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(998)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(994)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(994)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(997)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1001)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1001)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1001)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1001)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr_hr() start" TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr_hr": using IMSI '001012679024139'H VirtMSC-RAN(994)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106297201493'O, n_connectPointCode := omit VirtMSC-RAN(994)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106297201493'O to be handled at TC_assignment_codec_fr_exhausted_req_fr_hr(1003) VirtMSC-SCCP(993)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(993)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(994)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(994)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106297201493'O handled at TC_assignment_codec_fr_exhausted_req_fr_hr(1003) VirtMSC-RAN(994)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_fr_exhausted_req_fr_hr(1003)15053207 VirtMSC-SCCP(993)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(993)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1002)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1000)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_fr_exhausted_req_fr_hr(1003) VirtMSC-SCCP(993)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(993)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(993)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(993)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B04010A81057C060102030409267D028081'O VirtMGW-MGCP-0(1000)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "211", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "58" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_fr_exhausted_req_fr_hr(1003) TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1002)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(993)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(993)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(993)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(993)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6A48FB77'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '236B3B78'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_fr_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(993)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(993)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(993)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(993)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(993)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(993)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(993)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(993)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(994)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_fr_exhausted_req_fr_hr(1003)15053207 VirtMSC-SCCP(993)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(993)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(993)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_fr_exhausted_req_fr_hr(1003)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(994)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(995)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(992)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(993)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(999)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(996)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(997)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1002)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(998)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1000)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1001)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(992): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(993): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(994): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(995): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(996): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(997): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(998): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(999): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1000): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1001): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1002): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_fr_exhausted_req_fr_hr(1003): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_fr_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr pass'. Sun Apr 21 06:03:21 UTC 2024 ====== BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=380247) Waiting for packet dumper to finish... 1 (prev_count=380247, count=568693) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr'. ------ BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr ------ Sun Apr 21 06:03:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_hr_fr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1007)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1007)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1007)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1005)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1010)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1010)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1010)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1008)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1007)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1010)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1006)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1006)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1009)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1013)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1013)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1013)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1013)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr_fr() start" TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr_fr": using IMSI '001018406422018'H VirtMSC-RAN(1006)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104860240281'O, n_connectPointCode := omit VirtMSC-RAN(1006)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104860240281'O to be handled at TC_assignment_codec_fr_exhausted_req_hr_fr(1015) VirtMSC-SCCP(1005)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1006)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1006)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104860240281'O handled at TC_assignment_codec_fr_exhausted_req_hr_fr(1015) VirtMSC-RAN(1006)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_fr_exhausted_req_hr_fr(1015)13540955 VirtMSC-SCCP(1005)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1014)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1012)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_fr_exhausted_req_hr_fr(1015) VirtMSC-SCCP(1005)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1005)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B04010B85017C060102030409267D028180'O VirtMGW-MGCP-0(1012)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "216", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "59" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_fr_exhausted_req_hr_fr(1015) TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1014)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1005)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1005)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1005)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '35C67DFC'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '4444D8E3'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "TC_assignment_codec_fr_exhausted_req_hr_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1005)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1005)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1005)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1005)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1005)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1006)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_fr_exhausted_req_hr_fr(1015)13540955 VirtMSC-SCCP(1005)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1005)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_fr_exhausted_req_hr_fr(1015)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1005)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1006)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1007)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1004)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1011)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(1009)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1014)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1008)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1012)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1013)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1010)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1004): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1005): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1006): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1007): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1008): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1009): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1010): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1011): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1012): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1013): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1014): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_fr_exhausted_req_hr_fr(1015): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_fr_exhausted_req_hr_fr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr pass'. Sun Apr 21 06:03:34 UTC 2024 ====== BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=367445) Waiting for packet dumper to finish... 1 (prev_count=367445, count=555064) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr'. ------ BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr ------ Sun Apr 21 06:03:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_fr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1019)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1019)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1019)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1017)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1022)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1022)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1022)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1020)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1019)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1022)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1018)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1018)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1021)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1025)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1025)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1025)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1025)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr() start" TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr": using IMSI '001011104623787'H VirtMSC-RAN(1018)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101140267378'O, n_connectPointCode := omit VirtMSC-RAN(1018)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101140267378'O to be handled at TC_assignment_codec_hr_exhausted_req_fr(1027) VirtMSC-SCCP(1017)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1018)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1018)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101140267378'O handled at TC_assignment_codec_hr_exhausted_req_fr(1027) VirtMSC-RAN(1018)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_hr_exhausted_req_fr(1027)13061235 VirtMSC-SCCP(1017)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1026)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1024)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_hr_exhausted_req_fr(1027) VirtMSC-SCCP(1017)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1017)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1024)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "221", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5a" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_hr_exhausted_req_fr(1027) TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1026)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1017)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1017)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1017)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '453210A9'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3855BA8C'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1017)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1017)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1017)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1017)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1017)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1018)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_hr_exhausted_req_fr(1027)13061235 VirtMSC-SCCP(1017)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1017)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1017)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_hr_exhausted_req_fr(1027)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1018)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1016)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1017)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1019)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1023)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(1021)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1022)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1026)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1020)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1024)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1025)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1016): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1017): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1018): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1019): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1020): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1021): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1022): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1023): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1024): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1025): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1026): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_hr_exhausted_req_fr(1027): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_fr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr pass'. Sun Apr 21 06:03:48 UTC 2024 ====== BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=359989) Waiting for packet dumper to finish... 1 (prev_count=359989, count=547920) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr'. ------ BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr ------ Sun Apr 21 06:03:54 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_hr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1031)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1031)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1031)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1029)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1034)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1034)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1034)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1032)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1031)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1034)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1030)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1030)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1033)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1037)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1037)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1037)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1037)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr() start" TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr": using IMSI '001011383643374'H VirtMSC-RAN(1030)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103138463347'O, n_connectPointCode := omit VirtMSC-RAN(1030)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103138463347'O to be handled at TC_assignment_codec_hr_exhausted_req_hr(1039) VirtMSC-SCCP(1029)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1030)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1030)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103138463347'O handled at TC_assignment_codec_hr_exhausted_req_hr(1039) VirtMSC-RAN(1030)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_hr_exhausted_req_hr(1039)14012859 VirtMSC-SCCP(1029)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1038)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1036)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_hr_exhausted_req_hr(1039) VirtMSC-SCCP(1029)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1029)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O VirtMSC-SCCP(1029)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1029)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1029)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '2A0C18F1'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '0E72646B'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1029)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1029)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1029)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1029)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1029)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1030)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_hr_exhausted_req_hr(1039)14012859 VirtMSC-SCCP(1029)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1029)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_hr_exhausted_req_hr(1039)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1029)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1031)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1028)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1030)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1035)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1032)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1033)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1038)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1034)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1036)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1037)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1028): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1029): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1030): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1031): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1032): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1033): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1034): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1035): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1036): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1037): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1038): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_hr_exhausted_req_hr(1039): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr pass'. Sun Apr 21 06:04:00 UTC 2024 ====== BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=299075) Waiting for packet dumper to finish... 1 (prev_count=299075, count=487107) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr'. ------ BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr ------ Sun Apr 21 06:04:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_hr_fr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1043)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1043)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1043)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1041)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1046)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1046)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1046)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1044)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1043)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1046)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1042)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1042)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1045)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1049)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1049)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1049)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1049)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr_fr() start" TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr_fr": using IMSI '001019677428708'H VirtMSC-RAN(1042)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106977247880'O, n_connectPointCode := omit VirtMSC-RAN(1042)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106977247880'O to be handled at TC_assignment_codec_hr_exhausted_req_hr_fr(1051) VirtMSC-SCCP(1041)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1042)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1042)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106977247880'O handled at TC_assignment_codec_hr_exhausted_req_hr_fr(1051) VirtMSC-RAN(1042)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_hr_exhausted_req_hr_fr(1051)9428887 VirtMSC-SCCP(1041)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1050)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1048)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_hr_exhausted_req_hr_fr(1051) VirtMSC-SCCP(1041)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1041)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B04010B85017C060102030409267D028180'O VirtMGW-MGCP-0(1048)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "226", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5c" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_hr_exhausted_req_hr_fr(1051) TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1050)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1041)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1041)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1041)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '441CDAAB'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '29A38966'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_hr_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1041)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1041)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1041)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1041)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1041)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1042)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_hr_exhausted_req_hr_fr(1051)9428887 VirtMSC-SCCP(1041)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1041)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_hr_exhausted_req_hr_fr(1051)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1042)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1041)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1040)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1043)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1047)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1044)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1045)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1050)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1048)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1046)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1049)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1040): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1041): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1042): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1043): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1044): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1045): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1046): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1047): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1048): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1049): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1050): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_hr_exhausted_req_hr_fr(1051): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_hr_fr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr pass'. Sun Apr 21 06:04:14 UTC 2024 ====== BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=369326) Waiting for packet dumper to finish... 1 (prev_count=369326, count=555943) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr'. ------ BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr ------ Sun Apr 21 06:04:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_fr_hr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1055)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1055)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1055)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1053)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1058)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1058)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1058)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1056)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1055)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1058)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1054)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1054)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1057)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1061)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1061)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1061)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1061)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr_hr() start" TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr_hr": using IMSI '001015054852961'H VirtMSC-RAN(1054)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100545589216'O, n_connectPointCode := omit VirtMSC-RAN(1054)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100545589216'O to be handled at TC_assignment_codec_hr_exhausted_req_fr_hr(1063) VirtMSC-SCCP(1053)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1054)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1054)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100545589216'O handled at TC_assignment_codec_hr_exhausted_req_fr_hr(1063) VirtMSC-RAN(1054)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_hr_exhausted_req_fr_hr(1063)14605078 VirtMSC-SCCP(1053)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1062)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1060)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_hr_exhausted_req_fr_hr(1063) VirtMSC-SCCP(1053)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1053)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B04010A81057C060102030409267D028081'O VirtMGW-MGCP-0(1060)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "231", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5d" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_hr_exhausted_req_fr_hr(1063) TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1062)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1053)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1053)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1053)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6156D254'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6C8CB8C7'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "TC_assignment_codec_hr_exhausted_req_fr_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1053)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1053)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1053)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1053)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1053)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1054)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_hr_exhausted_req_fr_hr(1063)14605078 VirtMSC-SCCP(1053)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1053)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1053)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_hr_exhausted_req_fr_hr(1063)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1054)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1053)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1052)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1055)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1059)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(1062)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1058)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1057)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1056)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1060)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1061)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1052): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1053): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1054): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1055): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1056): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1057): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1058): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1059): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1060): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1061): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1062): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_hr_exhausted_req_fr_hr(1063): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_exhausted_req_fr_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr pass'. Sun Apr 21 06:04:28 UTC 2024 ====== BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=364150) Waiting for packet dumper to finish... 1 (prev_count=364150, count=550356) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_req_hr_fr'. ------ BSC_Tests.TC_assignment_codec_req_hr_fr ------ Sun Apr 21 06:04:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_req_hr_fr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_req_hr_fr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1067)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1067)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1067)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1065)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1070)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1070)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1070)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1068)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1067)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1070)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1066)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1066)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1069)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1073)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1073)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1073)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1073)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_req_hr_fr() start" TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "TC_assignment_codec_req_hr_fr": using IMSI '001011438643061'H VirtMSC-RAN(1066)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104183460316'O, n_connectPointCode := omit VirtMSC-RAN(1066)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104183460316'O to be handled at TC_assignment_codec_req_hr_fr(1075) VirtMSC-SCCP(1065)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1066)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1066)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104183460316'O handled at TC_assignment_codec_req_hr_fr(1075) VirtMSC-RAN(1066)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_req_hr_fr(1075)3228846 VirtMSC-SCCP(1065)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1074)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1072)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_req_hr_fr(1075) VirtMSC-SCCP(1065)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1065)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B04010B85017C060102030409267D028180'O VirtMGW-MGCP-0(1072)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "236", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5e" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_req_hr_fr(1075) TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1074)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1065)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1065)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1065)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1EAAA71B'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '2466A84C'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "TC_assignment_codec_req_hr_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "TC_assignment_codec_req_hr_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1065)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1065)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1065)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1065)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1065)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1066)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_req_hr_fr(1075)3228846 VirtMSC-SCCP(1065)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1065)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1065)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_req_hr_fr(1075)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1066)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1067)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1065)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1064)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1071)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1068)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1069)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1074)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1070)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1073)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1072)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1064): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1065): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1066): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1067): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1068): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1069): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1070): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1071): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1072): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1073): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1074): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_req_hr_fr(1075): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_req_hr_fr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_req_hr_fr pass'. Sun Apr 21 06:04:42 UTC 2024 ====== BSC_Tests.TC_assignment_codec_req_hr_fr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_req_hr_fr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=354486) Waiting for packet dumper to finish... 1 (prev_count=354486, count=541103) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_req_hr_fr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_req_fr_hr'. ------ BSC_Tests.TC_assignment_codec_req_fr_hr ------ Sun Apr 21 06:04:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_req_fr_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_req_fr_hr started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1079)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1079)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1079)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1077)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1082)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1082)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1082)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1080)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1079)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1082)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1078)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1078)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1081)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1085)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1085)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1085)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1085)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_req_fr_hr() start" TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "TC_assignment_codec_req_fr_hr": using IMSI '001015929977637'H VirtMSC-RAN(1078)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109592796773'O, n_connectPointCode := omit VirtMSC-RAN(1078)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109592796773'O to be handled at TC_assignment_codec_req_fr_hr(1087) VirtMSC-SCCP(1077)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1078)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1078)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109592796773'O handled at TC_assignment_codec_req_fr_hr(1087) VirtMSC-RAN(1078)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_req_fr_hr(1087)7235242 VirtMSC-SCCP(1077)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1086)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1084)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_req_fr_hr(1087) VirtMSC-SCCP(1077)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1077)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B04010A81057C060102030409267D028081'O VirtMGW-MGCP-0(1084)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "241", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5f" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_req_fr_hr(1087) TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1086)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1077)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1077)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1077)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7AC7D1BC'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7B8A74D9'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "TC_assignment_codec_req_fr_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "TC_assignment_codec_req_fr_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1077)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1077)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1077)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1077)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1077)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1078)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_req_fr_hr(1087)7235242 VirtMSC-SCCP(1077)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1077)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1077)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_req_fr_hr(1087)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1078)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1077)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1079)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1076)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1083)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1080)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1081)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1086)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1084)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1082)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1085)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1076): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1077): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1078): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1079): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1080): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1081): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1082): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1083): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1084): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1085): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1086): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_req_fr_hr(1087): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_req_fr_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_req_fr_hr pass'. Sun Apr 21 06:04:55 UTC 2024 ====== BSC_Tests.TC_assignment_codec_req_fr_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_req_fr_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=351772) Waiting for packet dumper to finish... 1 (prev_count=351772, count=538389) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_req_fr_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling'. ------ BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling ------ Sun Apr 21 06:05:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_sdcch_exhausted_req_signalling started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1091)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1091)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1091)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1089)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1094)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1094)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1094)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1092)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1091)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1094)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1090)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1090)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1093)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1097)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1097)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1097)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1097)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_sdcch_exhausted_req_signalling() start" TC_assignment_sdcch_exhausted_req_signalling(1099)@6aa4ca6fe73c: "TC_assignment_sdcch_exhausted_req_signalling": using IMSI '001015328931643'H VirtMSC-RAN(1090)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103582396134'O, n_connectPointCode := omit VirtMSC-RAN(1090)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103582396134'O to be handled at TC_assignment_sdcch_exhausted_req_signalling(1099) VirtMSC-SCCP(1089)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1089)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1090)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1090)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103582396134'O handled at TC_assignment_sdcch_exhausted_req_signalling(1099) VirtMSC-RAN(1090)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_sdcch_exhausted_req_signalling(1099)7858059 VirtMSC-SCCP(1089)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1089)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_assignment_sdcch_exhausted_req_signalling(1099)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1089)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1089)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1089)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1089)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1089)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1089)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1089)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1089)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_sdcch_exhausted_req_signalling(1099)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1090)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_sdcch_exhausted_req_signalling(1099)7858059 VirtMSC-SCCP(1089)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_sdcch_exhausted_req_signalling(1099)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1089)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1089)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_sdcch_exhausted_req_signalling(1099)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_sdcch_exhausted_req_signalling(1099)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_sdcch_exhausted_req_signalling(1099)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1090)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1089)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1088)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1095)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1091)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-M3UA(1094)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1093)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1092)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1098)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1096)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1097)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1088): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1089): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1090): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1091): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1092): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1093): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1094): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1095): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1096): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1097): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1098): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_sdcch_exhausted_req_signalling(1099): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_sdcch_exhausted_req_signalling finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling pass'. Sun Apr 21 06:05:07 UTC 2024 ====== BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=295157) Waiting for packet dumper to finish... 1 (prev_count=295157, count=481363) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden'. ------ BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden ------ Sun Apr 21 06:05:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden started. VirtMSC-M3UA(1102)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1102)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1102)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1101)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1102)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1102)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1104)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1104)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1104)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1103)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1104)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1107)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1107)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1107)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1107)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1101)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1102)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1100)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1105)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1103)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1107)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1104)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1106)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1100): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1101): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1102): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1103): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1104): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1105): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1106): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1107): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden pass'. Sun Apr 21 06:05:17 UTC 2024 ====== BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=222904) Waiting for packet dumper to finish... 1 (prev_count=222904, count=409699) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden'. ------ BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden ------ Sun Apr 21 06:05:22 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_sdcch_exhausted_req_voice_tch_forbidden started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1111)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1111)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1111)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1109)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1114)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1114)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1114)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1112)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1111)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1114)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1110)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1110)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1113)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1117)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1117)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1117)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1117)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_sdcch_exhausted_req_voice_tch_forbidden() start" TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)@6aa4ca6fe73c: "TC_assignment_sdcch_exhausted_req_voice_tch_forbidden": using IMSI '001016068261515'H VirtMSC-RAN(1110)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100686625151'O, n_connectPointCode := omit VirtMSC-RAN(1110)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100686625151'O to be handled at TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119) VirtMSC-SCCP(1109)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1109)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1110)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1110)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100686625151'O handled at TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119) VirtMSC-RAN(1110)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)356121 VirtMSC-SCCP(1109)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1109)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1109)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1109)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1109)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1109)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1109)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1109)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1109)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1109)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1110)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)356121 VirtMSC-SCCP(1109)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1109)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1109)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1111)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1109)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1110)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1108)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1115)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(1113)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1118)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1114)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1112)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1116)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1117)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1108): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1109): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1110): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1111): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1112): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1113): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1114): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1115): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1116): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1117): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1118): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_sdcch_exhausted_req_voice_tch_forbidden(1119): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_sdcch_exhausted_req_voice_tch_forbidden finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden pass'. Sun Apr 21 06:05:28 UTC 2024 ====== BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=281031) Waiting for packet dumper to finish... 1 (prev_count=281031, count=469375) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_osmux_on'. ------ BSC_Tests.TC_assignment_codec_hr_osmux_on ------ Sun Apr 21 06:05:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_codec_hr_osmux_on' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_osmux_on started. MTC@6aa4ca6fe73c: "TC_assignment_codec_hr_osmux_on": using IMSI '001015358675654'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1123)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1123)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1123)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1121)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1126)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1126)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1126)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1124)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1123)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1126)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1122)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1122)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1125)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1129)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1129)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1129)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1129)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_codec_hr_osmux_on() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "assignment:attempted_sign", val := 0 }, { name := "assignment:attempted_speech", val := 0 }, { name := "assignment:completed_sign", val := 0 }, { name := "assignment:completed_speech", val := 0 }, { name := "assignment:stopped_sign", val := 0 }, { name := "assignment:stopped_speech", val := 0 }, { name := "assignment:no_channel_sign", val := 0 }, { name := "assignment:no_channel_speech", val := 0 }, { name := "assignment:timeout_sign", val := 0 }, { name := "assignment:timeout_speech", val := 0 }, { name := "assignment:failed_sign", val := 0 }, { name := "assignment:failed_speech", val := 0 }, { name := "assignment:error_sign", val := 0 }, { name := "assignment:error_speech", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 } } } TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(1122)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103585766545'O, n_connectPointCode := omit VirtMSC-RAN(1122)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103585766545'O to be handled at TC_assignment_codec_hr_osmux_on(1131) VirtMSC-SCCP(1121)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1122)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1122)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103585766545'O handled at TC_assignment_codec_hr_osmux_on(1131) VirtMSC-RAN(1122)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_codec_hr_osmux_on(1131)13846184 VirtMSC-SCCP(1121)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1130)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1128)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_codec_hr_osmux_on(1131) VirtMSC-SCCP(1121)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1121)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030109057C060102030409267D0181'O VirtMGW-MGCP-0(1128)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "246", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "62" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_codec_hr_osmux_on(1131) TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1130)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1121)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1121)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1121)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '36C30D3A'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '69A49AD2'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: "TC_assignment_codec_hr_osmux_on": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: "TC_assignment_codec_hr_osmux_on": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1121)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1121)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1121)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1121)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1121)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1122)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_codec_hr_osmux_on(1131)13846184 VirtMSC-SCCP(1121)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1121)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1121)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_codec_hr_osmux_on(1131)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1123)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1127)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1121)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1122)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1120)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1124)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1125)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1128)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1130)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1126)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1129)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1120): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1121): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1122): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1123): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1124): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1125): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1126): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1127): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1128): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1129): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1130): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_codec_hr_osmux_on(1131): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_codec_hr_osmux_on finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_osmux_on pass'. Sun Apr 21 06:05:42 UTC 2024 ====== BSC_Tests.TC_assignment_codec_hr_osmux_on pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_codec_hr_osmux_on.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=376303) Waiting for packet dumper to finish... 1 (prev_count=376303, count=563922) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_codec_hr_osmux_on pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_osmux'. ------ BSC_Tests.TC_assignment_osmux ------ Sun Apr 21 06:05:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_osmux' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_osmux started. MTC@6aa4ca6fe73c: "TC_assignment_osmux": using IMSI '001014179053222'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1135)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1135)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1135)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1133)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1138)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1138)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1138)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1136)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1135)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1138)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1134)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1134)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1137)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1141)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1141)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1141)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1141)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_osmux() start" TC_assignment_osmux(1143)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := { elementIdentifier := 'F1'O, osmuxCID := ? } } } } } VirtMSC-RAN(1134)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101497502322'O, n_connectPointCode := omit VirtMSC-RAN(1134)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101497502322'O to be handled at TC_assignment_osmux(1143) VirtMSC-SCCP(1133)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1134)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1134)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101497502322'O handled at TC_assignment_osmux(1143) VirtMSC-RAN(1134)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_osmux(1143)14807121 VirtMSC-SCCP(1133)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1142)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1140)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_osmux(1143) VirtMSC-SCCP(1133)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: vl_len:23 VirtMSC-SCCP(1133)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0015010B030109257C060102030409267D03840407F100'O VirtMGW-MGCP-0(1140)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "251", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "63" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" }, { code := "X-OSMUX", val := "*" } }, sdp := omit } handled at TC_assignment_osmux(1143) TC_assignment_osmux(1143)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '04'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1142)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1133)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1133)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1133)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_osmux(1143)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_osmux(1143)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7858276C'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '2CAE9489'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := 1, remote_osmux_cid := 0 }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_osmux(1143)@6aa4ca6fe73c: "TC_assignment_osmux": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_osmux(1143)@6aa4ca6fe73c: "TC_assignment_osmux": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_osmux(1143)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000100'B, parameters := ''O } } TC_assignment_osmux(1143)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1133)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1133)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1133)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1133)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1133)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_osmux(1143)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_osmux(1143)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_osmux(1143)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1134)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_osmux(1143)14807121 VirtMSC-SCCP(1133)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_osmux(1143)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_osmux(1143)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1133)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1135)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1134)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1139)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1132)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(1137)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1136)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1142)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1138)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1141)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1140)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1132): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1133): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1134): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1135): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1136): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1137): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1138): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1139): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1140): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1141): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1142): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_osmux(1143): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_osmux finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_osmux pass'. Sun Apr 21 06:05:56 UTC 2024 ====== BSC_Tests.TC_assignment_osmux pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_osmux.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=354154) Waiting for packet dumper to finish... 1 (prev_count=354154, count=541362) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_osmux pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_osmux_cn'. ------ BSC_Tests.TC_assignment_osmux_cn ------ Sun Apr 21 06:06:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_osmux_cn' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_osmux_cn started. MTC@6aa4ca6fe73c: "TC_assignment_osmux_cn": using IMSI '001019519413106'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1147)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1147)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1147)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1145)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1150)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1150)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1150)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1148)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1147)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1150)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1146)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1146)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1149)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1153)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1153)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1153)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1153)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_osmux_cn() start" TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := { elementIdentifier := 'F1'O, osmuxCID := ? } } } } } VirtMSC-RAN(1146)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105991141360'O, n_connectPointCode := omit VirtMSC-RAN(1146)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105991141360'O to be handled at TC_assignment_osmux_cn(1155) VirtMSC-SCCP(1145)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1146)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1146)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105991141360'O handled at TC_assignment_osmux_cn(1155) VirtMSC-RAN(1146)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_osmux_cn(1155)9405025 VirtMSC-SCCP(1145)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1154)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1152)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_osmux_cn(1155) VirtMSC-SCCP(1145)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: vl_len:23 VirtMSC-SCCP(1145)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0015010B030109257C060102030409267D03840407F100'O VirtMGW-MGCP-0(1152)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "256", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "64" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_osmux_cn(1155) TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '04'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1154)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1145)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1145)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1145)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '3D56ADBE'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '39DCFE3D'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: "TC_assignment_osmux_cn": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: "TC_assignment_osmux_cn": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000100'B, parameters := ''O } } TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1145)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1145)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1145)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1145)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1145)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1146)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_osmux_cn(1155)9405025 VirtMSC-SCCP(1145)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1145)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1145)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_osmux_cn(1155)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1146)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1144)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1147)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1145)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1151)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1148)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1149)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1154)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1152)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1150)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1153)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1144): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1145): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1146): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1147): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1148): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1149): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1150): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1151): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1152): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1153): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1154): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_osmux_cn(1155): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_osmux_cn finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_osmux_cn pass'. Sun Apr 21 06:06:10 UTC 2024 ====== BSC_Tests.TC_assignment_osmux_cn pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_osmux_cn.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=355055) Waiting for packet dumper to finish... 1 (prev_count=355055, count=541672) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_osmux_cn pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_osmux_bts'. ------ BSC_Tests.TC_assignment_osmux_bts ------ Sun Apr 21 06:06:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_osmux_bts' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_osmux_bts started. MTC@6aa4ca6fe73c: "TC_assignment_osmux_bts": using IMSI '001015019498064'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1159)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1159)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1159)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1157)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1162)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1162)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1162)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1160)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1159)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1162)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1158)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1158)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1161)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1165)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1165)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1165)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1165)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_osmux_bts() start" TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(1158)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100591940846'O, n_connectPointCode := omit VirtMSC-RAN(1158)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100591940846'O to be handled at TC_assignment_osmux_bts(1167) VirtMSC-SCCP(1157)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1158)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1158)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100591940846'O handled at TC_assignment_osmux_bts(1167) VirtMSC-RAN(1158)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_osmux_bts(1167)16008174 VirtMSC-SCCP(1157)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1166)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1164)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_osmux_bts(1167) VirtMSC-SCCP(1157)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1157)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0013010B030109257C060102030409267D03840407'O VirtMGW-MGCP-0(1164)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "261", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "65" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" }, { code := "X-OSMUX", val := "*" } }, sdp := omit } handled at TC_assignment_osmux_bts(1167) TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '41'O ("A") }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := { elementIdentifier := '03'O, lengthIndicator := 2, startMode := '00'B, spare3_1 := '0'B, iCMI := '1'B, nSCB := '0'B, multirateSpeechVersion := '001'B, params := '04'O }, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1166)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1157)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1157)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1157)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '39C822B3'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7DA57557'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 98, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := 1, remote_osmux_cid := 0 }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: "TC_assignment_osmux_bts": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: "TC_assignment_osmux_bts": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: found RSL MR CONFIG IE: { multirate_cfg := { len := 2, mr_speech_ver := 1, nscb := false, icmi := true, spare := '0'B, start_mode := 0, codec_modes := '00000100'B, parameters := ''O } } TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1157)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1157)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1157)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1157)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1157)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1158)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_osmux_bts(1167)16008174 VirtMSC-SCCP(1157)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1157)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_osmux_bts(1167)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1157)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1158)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1159)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1156)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1163)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(1166)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1161)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1160)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1162)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1164)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1165)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1156): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1157): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1158): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1159): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1160): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1161): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1162): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1163): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1164): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1165): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1166): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_osmux_bts(1167): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_osmux_bts finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_osmux_bts pass'. Sun Apr 21 06:06:24 UTC 2024 ====== BSC_Tests.TC_assignment_osmux_bts pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_osmux_bts.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=354845) Waiting for packet dumper to finish... 1 (prev_count=354845, count=541462) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_osmux_bts pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inact_lchan'. ------ BSC_Tests.TC_rll_est_ind_inact_lchan ------ Sun Apr 21 06:06:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inact_lchan' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inact_lchan started. VirtMSC-M3UA(1170)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1170)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1170)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1169)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1170)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1170)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1172)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1172)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1172)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1171)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1172)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1175)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1175)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1175)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1175)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_est_ind_inact_lchan() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1169)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1170)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1168)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1173)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1171)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1172)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1174)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1175)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1168): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1169): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1170): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1171): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1172): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1173): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1174): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1175): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inact_lchan finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inact_lchan pass'. Sun Apr 21 06:06:32 UTC 2024 ====== BSC_Tests.TC_rll_est_ind_inact_lchan pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_est_ind_inact_lchan.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=204274) Waiting for packet dumper to finish... 1 (prev_count=204274, count=391482) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inact_lchan pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inval_sapi1'. ------ BSC_Tests.TC_rll_est_ind_inval_sapi1 ------ Sun Apr 21 06:06:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inval_sapi1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inval_sapi1 started. VirtMSC-M3UA(1178)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1178)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1178)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1177)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1178)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1178)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1180)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1180)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1180)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1179)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1180)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1183)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1183)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1183)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1183)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_est_ind_inval_sapi1() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1177)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1178)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1176)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1181)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1179)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1182)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1183)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1180)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1176): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1177): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1178): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1179): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1180): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1181): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1182): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1183): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inval_sapi1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inval_sapi1 pass'. Sun Apr 21 06:06:43 UTC 2024 ====== BSC_Tests.TC_rll_est_ind_inval_sapi1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_est_ind_inval_sapi1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=206505) Waiting for packet dumper to finish... 1 (prev_count=206505, count=392298) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inval_sapi1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inval_sapi3'. ------ BSC_Tests.TC_rll_est_ind_inval_sapi3 ------ Sun Apr 21 06:06:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inval_sapi3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inval_sapi3 started. VirtMSC-M3UA(1186)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1186)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1186)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1185)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1186)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1186)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1188)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1188)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1188)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1187)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1188)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1191)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1191)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1191)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1191)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_est_ind_inval_sapi3() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1186)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1184)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1189)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1185)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1187)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1188)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1190)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1191)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1184): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1185): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1186): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1187): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1188): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1189): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1190): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1191): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inval_sapi3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inval_sapi3 pass'. Sun Apr 21 06:06:54 UTC 2024 ====== BSC_Tests.TC_rll_est_ind_inval_sapi3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_est_ind_inval_sapi3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=225141) Waiting for packet dumper to finish... 1 (prev_count=225141, count=411758) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inval_sapi3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inval_sacch'. ------ BSC_Tests.TC_rll_est_ind_inval_sacch ------ Sun Apr 21 06:06:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_est_ind_inval_sacch' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inval_sacch started. VirtMSC-M3UA(1194)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1194)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1194)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1193)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1194)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1194)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1196)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1196)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1196)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1195)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1196)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1199)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1199)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1199)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1199)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_est_ind_inval_sacch() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1193)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1194)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1192)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1197)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1195)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1199)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1196)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1198)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1192): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1193): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1194): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1195): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1196): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1197): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1198): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1199): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_est_ind_inval_sacch finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inval_sacch pass'. Sun Apr 21 06:07:04 UTC 2024 ====== BSC_Tests.TC_rll_est_ind_inval_sacch pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_est_ind_inval_sacch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=213756) Waiting for packet dumper to finish... 1 (prev_count=213756, count=400964) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_est_ind_inval_sacch pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_tch_dlci_link_id_sapi'. ------ BSC_Tests.TC_tch_dlci_link_id_sapi ------ Sun Apr 21 06:07:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_tch_dlci_link_id_sapi' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_tch_dlci_link_id_sapi started. MTC@6aa4ca6fe73c: "TC_tch_dlci_link_id_sapi": using IMSI '001016821136136'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1203)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1203)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1203)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1201)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1206)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1206)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1206)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1204)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1203)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1206)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1202)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1202)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1205)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1209)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1209)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1209)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1209)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_tch_dlci_link_id_sapi() start" VirtMSC-RAN(1202)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108612311663'O, n_connectPointCode := omit VirtMSC-RAN(1202)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108612311663'O to be handled at TC_tch_dlci_link_id_sapi(1211) VirtMSC-SCCP(1201)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1202)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1202)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108612311663'O handled at TC_tch_dlci_link_id_sapi(1211) VirtMSC-RAN(1202)@6aa4ca6fe73c: Added conn table entry 0TC_tch_dlci_link_id_sapi(1211)9463245 VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1210)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1208)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_tch_dlci_link_id_sapi(1211) VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1208)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "266", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "66" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_tch_dlci_link_id_sapi(1211) TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1210)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '77F4A016'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '4FF83DB5'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: "TC_tch_dlci_link_id_sapi": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: "TC_tch_dlci_link_id_sapi": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0900DFC8EA27AE90D22007E6A826C8'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F090C34679DB832577B0AE4EED76859'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F097F3FD39D1756C198D0D85E7AE43C'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F09EC0B0B5F71D0FC6B5334CA07EF1B'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0930E7EB4055AD7FB4E9F33AD96112'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F09F40643E66378068DF73D884A8E17'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F096BE4761F5A57A5B308EF1E643589'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F093F5FB5B43445C39122EF967F8A30'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0933A6450E81C22D67EDC7CA77A765'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F09BC3BEC60A24F3E67EEDB984EDB29'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0943CCF64A333ECA12C2F3EABEBCF9'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F0941FFC3B932FCC73512918FEC6170'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F09F63CE27A0DEB749F76C13D1ADF8E'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F09B4649C056FC932C6DCA7AC8C5017'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0985BB24E2C37EA4C3259A276157EB'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F09378DE7A94D70C72DFE0A53A88FDE'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0955C4F2908CFEF5FC41155BF95DC5'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F092D24E6B24A5D1132E3FC62E0142C'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F09488B592FD17543137F5EEB291F28'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F096EBECF5BAA4938FBD95453D76180'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F09B967869EB6B783C0499BAD2EA831'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F098DAB77300D844DA9620A4652BE18'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F096694EF04A6AF79727C4D57D79606'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F0943F45B7C52D43A907EC707A34FA4'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F09D8354E569E4C0F7F9FCFFB4EE745'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F092CC92392D676AF4FFDBA8C17A3D6'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F09E9AEC223FC612EA82108E004FBA7'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F091431E51E3BC39BAF2B2AD3FB68F5'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0988EA2DB0465C85508FA876A6FB43'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F09082ADD32C37FB7CBB3FCE6AABAC8'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01800F0983A030D5F5520F6A2CA888414FD5'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:18 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '01C30F09B9AA8ED9C3384EF77BEE985993C2'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1201)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1201)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes IPA-BTS0-TRX0-RSL-IPA(1209)@6aa4ca6fe73c: Warning: dec_RSL_Message(): Data remained at the end of the stream after successful decoding: '01'O TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1202)@6aa4ca6fe73c: Deleted conn table entry 0TC_tch_dlci_link_id_sapi(1211)9463245 VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on connection ID:0 TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: "Got RSL RR Release" TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1201)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1201)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_tch_dlci_link_id_sapi(1211)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1202)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1203)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1201)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1207)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1200)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1204)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1205)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1210)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1206)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1208)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1209)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1200): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1201): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1202): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1203): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1204): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1205): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1206): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1207): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1208): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1209): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1210): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_tch_dlci_link_id_sapi(1211): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_tch_dlci_link_id_sapi finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_tch_dlci_link_id_sapi pass'. Sun Apr 21 06:07:21 UTC 2024 ====== BSC_Tests.TC_tch_dlci_link_id_sapi pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_tch_dlci_link_id_sapi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=605710) Waiting for packet dumper to finish... 1 (prev_count=605710, count=792741) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_tch_dlci_link_id_sapi pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_rel_ind_sapi_n_reject'. ------ BSC_Tests.TC_rll_rel_ind_sapi_n_reject ------ Sun Apr 21 06:07:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_rel_ind_sapi_n_reject' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_rel_ind_sapi_n_reject started. VirtMSC-M3UA(1214)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1214)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1214)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1213)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1214)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1214)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1216)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1216)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1216)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1215)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1216)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1219)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1219)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1219)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1219)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_rel_ind_sapi_n_reject() start" VirtMSC-SCCP(1213)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(1213)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1213)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1213)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '010312050802123456172A52080910109130854377'O VirtMSC-SCCP(1213)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1213)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1213)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(1213)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1213)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1217)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1212)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1214)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1215)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1216)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1218)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1219)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1212): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1213): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1214): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1215): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1216): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1217): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1218): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1219): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_rel_ind_sapi_n_reject finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_rel_ind_sapi_n_reject pass'. Sun Apr 21 06:07:32 UTC 2024 ====== BSC_Tests.TC_rll_rel_ind_sapi_n_reject pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_rel_ind_sapi_n_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=251394) Waiting for packet dumper to finish... 1 (prev_count=251394, count=438602) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_rel_ind_sapi_n_reject pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_err_ind_sapi_n_reject'. ------ BSC_Tests.TC_rll_err_ind_sapi_n_reject ------ Sun Apr 21 06:07:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_err_ind_sapi_n_reject' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_err_ind_sapi_n_reject started. VirtMSC-M3UA(1222)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1222)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1222)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1221)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1222)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1222)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1224)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1224)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1224)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1223)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1224)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1227)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1227)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1227)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1227)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_err_ind_sapi_n_reject() start" VirtMSC-SCCP(1221)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1221)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(1221)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1221)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1221)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1221)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1221)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1221)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '010312050802123456172A52080910100071107392'O VirtMSC-SCCP(1221)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1221)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1221)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1221)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(1221)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1221)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1221)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1222)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1225)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1220)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1221)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1223)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1224)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1227)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1226)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1220): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1221): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1222): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1223): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1224): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1225): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1226): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1227): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_err_ind_sapi_n_reject finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_err_ind_sapi_n_reject pass'. Sun Apr 21 06:07:43 UTC 2024 ====== BSC_Tests.TC_rll_err_ind_sapi_n_reject pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_err_ind_sapi_n_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=250541) Waiting for packet dumper to finish... 1 (prev_count=250541, count=438160) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_err_ind_sapi_n_reject pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_timeout_sapi_n_reject'. ------ BSC_Tests.TC_rll_timeout_sapi_n_reject ------ Sun Apr 21 06:07:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_timeout_sapi_n_reject' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_timeout_sapi_n_reject started. VirtMSC-M3UA(1230)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1230)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1230)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1229)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1230)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1230)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1232)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1232)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1232)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1231)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1232)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1235)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1235)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1235)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1235)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_timeout_sapi_n_reject() start" VirtMSC-SCCP(1229)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1229)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(1229)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1229)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1229)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1229)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1229)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1229)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '010312050802123456172A52080910103451023252'O VirtMSC-SCCP(1229)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1229)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1229)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1229)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(1229)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1229)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1229)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1230)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1228)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1233)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1229)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1231)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1232)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1234)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1235)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1228): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1229): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1230): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1231): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1232): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1233): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1234): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1235): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_timeout_sapi_n_reject finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_timeout_sapi_n_reject pass'. Sun Apr 21 06:08:01 UTC 2024 ====== BSC_Tests.TC_rll_timeout_sapi_n_reject pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_timeout_sapi_n_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=264793) Waiting for packet dumper to finish... 1 (prev_count=264793, count=461329) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_timeout_sapi_n_reject pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_sapi_n_reject_dlci_cc'. ------ BSC_Tests.TC_rll_sapi_n_reject_dlci_cc ------ Sun Apr 21 06:08:06 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rll_sapi_n_reject_dlci_cc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rll_sapi_n_reject_dlci_cc started. VirtMSC-M3UA(1238)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1238)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1238)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1237)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1238)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1238)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1240)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1240)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1240)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1239)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1240)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1243)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1243)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1243)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1243)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rll_sapi_n_reject_dlci_cc() start" VirtMSC-SCCP(1237)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(1237)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1237)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: vl_len:21 VirtMSC-SCCP(1237)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '010312050802123456172A52080910108143777512'O VirtMSC-SCCP(1237)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1237)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1237)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(1237)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: GOT CAUSE CODE: '01'O = GSM48_RR_CAUSE_ABNORMAL_UNSPEC (1) MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1237)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1241)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1236)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1238)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1239)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1240)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1243)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1242)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1236): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1237): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1238): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1239): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1240): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1241): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1242): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1243): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rll_sapi_n_reject_dlci_cc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_sapi_n_reject_dlci_cc pass'. Sun Apr 21 06:08:12 UTC 2024 ====== BSC_Tests.TC_rll_sapi_n_reject_dlci_cc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rll_sapi_n_reject_dlci_cc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=236752) Waiting for packet dumper to finish... 1 (prev_count=236752, count=422958) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rll_sapi_n_reject_dlci_cc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan'. ------ BSC_Tests.TC_paging_imsi_nochan ------ Sun Apr 21 06:08:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan started. VirtMSC-M3UA(1246)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1246)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1246)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1245)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1246)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1246)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1248)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1248)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1248)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1247)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1248)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1251)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1251)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1251)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1251)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1252)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1252)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1252)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1252)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1253)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1253)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1253)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1253)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1254)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1254)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1254)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1254)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1255)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1255)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1255)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1255)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1256)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1256)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1256)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1256)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1246)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1245)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1249)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1244)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1247)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1248)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1250)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1256)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1251)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1253)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1252)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1255)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1254)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1244): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1245): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1246): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1247): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1248): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1249): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1250): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1251): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1252): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1253): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1254): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1255): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1256): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan pass'. Sun Apr 21 06:08:39 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=678144) Waiting for packet dumper to finish... 1 (prev_count=678144, count=1465962) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_nochan'. ------ BSC_Tests.TC_paging_tmsi_nochan ------ Sun Apr 21 06:08:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_nochan' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_nochan started. VirtMSC-M3UA(1259)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1259)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1259)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1258)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1259)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1259)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1261)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1261)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1261)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1260)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1261)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1264)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1264)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1264)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1264)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1265)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1265)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1265)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1265)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1266)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1266)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1266)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1266)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1267)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1267)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1267)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1267)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1268)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1268)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1268)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1268)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1269)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1269)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1269)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1269)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_tmsi_nochan() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1259)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1257)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1258)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1262)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1260)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1261)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1264)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1267)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1265)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1268)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1269)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1266)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1263)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1257): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1258): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1259): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1260): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1261): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1262): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1263): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1264): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1265): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1266): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1267): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1268): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1269): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_nochan finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_nochan pass'. Sun Apr 21 06:09:05 UTC 2024 ====== BSC_Tests.TC_paging_tmsi_nochan pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_tmsi_nochan.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=676393) Waiting for packet dumper to finish... 1 (prev_count=676393, count=1464211) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_nochan pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_any'. ------ BSC_Tests.TC_paging_tmsi_any ------ Sun Apr 21 06:09:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_any' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_any started. VirtMSC-M3UA(1272)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1272)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1272)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1271)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1272)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1272)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1274)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1274)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1274)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1273)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1274)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1277)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1277)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1277)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1277)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1278)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1278)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1278)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1278)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1279)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1279)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1279)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1279)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1280)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1280)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1280)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1280)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1281)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1281)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1281)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1281)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1282)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1282)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1282)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1282)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_tmsi_any() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1271)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1272)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1275)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1270)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1273)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1274)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1276)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1278)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1282)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1277)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1279)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1281)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1280)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1270): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1271): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1272): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1273): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1274): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1275): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1276): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1277): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1278): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1279): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1280): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1281): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1282): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_any finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_any pass'. Sun Apr 21 06:09:31 UTC 2024 ====== BSC_Tests.TC_paging_tmsi_any pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_tmsi_any.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=677344) Waiting for packet dumper to finish... 1 (prev_count=677344, count=1465162) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_any pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_sdcch'. ------ BSC_Tests.TC_paging_tmsi_sdcch ------ Sun Apr 21 06:09:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_sdcch' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_sdcch started. VirtMSC-M3UA(1285)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1285)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1285)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1284)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1285)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1285)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1287)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1287)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1287)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1286)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1287)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1290)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1290)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1290)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1290)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1291)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1291)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1291)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1291)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1292)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1292)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1292)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1292)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1293)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1293)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1293)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1293)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1294)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1294)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1294)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1294)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1295)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1295)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1295)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1295)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_tmsi_sdcch() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1284)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1285)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1283)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1288)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1286)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1293)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1287)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1290)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1291)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1292)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1294)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1295)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1289)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1283): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1284): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1285): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1286): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1287): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1288): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1289): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1290): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1291): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1292): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1293): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1294): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1295): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_sdcch finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_sdcch pass'. Sun Apr 21 06:09:58 UTC 2024 ====== BSC_Tests.TC_paging_tmsi_sdcch pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_tmsi_sdcch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=676593) Waiting for packet dumper to finish... 1 (prev_count=676593, count=1464824) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_sdcch pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_tch_f'. ------ BSC_Tests.TC_paging_tmsi_tch_f ------ Sun Apr 21 06:10:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_tch_f' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_tch_f started. VirtMSC-M3UA(1298)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1298)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1298)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1297)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1298)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1298)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1300)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1300)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1300)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1299)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1300)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1303)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1303)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1303)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1303)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1304)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1304)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1304)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1304)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1305)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1305)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1305)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1305)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1306)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1306)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1306)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1306)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1307)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1307)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1307)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1307)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1308)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1308)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1308)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1308)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_tmsi_tch_f() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1297)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1298)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1296)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1301)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1299)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1306)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1300)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1307)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1303)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1308)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1302)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1304)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1305)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1296): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1297): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1298): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1299): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1300): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1301): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1302): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1303): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1304): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1305): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1306): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1307): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1308): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_tch_f finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_tch_f pass'. Sun Apr 21 06:10:24 UTC 2024 ====== BSC_Tests.TC_paging_tmsi_tch_f pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_tmsi_tch_f.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=690863) Waiting for packet dumper to finish... 1 (prev_count=690863, count=1478713) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_tch_f pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_tch_hf'. ------ BSC_Tests.TC_paging_tmsi_tch_hf ------ Sun Apr 21 06:10:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_tmsi_tch_hf' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_tch_hf started. VirtMSC-M3UA(1311)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1311)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1311)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1310)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1311)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1311)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1313)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1313)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1313)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1312)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1313)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1316)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1316)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1316)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1316)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1317)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1317)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1317)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1317)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1318)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1318)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1318)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1318)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1319)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1319)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1319)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1319)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1320)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1320)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1320)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1320)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1321)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1321)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1321)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1321)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_tmsi_tch_hf() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1310)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1311)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1309)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1314)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-M3UA(1313)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1312)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1318)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1315)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1316)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1317)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1319)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1321)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1320)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1309): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1310): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1311): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1312): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1313): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1314): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1315): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1316): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1317): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1318): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1319): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1320): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1321): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_tmsi_tch_hf finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_tch_hf pass'. Sun Apr 21 06:10:50 UTC 2024 ====== BSC_Tests.TC_paging_tmsi_tch_hf pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_tmsi_tch_hf.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=688546) Waiting for packet dumper to finish... 1 (prev_count=688546, count=1476571) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_tmsi_tch_hf pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_cgi'. ------ BSC_Tests.TC_paging_imsi_nochan_cgi ------ Sun Apr 21 06:10:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_cgi' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_cgi started. VirtMSC-M3UA(1324)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1324)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1324)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1323)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1324)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1324)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1326)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1326)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1326)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1325)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1326)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1329)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1329)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1329)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1329)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1330)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1330)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1330)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1330)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1331)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1331)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1331)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1331)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1332)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1332)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1332)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1332)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1333)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1333)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1333)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1333)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1334)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1334)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1334)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1334)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_cgi() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1323)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1322)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1324)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1327)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1325)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1329)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1328)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1326)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1334)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1332)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1330)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1333)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1331)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1322): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1323): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1324): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1325): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1326): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1327): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1328): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1329): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1330): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1331): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1332): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1333): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1334): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_cgi finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_cgi pass'. Sun Apr 21 06:11:17 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_cgi pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_cgi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=629475) Waiting for packet dumper to finish... 1 (prev_count=629475, count=1417682) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_cgi pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lac_ci'. ------ BSC_Tests.TC_paging_imsi_nochan_lac_ci ------ Sun Apr 21 06:11:22 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lac_ci' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lac_ci started. VirtMSC-M3UA(1337)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1337)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1337)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1336)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1337)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1337)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1339)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1339)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1339)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1338)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1339)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1342)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1342)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1342)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1342)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1343)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1343)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1343)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1343)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1344)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1344)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1344)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1344)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1345)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1345)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1345)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1345)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1346)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1346)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1346)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1346)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1347)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1347)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1347)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1347)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_lac_ci() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1336)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1337)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1335)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1340)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1338)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1343)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1342)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1341)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1339)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1347)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1345)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1344)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1346)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1335): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1336): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1337): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1338): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1339): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1340): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1341): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1342): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1343): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1344): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1345): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1346): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1347): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lac_ci finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lac_ci pass'. Sun Apr 21 06:11:44 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_lac_ci pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_lac_ci.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=623488) Waiting for packet dumper to finish... 1 (prev_count=623488, count=1411513) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lac_ci pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_ci'. ------ BSC_Tests.TC_paging_imsi_nochan_ci ------ Sun Apr 21 06:11:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_ci' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_ci started. VirtMSC-M3UA(1350)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1350)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1350)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1349)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1350)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1350)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1352)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1352)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1352)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1351)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1352)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1355)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1355)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1355)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1355)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1356)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1356)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1356)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1356)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1357)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1357)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1357)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1357)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1358)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1358)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1358)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1358)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1359)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1359)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1359)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1359)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1360)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1360)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1360)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1360)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_ci() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1350)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1349)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1348)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1353)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-M3UA(1352)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1351)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1354)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1360)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1359)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1358)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1356)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1355)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1357)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1348): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1349): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1350): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1351): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1352): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1353): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1354): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1355): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1356): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1357): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1358): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1359): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1360): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_ci finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_ci pass'. Sun Apr 21 06:12:10 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_ci pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_ci.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=641343) Waiting for packet dumper to finish... 1 (prev_count=641343, count=1429550) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_ci pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lai'. ------ BSC_Tests.TC_paging_imsi_nochan_lai ------ Sun Apr 21 06:12:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lai' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lai started. VirtMSC-M3UA(1363)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1363)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1363)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1362)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1363)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1363)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1365)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1365)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1365)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1364)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1365)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1368)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1368)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1368)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1368)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1369)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1369)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1369)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1369)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1370)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1370)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1370)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1370)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1371)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1371)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1371)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1371)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1372)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1372)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1372)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1372)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1373)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1373)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1373)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1373)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_lai() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1363)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1366)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1362)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1361)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1364)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1365)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1373)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1368)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1367)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1371)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1372)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1369)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1370)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1361): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1362): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1363): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1364): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1365): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1366): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1367): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1368): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1369): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1370): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1371): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1372): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1373): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lai finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lai pass'. Sun Apr 21 06:12:37 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_lai pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_lai.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=665321) Waiting for packet dumper to finish... 1 (prev_count=665321, count=1453539) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lai pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lac'. ------ BSC_Tests.TC_paging_imsi_nochan_lac ------ Sun Apr 21 06:12:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lac' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lac started. VirtMSC-M3UA(1376)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1376)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1376)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1375)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1376)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1376)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1378)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1378)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1378)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1377)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1378)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1381)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1381)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1381)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1381)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1382)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1382)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1382)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1382)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1383)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1383)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1383)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1383)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1384)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1384)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1384)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1384)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1385)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1385)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1385)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1385)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1386)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1386)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1386)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1386)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_lac() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1375)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1376)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1374)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1379)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1377)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1378)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1380)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1384)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1383)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1386)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1385)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1382)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1381)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1374): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1375): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1376): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1377): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1378): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1379): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1380): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1381): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1382): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1383): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1384): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1385): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1386): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lac finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lac pass'. Sun Apr 21 06:13:03 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_lac pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_lac.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=662611) Waiting for packet dumper to finish... 1 (prev_count=662611, count=1450636) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lac pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_all'. ------ BSC_Tests.TC_paging_imsi_nochan_all ------ Sun Apr 21 06:13:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_all' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_all started. VirtMSC-M3UA(1389)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1389)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1389)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1388)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1389)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1389)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1391)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1391)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1391)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1390)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1391)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1394)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1394)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1394)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1394)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1395)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1395)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1395)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1395)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1396)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1396)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1396)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1396)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1397)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1397)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1397)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1397)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1398)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1398)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1398)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1398)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1399)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1399)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1399)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1399)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_all() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1388)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1389)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1387)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1392)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1390)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1394)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1393)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1391)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1396)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1395)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1397)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1399)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1398)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1387): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1388): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1389): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1390): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1391): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1392): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1393): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1394): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1395): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1396): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1397): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1398): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1399): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_all finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_all pass'. Sun Apr 21 06:13:30 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_all pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_all.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=679731) Waiting for packet dumper to finish... 1 (prev_count=679731, count=1467641) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_all pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc'. ------ BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc ------ Sun Apr 21 06:13:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_plmn_lac_rnc started. VirtMSC-M3UA(1402)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1402)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1402)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1401)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1402)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1402)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1404)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1404)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1404)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1403)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1404)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1407)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1407)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1407)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1407)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1408)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1408)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1408)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1408)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1409)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1409)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1409)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1409)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1410)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1410)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1410)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1410)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1411)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1411)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1411)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1411)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1412)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1412)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1412)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1412)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_plmn_lac_rnc() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1402)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1401)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1400)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1405)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1403)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1407)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1411)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1404)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1408)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1412)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1406)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1409)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1410)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1400): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1401): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1402): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1403): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1404): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1405): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1406): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1407): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1408): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1409): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1410): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1411): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1412): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_plmn_lac_rnc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc pass'. Sun Apr 21 06:13:44 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=557481) Waiting for packet dumper to finish... 1 (prev_count=557481, count=1345506) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_rnc'. ------ BSC_Tests.TC_paging_imsi_nochan_rnc ------ Sun Apr 21 06:13:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_rnc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_rnc started. VirtMSC-M3UA(1415)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1415)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1415)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1414)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1415)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1415)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1417)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1417)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1417)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1416)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1417)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1420)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1420)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1420)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1420)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1421)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1421)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1421)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1421)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1422)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1422)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1422)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1422)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1423)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1423)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1423)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1423)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1424)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1424)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1424)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1424)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1425)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1425)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1425)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1425)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_rnc() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1414)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1413)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1415)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1418)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1416)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1417)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1421)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1423)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1422)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1424)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1419)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1420)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1425)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1413): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1414): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1415): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1416): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1417): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1418): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1419): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1420): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1421): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1422): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1423): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1424): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1425): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_rnc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_rnc pass'. Sun Apr 21 06:13:59 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_rnc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_rnc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=572086) Waiting for packet dumper to finish... 1 (prev_count=572086, count=1359996) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_rnc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lac_rnc'. ------ BSC_Tests.TC_paging_imsi_nochan_lac_rnc ------ Sun Apr 21 06:14:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lac_rnc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lac_rnc started. VirtMSC-M3UA(1428)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1428)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1428)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1427)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1428)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1428)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1430)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1430)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1430)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1429)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1430)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1433)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1433)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1433)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1433)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1434)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1434)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1434)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1434)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1435)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1435)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1435)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1435)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1436)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1436)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1436)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1436)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1437)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1437)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1437)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1437)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1438)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1438)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1438)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1438)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_lac_rnc() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1427)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1428)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1426)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1431)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1429)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1432)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1437)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1430)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1438)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1436)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1435)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1434)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1433)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1426): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1427): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1428): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1429): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1430): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1431): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1432): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1433): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1434): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1435): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1436): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1437): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1438): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lac_rnc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lac_rnc pass'. Sun Apr 21 06:14:13 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_lac_rnc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_lac_rnc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=563739) Waiting for packet dumper to finish... 1 (prev_count=563739, count=1351557) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lac_rnc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lacs'. ------ BSC_Tests.TC_paging_imsi_nochan_lacs ------ Sun Apr 21 06:14:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lacs' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lacs started. VirtMSC-M3UA(1441)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1441)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1441)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1440)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1441)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1441)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1443)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1443)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1443)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1442)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1443)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1446)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1446)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1446)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1446)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1447)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1447)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1447)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1447)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1448)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1448)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1448)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1448)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1449)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1449)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1449)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1449)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1450)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1450)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1450)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1450)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1451)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1451)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1451)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1451)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_lacs() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1440)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1441)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1439)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1444)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1442)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1446)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1443)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1445)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1450)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1449)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1451)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1447)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1448)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1439): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1440): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1441): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1442): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1443): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1444): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1445): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1446): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1447): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1448): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1449): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1450): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1451): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lacs finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lacs pass'. Sun Apr 21 06:14:40 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_lacs pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_lacs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=679995) Waiting for packet dumper to finish... 1 (prev_count=679995, count=1467813) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lacs pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lacs_empty'. ------ BSC_Tests.TC_paging_imsi_nochan_lacs_empty ------ Sun Apr 21 06:14:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_lacs_empty' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lacs_empty started. VirtMSC-M3UA(1454)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1454)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1454)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1453)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1454)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1454)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1456)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1456)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1456)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1455)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1456)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1459)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1459)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1459)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1459)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1460)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1460)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1460)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1460)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1461)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1461)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1461)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1461)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1462)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1462)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1462)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1462)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1463)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1463)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1463)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1463)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1464)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1464)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1464)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1464)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_lacs_empty() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1453)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1454)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1452)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1457)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1455)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1463)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1456)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1464)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1459)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1462)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1460)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1458)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1461)@6aa4ca6fe73c: Final verdict of PTC: none Sun Apr 21 06:14:54 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_lacs_empty pass ====== MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1452): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1453): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1454): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1455): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1456): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1457): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1458): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1459): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1460): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1461): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1462): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1463): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1464): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_lacs_empty finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lacs_empty pass'. Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_lacs_empty.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=561434) Waiting for packet dumper to finish... 1 (prev_count=561434, count=1349459) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_lacs_empty pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid'. ------ BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid ------ Sun Apr 21 06:14:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_cgi_unknown_cid started. VirtMSC-M3UA(1467)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1467)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1467)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1466)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1467)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1467)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1469)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1469)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1469)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1468)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1469)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1472)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1472)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1472)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1472)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1473)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1473)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1473)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1473)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1474)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1474)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1474)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1474)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1475)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1475)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1475)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1475)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1476)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1476)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1476)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1476)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1477)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1477)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1477)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1477)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_cgi_unknown_cid() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1466)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1465)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1470)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1467)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1468)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1469)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1473)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1477)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1474)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1476)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1471)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1475)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1472)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1465): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1466): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1467): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1468): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1469): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1470): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1471): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1472): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1473): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1474): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1475): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1476): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1477): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_cgi_unknown_cid finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid pass'. Sun Apr 21 06:15:09 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=558021) Waiting for packet dumper to finish... 1 (prev_count=558021, count=1345931) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_a_reset'. ------ BSC_Tests.TC_paging_imsi_a_reset ------ Sun Apr 21 06:15:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_a_reset' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_a_reset started. VirtMSC-M3UA(1480)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1480)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1480)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1479)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1480)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1480)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1482)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1482)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1482)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1481)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1482)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1486)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1486)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1486)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1486)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1487)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1487)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1487)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1487)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1488)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1488)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1488)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1488)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1489)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1489)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1489)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1489)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1490)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1490)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1490)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1490)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_a_reset() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1479)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1480)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1483)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1478)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1481)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1482)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1489)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1484)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1485)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1490)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1486)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1487)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1488)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1478): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1479): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1480): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1481): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1482): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1483): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1484): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1485): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1486): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1487): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1488): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1489): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1490): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_a_reset finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_a_reset pass'. Sun Apr 21 06:15:26 UTC 2024 ====== BSC_Tests.TC_paging_imsi_a_reset pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_a_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=595344) Waiting for packet dumper to finish... 1 (prev_count=595344, count=1383369) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_a_reset pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_load'. ------ BSC_Tests.TC_paging_imsi_load ------ Sun Apr 21 06:15:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_load' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_load started. VirtMSC-M3UA(1493)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1493)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1493)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1492)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1493)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1493)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1495)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1495)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1495)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1494)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1495)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1498)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1498)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1498)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1498)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1499)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1499)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1499)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1499)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1500)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1500)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1500)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1500)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1501)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1501)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1501)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1501)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1502)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1502)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1502)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1502)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1503)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1503)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1503)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1503)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_load() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1492)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1491)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1496)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1493)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1494)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1495)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1498)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1499)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1500)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1497)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1503)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1501)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1502)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1491): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1492): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1493): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1494): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1495): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1496): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1497): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1498): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1499): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1500): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1501): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1502): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1503): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_load finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_load pass'. Sun Apr 21 06:15:51 UTC 2024 ====== BSC_Tests.TC_paging_imsi_load pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_load.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=666245) Waiting for packet dumper to finish... 1 (prev_count=666245, count=1454270) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_load pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_counter'. ------ BSC_Tests.TC_paging_counter ------ Sun Apr 21 06:15:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_counter' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_counter started. VirtMSC-M3UA(1506)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1506)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1506)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1505)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1506)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1506)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1508)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1508)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1508)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1507)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1508)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1511)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1511)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1511)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1511)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1512)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1512)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1512)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1512)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1513)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1513)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1513)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1513)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1514)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1514)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1514)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1514)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1515)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1515)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1515)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1515)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1516)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1516)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1516)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1516)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_counter() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1505)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1509)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1504)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1506)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1507)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1515)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1514)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1508)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1511)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1516)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1510)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1513)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1512)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1504): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1505): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1506): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1507): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1508): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1509): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1510): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1511): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1512): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1513): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1514): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1515): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1516): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_counter finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_counter pass'. Sun Apr 21 06:16:17 UTC 2024 ====== BSC_Tests.TC_paging_counter pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_counter.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=684221) Waiting for packet dumper to finish... 1 (prev_count=684221, count=1472788) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_counter pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_resp_unsol'. ------ BSC_Tests.TC_paging_resp_unsol ------ Sun Apr 21 06:16:22 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_resp_unsol' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_resp_unsol started. VirtMSC-M3UA(1519)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1519)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1519)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1518)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1519)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1519)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1521)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1521)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1521)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1520)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1521)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1524)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1524)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1524)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1524)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_resp_unsol() start" VirtMSC-SCCP(1518)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1518)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(1518)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1518)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1518)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1518)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1518)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1518)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1518)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1518)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1518)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1518)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1518)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(1518)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1518)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1518)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1519)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1517)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1522)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1520)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1524)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1521)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1523)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1517): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1518): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1519): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1520): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1521): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1522): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1523): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1524): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_resp_unsol finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_resp_unsol pass'. Sun Apr 21 06:16:30 UTC 2024 ====== BSC_Tests.TC_paging_resp_unsol pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_resp_unsol.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=258662) Waiting for packet dumper to finish... 1 (prev_count=258662, count=445279) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_resp_unsol pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_500req'. ------ BSC_Tests.TC_paging_500req ------ Sun Apr 21 06:16:35 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_500req' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_500req started. VirtMSC-M3UA(1527)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1527)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1527)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1526)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1527)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1527)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1529)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1529)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1529)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1528)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1529)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1532)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1532)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1532)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1532)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_500req() start" MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000000". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000001". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000002". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000003". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000004". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000005". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000006". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000007". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 8 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000008". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000009". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000010". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000011". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000012". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000013". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000014". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000015". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000016". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000017". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000018". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000019". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000020". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000021". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000022". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000023". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000024". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000025". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000026". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000027". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000028". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000029". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000030". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000031". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000032". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000033". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000034". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000035". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000036". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000037". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000038". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000039". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000040". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000041". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000042". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000043". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000044". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000045". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000046". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000047". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 48 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000048". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000049". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000050". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000051". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000052". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000053". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000054". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000055". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000056". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000057". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000058". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000059". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000060". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000061". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000062". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000063". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000064". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000065". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000066". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000067". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000068". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000069". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000070". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000071". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000072". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000073". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000074". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000075". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000076". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000077". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000078". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000079". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000080". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000081". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000082". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000083". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000084". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000085". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000086". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000087". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 88 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000088". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000089". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000090". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000091". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000092". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000093". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000094". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000095". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000096". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000097". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000098". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000099". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000100". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000101". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000102". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000103". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000104". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000105". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000106". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000107". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000108". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000109". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000110". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000111". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000112". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000113". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000114". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000115". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000116". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000117". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000118". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000119". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000120". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000121". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000122". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000123". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000124". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000125". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000126". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000127". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 128 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000128". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000129". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000130". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000131". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000132". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000133". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000134". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000135". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000136". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000137". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000138". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000139". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000140". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000141". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000142". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000143". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000144". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000145". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000146". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000147". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000148". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000149". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000150". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000151". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000152". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000153". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000154". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000155". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000156". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000157". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000158". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000159". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000160". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000161". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000162". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000163". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000164". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000165". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000166". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000167". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 168 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000168". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000169". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000170". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000171". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000172". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000173". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000174". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000175". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000176". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000177". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000178". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000179". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000180". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000181". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000182". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000183". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000184". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000185". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000186". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000187". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000188". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000189". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000190". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000191". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000192". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000193". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000194". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000195". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000196". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000197". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000198". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000199". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000200". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000201". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000202". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000203". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000204". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000205". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000206". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000207". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 208 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000208". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000209". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000210". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000211". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000212". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000213". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000214". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000215". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000216". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000217". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000218". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000219". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000220". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000221". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000222". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000223". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000224". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000225". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000226". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000227". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000228". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000229". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000230". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000231". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000232". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000233". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000234". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000235". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000236". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000237". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000238". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000239". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000240". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000241". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000242". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000243". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000244". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000245". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000246". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000247". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 248 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000248". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000249". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000250". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000251". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000252". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000253". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000254". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000255". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000256". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000257". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000258". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000259". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000260". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000261". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000262". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000263". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000264". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000265". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000266". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000267". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000268". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000269". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000270". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000271". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000272". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000273". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000274". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000275". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000276". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000277". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000278". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000279". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000280". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000281". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000282". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000283". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000284". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000285". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000286". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000287". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 288 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000288". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000289". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000290". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000291". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000292". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000293". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000294". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000295". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000296". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000297". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000298". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000299". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000300". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000301". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000302". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000303". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000304". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000305". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000306". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000307". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000308". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000309". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000310". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000311". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000312". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000313". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000314". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000315". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000316". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000317". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000318". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000319". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000320". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000321". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000322". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000323". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000324". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000325". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000326". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000327". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 328 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000328". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000329". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000330". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000331". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000332". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000333". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000334". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000335". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000336". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000337". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000338". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000339". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000340". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000341". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000342". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000343". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000344". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000345". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000346". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000347". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000348". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000349". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000350". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000351". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000352". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000353". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000354". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000355". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000356". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000357". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000358". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000359". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000360". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000361". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000362". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000363". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000364". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000365". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000366". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000367". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 368 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000368". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000369". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000370". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000371". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000372". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000373". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000374". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000375". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000376". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000377". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000378". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000379". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000380". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000381". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000382". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000383". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000384". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000385". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000386". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000387". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000388". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000389". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000390". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000391". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000392". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000393". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000394". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000395". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000396". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000397". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000398". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000399". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000400". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000401". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000402". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000403". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000404". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000405". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000406". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000407". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 408 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000408". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000409". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000410". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000411". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000412". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000413". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000414". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000415". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000416". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000417". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000418". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000419". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000420". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000421". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000422". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000423". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000424". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000425". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000426". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000427". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000428". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000429". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000430". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000431". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000432". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000433". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000434". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000435". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000436". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000437". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000438". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000439". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000440". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000441". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000442". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000443". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000444". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000445". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000446". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000447". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 448 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000448". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000449". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000450". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000451". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000452". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000453". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000454". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000455". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000456". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000457". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000458". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000459". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000460". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000461". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000462". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000463". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000464". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000465". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000466". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000467". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000468". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000469". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000470". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000471". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000472". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000473". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000474". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000475". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000476". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000477". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000478". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000479". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000480". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000481". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000482". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000483". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000484". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000485". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000486". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000487". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 488 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000488". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000489". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000490". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000491". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000492". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000493". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000494". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000495". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000496". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000497". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000498". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000499". IPA-BTS0-TRX0-RSL-IPA(1532)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-STATS(1525)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1530)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1526)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1527)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1528)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1532)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1529)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1531)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1525): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1526): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1527): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1528): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1529): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1530): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1531): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1532): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_500req finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_500req pass'. Sun Apr 21 06:16:52 UTC 2024 ====== BSC_Tests.TC_paging_500req pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_500req.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=4754193) Waiting for packet dumper to finish... 1 (prev_count=4754193, count=4758229) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_500req pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_450req_no_paging_load_ind'. ------ BSC_Tests.TC_paging_450req_no_paging_load_ind ------ Sun Apr 21 06:16:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_450req_no_paging_load_ind' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_450req_no_paging_load_ind started. VirtMSC-M3UA(1535)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1535)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1535)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1534)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1535)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1535)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1537)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1537)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1537)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1536)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1537)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1540)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1540)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1540)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1540)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_450req_no_paging_load_ind() start" MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000000". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000001". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000002". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000003". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000004". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000005". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000006". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000007". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000008". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000009". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000010". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000011". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000012". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000013". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000014". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000015". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000016". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000017". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000018". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000019". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000020". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000021". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000022". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000023". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000024". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000025". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000026". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 27 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 27 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000027". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000028". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000029". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000030". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000031". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000032". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000033". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000034". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000035". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000036". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000037". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000038". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000039". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000040". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000041". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000042". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 43 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 43 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000043". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000044". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000045". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000046". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000047". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000048". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000049". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000050". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000051". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000052". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000053". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000054". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000055". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000056". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000057". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000058". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 59 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 59 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000059". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000060". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000061". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000062". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000063". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000064". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000065". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000066". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000067". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000068". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000069". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000070". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000071". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000072". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000073". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000074". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 75 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 75 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000075". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000076". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000077". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000078". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000079". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000080". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000081". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000082". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000083". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000084". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000085". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000086". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000087". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000088". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000089". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000090". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 91 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 91 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000091". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000092". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000093". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000094". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000095". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000096". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000097". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000098". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000099". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000100". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000101". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000102". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000103". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000104". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000105". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000106". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 107 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 107 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000107". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000108". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000109". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000110". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000111". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000112". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000113". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000114". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000115". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000116". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000117". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000118". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000119". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000120". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000121". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000122". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 123 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 123 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000123". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000124". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000125". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000126". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000127". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000128". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000129". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000130". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000131". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000132". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000133". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000134". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000135". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000136". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000137". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000138". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 139 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 139 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000139". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000140". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000141". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000142". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000143". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000144". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000145". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000146". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000147". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000148". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000149". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000150". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000151". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000152". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000153". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000154". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 155 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 155 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000155". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000156". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000157". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000158". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000159". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000160". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000161". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000162". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000163". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000164". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000165". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000166". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000167". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000168". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000169". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000170". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 171 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 171 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000171". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000172". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000173". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000174". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000175". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000176". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000177". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000178". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000179". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000180". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000181". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000182". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000183". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000184". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000185". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000186". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 187 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 187 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000187". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000188". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000189". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000190". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000191". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000192". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000193". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000194". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000195". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000196". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000197". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000198". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000199". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000200". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000201". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000202". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 203 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 203 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000203". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000204". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000205". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000206". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000207". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000208". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000209". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000210". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000211". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000212". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000213". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000214". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000215". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000216". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000217". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000218". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 219 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 219 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000219". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000220". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000221". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000222". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000223". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000224". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000225". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000226". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000227". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000228". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000229". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000230". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000231". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000232". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000233". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000234". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 235 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 235 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000235". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000236". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000237". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000238". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000239". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000240". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000241". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000242". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000243". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000244". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000245". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000246". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000247". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000248". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000249". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000250". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 251 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 251 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000251". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000252". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000253". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000254". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000255". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000256". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000257". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000258". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000259". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000260". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000261". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000262". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000263". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000264". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000265". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000266". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 267 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 267 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000267". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000268". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000269". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000270". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000271". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000272". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000273". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000274". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000275". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000276". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000277". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000278". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000279". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000280". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000281". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000282". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 283 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 283 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000283". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000284". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000285". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000286". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000287". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000288". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000289". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000290". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000291". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000292". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000293". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000294". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000295". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000296". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000297". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000298". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 299 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 299 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000299". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000300". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000301". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000302". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000303". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000304". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000305". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000306". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000307". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000308". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000309". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000310". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000311". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000312". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000313". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000314". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 315 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 315 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000315". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000316". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000317". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000318". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000319". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000320". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000321". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000322". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000323". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000324". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000325". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000326". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000327". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000328". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000329". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000330". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 331 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 331 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000331". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000332". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000333". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000334". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000335". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000336". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000337". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000338". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000339". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000340". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000341". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000342". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000343". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000344". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000345". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000346". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 347 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 347 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000347". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000348". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000349". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000350". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000351". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000352". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000353". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000354". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000355". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000356". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000357". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000358". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000359". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000360". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000361". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000362". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 363 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 363 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000363". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000364". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000365". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000366". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000367". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000368". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000369". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000370". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000371". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000372". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000373". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000374". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000375". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000376". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000377". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000378". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 379 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 379 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000379". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000380". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000381". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000382". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000383". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000384". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000385". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000386". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000387". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000388". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000389". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000390". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000391". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000392". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000393". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000394". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 395 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 395 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000395". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000396". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000397". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000398". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000399". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000400". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000401". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000402". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000403". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000404". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000405". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000406". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000407". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000408". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000409". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000410". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 411 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 411 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000411". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000412". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000413". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000414". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000415". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000416". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000417". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000418". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000419". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000420". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000421". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000422". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000423". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000424". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000425". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000426". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 427 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 427 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000427". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000428". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000429". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000430". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000431". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000432". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000433". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000434". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000435". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000436". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000437". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000438". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000439". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000440". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000441". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000442". MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 443 MTC@6aa4ca6fe73c: [CCH Load Ind timer] received paging requests so far: 443 MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000443". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000444". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000445". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000446". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000447". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000448". MTC@6aa4ca6fe73c: Warning: Leading zero digit was detected in the argument of function str2int(): "000449". IPA-BTS0-TRX0-RSL-IPA(1540)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1534)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1535)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1533)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1538)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1536)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1540)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1537)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1539)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1533): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1534): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1535): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1536): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1537): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1538): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1539): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1540): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_450req_no_paging_load_ind finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_450req_no_paging_load_ind pass'. Sun Apr 21 06:17:55 UTC 2024 ====== BSC_Tests.TC_paging_450req_no_paging_load_ind pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_450req_no_paging_load_ind.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=4277235) Waiting for packet dumper to finish... 1 (prev_count=4277235, count=4474182) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_450req_no_paging_load_ind pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi'. ------ BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi ------ Sun Apr 21 06:18:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_ci_resp_invalid_mi started. VirtMSC-M3UA(1543)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1543)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1543)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1542)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1543)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1543)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1545)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1545)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1545)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1544)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1545)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1548)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1548)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1548)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1548)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1549)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1549)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1549)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1549)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1550)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(1550)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(1550)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(1550)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1551)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(1551)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(1551)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(1551)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1552)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(1552)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(1552)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(1552)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1553)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(1553)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(1553)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(1553)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_paging_imsi_nochan_ci_resp_invalid_mi() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(1542)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1542)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1542)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1542)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1542)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1542)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1542)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1542)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1542)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1542)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1542)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1542)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1542)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(1542)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1542)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-STATS(1541)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1542)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1543)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1546)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1544)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(1550)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1548)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1545)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(1552)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1549)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(1551)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1547)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(1553)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1541): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1542): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1543): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1544): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1545): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1546): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1547): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1548): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1549): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(1550): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(1551): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(1552): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(1553): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_paging_imsi_nochan_ci_resp_invalid_mi finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi pass'. Sun Apr 21 06:18:21 UTC 2024 ====== BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=675870) Waiting for packet dumper to finish... 1 (prev_count=675870, count=1463688) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rsl_drop_counter'. ------ BSC_Tests.TC_rsl_drop_counter ------ Sun Apr 21 06:18:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rsl_drop_counter' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rsl_drop_counter started. VirtMSC-M3UA(1556)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1556)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1556)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1555)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1556)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(1556)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(1558)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1558)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1558)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1557)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(1558)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(1561)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1561)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1561)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1561)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_rsl_drop_counter() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1555)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1556)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1554)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1559)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-M3UA(1558)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1557)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1561)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1560)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1554): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1555): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1556): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1557): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1558): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1559): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1560): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1561): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rsl_drop_counter finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rsl_drop_counter pass'. Sun Apr 21 06:18:29 UTC 2024 ====== BSC_Tests.TC_rsl_drop_counter pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rsl_drop_counter.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=216574) Waiting for packet dumper to finish... 1 (prev_count=216574, count=402780) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rsl_drop_counter pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rsl_unknown_unit_id'. ------ BSC_Tests.TC_rsl_unknown_unit_id ------ Sun Apr 21 06:18:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_rsl_unknown_unit_id' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_rsl_unknown_unit_id started. IPA-BTS0-TRX0-RSL-IPA(1562)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1562)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1562)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '39392F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1562)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1562)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-CTRL-CLI-IPA(1563)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-IPA(1562)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1564)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1562): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1563): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1564): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_rsl_unknown_unit_id finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rsl_unknown_unit_id pass'. Sun Apr 21 06:18:35 UTC 2024 ====== BSC_Tests.TC_rsl_unknown_unit_id pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_rsl_unknown_unit_id.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=48826) Waiting for packet dumper to finish... 1 (prev_count=48826, count=56534) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_rsl_unknown_unit_id pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_oml_unknown_unit_id'. ------ BSC_Tests.TC_oml_unknown_unit_id ------ Sun Apr 21 06:18:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_oml_unknown_unit_id' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_oml_unknown_unit_id started. IPA-BTS0-TRX0-RSL-IPA(1565)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1565)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1565)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '39392F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1565)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1565)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-CTRL-CLI-IPA(1566)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-IPA(1565)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1567)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1565): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1566): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1567): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_oml_unknown_unit_id finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_oml_unknown_unit_id pass'. Sun Apr 21 06:18:42 UTC 2024 ====== BSC_Tests.TC_oml_unknown_unit_id pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_oml_unknown_unit_id.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=55463) Waiting for packet dumper to finish... 1 (prev_count=55463, count=58085) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_oml_unknown_unit_id pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_classmark'. ------ BSC_Tests.TC_classmark ------ Sun Apr 21 06:18:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_classmark' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_classmark started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1571)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1571)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1571)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1569)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1574)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1574)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1574)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1572)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1571)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1574)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1570)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1570)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1573)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1577)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1577)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1577)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1577)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_classmark() start" TC_classmark(1579)@6aa4ca6fe73c: "TC_classmark": using IMSI '001014100385274'H VirtMSC-RAN(1570)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101400832547'O, n_connectPointCode := omit VirtMSC-RAN(1570)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101400832547'O to be handled at TC_classmark(1579) VirtMSC-SCCP(1569)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1570)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1570)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101400832547'O handled at TC_classmark(1579) VirtMSC-RAN(1570)@6aa4ca6fe73c: Added conn table entry 0TC_classmark(1579)10089942 VirtMSC-SCCP(1569)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1569)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: vl_len:3 VirtMSC-SCCP(1569)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000158'O VirtMSC-SCCP(1569)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1569)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1569)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_classmark(1579)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_classmark(1579)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1569)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1569)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1569)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1569)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1569)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_classmark(1579)@6aa4ca6fe73c: "Got RSL RR Release" TC_classmark(1579)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_classmark(1579)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1570)@6aa4ca6fe73c: Deleted conn table entry 0TC_classmark(1579)10089942 VirtMSC-SCCP(1569)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_classmark(1579)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_classmark(1579)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1569)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1571)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1568)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1570)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1575)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(1573)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1578)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1572)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1574)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1576)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1577)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1568): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1569): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1570): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1571): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1572): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1573): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1574): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1575): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1576): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1577): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1578): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_classmark(1579): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_classmark finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_classmark pass'. Sun Apr 21 06:18:54 UTC 2024 ====== BSC_Tests.TC_classmark pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_classmark.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=271015) Waiting for packet dumper to finish... 1 (prev_count=271015, count=457221) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_classmark pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_common_id'. ------ BSC_Tests.TC_common_id ------ Sun Apr 21 06:18:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_common_id' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_common_id started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1583)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1583)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1583)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1581)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1586)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1586)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1586)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1584)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1583)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1586)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1582)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1582)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1585)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1589)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1589)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1589)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1589)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_common_id() start" TC_common_id(1591)@6aa4ca6fe73c: "TC_common_id": using IMSI '001012535637457'H VirtMSC-RAN(1582)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105253364775'O, n_connectPointCode := omit VirtMSC-RAN(1582)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105253364775'O to be handled at TC_common_id(1591) VirtMSC-SCCP(1581)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1581)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1582)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1582)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105253364775'O handled at TC_common_id(1591) VirtMSC-RAN(1582)@6aa4ca6fe73c: Added conn table entry 0TC_common_id(1591)851120 VirtMSC-SCCP(1581)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1581)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1581)@6aa4ca6fe73c: Session index based on connection ID:0 TC_common_id(1591)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(1581)@6aa4ca6fe73c: vl_len:13 VirtMSC-SCCP(1581)@6aa4ca6fe73c: vl_from0 TC_common_id(1591)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1581)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2F08080910105253364775'O VirtMSC-SCCP(1581)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1581)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1581)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1581)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1581)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1581)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1581)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1581)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_common_id(1591)@6aa4ca6fe73c: "Got RSL RR Release" TC_common_id(1591)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_common_id(1591)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1582)@6aa4ca6fe73c: Deleted conn table entry 0TC_common_id(1591)851120 VirtMSC-SCCP(1581)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1581)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1581)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_common_id(1591)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_common_id(1591)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1582)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1581)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1583)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1587)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1580)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(1585)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1590)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1584)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1589)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1586)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1588)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1580): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1581): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1582): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1583): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1584): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1585): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1586): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1587): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1588): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1589): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1590): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_common_id(1591): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_common_id finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_common_id pass'. Sun Apr 21 06:19:05 UTC 2024 ====== BSC_Tests.TC_common_id pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_common_id.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=271983) Waiting for packet dumper to finish... 1 (prev_count=271983, count=457776) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_common_id pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unsol_ass_fail'. ------ BSC_Tests.TC_unsol_ass_fail ------ Sun Apr 21 06:19:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unsol_ass_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_unsol_ass_fail started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1595)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1595)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1595)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1593)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1598)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1598)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1598)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1596)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1595)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1598)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1594)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1594)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1597)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1601)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1601)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1601)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1601)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_unsol_ass_fail() start" TC_unsol_ass_fail(1603)@6aa4ca6fe73c: "TC_unsol_ass_fail": using IMSI '001011216106843'H VirtMSC-RAN(1594)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102161018634'O, n_connectPointCode := omit VirtMSC-RAN(1594)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102161018634'O to be handled at TC_unsol_ass_fail(1603) VirtMSC-SCCP(1593)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1594)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1594)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102161018634'O handled at TC_unsol_ass_fail(1603) VirtMSC-RAN(1594)@6aa4ca6fe73c: Added conn table entry 0TC_unsol_ass_fail(1603)1254694 VirtMSC-SCCP(1593)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_unsol_ass_fail(1603)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_unsol_ass_fail(1603)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1593)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1593)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1593)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1593)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1593)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_unsol_ass_fail(1603)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1594)@6aa4ca6fe73c: Deleted conn table entry 0TC_unsol_ass_fail(1603)1254694 VirtMSC-SCCP(1593)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_unsol_ass_fail(1603)@6aa4ca6fe73c: "Got RSL RR Release" TC_unsol_ass_fail(1603)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_unsol_ass_fail(1603)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_unsol_ass_fail(1603)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1593)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1595)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1594)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1599)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1592)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(1602)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1597)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1596)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1598)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1600)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1601)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1592): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1593): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1594): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1595): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1596): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1597): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1598): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1599): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1600): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1601): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1602): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_unsol_ass_fail(1603): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_unsol_ass_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unsol_ass_fail pass'. Sun Apr 21 06:19:22 UTC 2024 ====== BSC_Tests.TC_unsol_ass_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_unsol_ass_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=468437) Waiting for packet dumper to finish... 1 (prev_count=468437, count=469023) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unsol_ass_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unsol_ass_compl'. ------ BSC_Tests.TC_unsol_ass_compl ------ Sun Apr 21 06:19:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unsol_ass_compl' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_unsol_ass_compl started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1607)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1607)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1607)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1605)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1610)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1610)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1610)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1608)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1607)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1610)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1606)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1606)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1609)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1613)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1613)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1613)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1613)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_unsol_ass_compl() start" TC_unsol_ass_compl(1615)@6aa4ca6fe73c: "TC_unsol_ass_compl": using IMSI '001013418976678'H VirtMSC-RAN(1606)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104381796687'O, n_connectPointCode := omit VirtMSC-RAN(1606)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104381796687'O to be handled at TC_unsol_ass_compl(1615) VirtMSC-SCCP(1605)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1605)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1606)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1606)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104381796687'O handled at TC_unsol_ass_compl(1615) VirtMSC-RAN(1606)@6aa4ca6fe73c: Added conn table entry 0TC_unsol_ass_compl(1615)1311796 VirtMSC-SCCP(1605)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1605)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_unsol_ass_compl(1615)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_unsol_ass_compl(1615)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1605)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1605)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1605)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1605)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1605)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1605)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1605)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1605)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_unsol_ass_compl(1615)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1606)@6aa4ca6fe73c: Deleted conn table entry 0TC_unsol_ass_compl(1615)1311796 VirtMSC-SCCP(1605)@6aa4ca6fe73c: Session index based on connection ID:0 TC_unsol_ass_compl(1615)@6aa4ca6fe73c: "Got RSL RR Release" TC_unsol_ass_compl(1615)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1605)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1605)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_unsol_ass_compl(1615)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_unsol_ass_compl(1615)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1606)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1605)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1607)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1604)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1611)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(1609)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1608)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1614)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1613)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1612)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1610)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1604): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1605): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1606): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1607): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1608): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1609): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1610): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1611): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1612): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1613): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1614): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_unsol_ass_compl(1615): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_unsol_ass_compl finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unsol_ass_compl pass'. Sun Apr 21 06:19:38 UTC 2024 ====== BSC_Tests.TC_unsol_ass_compl pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_unsol_ass_compl.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=465353) Waiting for packet dumper to finish... 1 (prev_count=465353, count=468901) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unsol_ass_compl pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unsol_ho_fail'. ------ BSC_Tests.TC_unsol_ho_fail ------ Sun Apr 21 06:19:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unsol_ho_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_unsol_ho_fail started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1619)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1619)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1619)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1617)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1622)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1622)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1622)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1620)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1619)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1622)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1618)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1618)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1621)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1625)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1625)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1625)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1625)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_unsol_ho_fail() start" TC_unsol_ho_fail(1627)@6aa4ca6fe73c: "TC_unsol_ho_fail": using IMSI '001015948277924'H VirtMSC-RAN(1618)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109584729742'O, n_connectPointCode := omit VirtMSC-RAN(1618)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109584729742'O to be handled at TC_unsol_ho_fail(1627) VirtMSC-SCCP(1617)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1618)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1618)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109584729742'O handled at TC_unsol_ho_fail(1627) VirtMSC-RAN(1618)@6aa4ca6fe73c: Added conn table entry 0TC_unsol_ho_fail(1627)12980811 VirtMSC-SCCP(1617)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_unsol_ho_fail(1627)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_unsol_ho_fail(1627)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1617)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1617)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1617)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1617)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1617)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_unsol_ho_fail(1627)@6aa4ca6fe73c: "Got RSL RR Release" TC_unsol_ho_fail(1627)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_unsol_ho_fail(1627)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1618)@6aa4ca6fe73c: Deleted conn table entry 0TC_unsol_ho_fail(1627)12980811 VirtMSC-SCCP(1617)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_unsol_ho_fail(1627)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_unsol_ho_fail(1627)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1617)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1616)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1618)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1619)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1623)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1620)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1621)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1626)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1624)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1622)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1625)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1616): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1617): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1618): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1619): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1620): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1621): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1622): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1623): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1624): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1625): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1626): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_unsol_ho_fail(1627): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_unsol_ho_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unsol_ho_fail pass'. Sun Apr 21 06:19:55 UTC 2024 ====== BSC_Tests.TC_unsol_ho_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_unsol_ho_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=465775) Waiting for packet dumper to finish... 1 (prev_count=465775, count=468187) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unsol_ho_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_err_82_short_msg'. ------ BSC_Tests.TC_err_82_short_msg ------ Sun Apr 21 06:20:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_err_82_short_msg' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_err_82_short_msg started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1631)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1631)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1631)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1629)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1634)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1634)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1634)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1632)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1631)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1634)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1630)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1630)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1633)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1637)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1637)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1637)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1637)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_err_82_short_msg() start" TC_err_82_short_msg(1639)@6aa4ca6fe73c: "TC_err_82_short_msg": using IMSI '001013301612222'H VirtMSC-RAN(1630)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103310162222'O, n_connectPointCode := omit VirtMSC-RAN(1630)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103310162222'O to be handled at TC_err_82_short_msg(1639) VirtMSC-SCCP(1629)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1630)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1630)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103310162222'O handled at TC_err_82_short_msg(1639) VirtMSC-RAN(1630)@6aa4ca6fe73c: Added conn table entry 0TC_err_82_short_msg(1639)14719657 VirtMSC-SCCP(1629)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_err_82_short_msg(1639)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_err_82_short_msg(1639)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1629)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1629)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1629)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1629)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1629)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_err_82_short_msg(1639)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1630)@6aa4ca6fe73c: Deleted conn table entry 0TC_err_82_short_msg(1639)14719657 VirtMSC-SCCP(1629)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_err_82_short_msg(1639)@6aa4ca6fe73c: "Got RSL RR Release" TC_err_82_short_msg(1639)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_err_82_short_msg(1639)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_err_82_short_msg(1639)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1629)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1630)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1631)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1628)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1635)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(1638)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1633)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1632)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1637)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1634)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1636)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1628): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1629): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1630): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1631): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1632): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1633): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1634): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1635): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1636): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1637): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1638): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_err_82_short_msg(1639): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_err_82_short_msg finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_err_82_short_msg pass'. Sun Apr 21 06:20:11 UTC 2024 ====== BSC_Tests.TC_err_82_short_msg pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_err_82_short_msg.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=468615) Waiting for packet dumper to finish... 1 (prev_count=468615, count=469201) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_err_82_short_msg pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_err_84_unknown_msg'. ------ BSC_Tests.TC_err_84_unknown_msg ------ Sun Apr 21 06:20:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_err_84_unknown_msg' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_err_84_unknown_msg started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1643)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1643)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1643)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1641)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1646)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1646)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1646)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1644)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1643)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1646)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1642)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1642)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1645)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1649)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1649)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1649)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1649)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_err_84_unknown_msg() start" TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: "TC_err_84_unknown_msg": using IMSI '001015242491208'H VirtMSC-RAN(1642)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102524942180'O, n_connectPointCode := omit VirtMSC-RAN(1642)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102524942180'O to be handled at TC_err_84_unknown_msg(1651) VirtMSC-SCCP(1641)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1642)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1642)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102524942180'O handled at TC_err_84_unknown_msg(1651) VirtMSC-RAN(1642)@6aa4ca6fe73c: Added conn table entry 0TC_err_84_unknown_msg(1651)13749150 VirtMSC-SCCP(1641)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1641)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1641)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1641)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1641)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1641)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: "Got RSL RR Release" TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1642)@6aa4ca6fe73c: Deleted conn table entry 0TC_err_84_unknown_msg(1651)13749150 VirtMSC-SCCP(1641)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_err_84_unknown_msg(1651)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1641)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1642)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1640)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1643)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1647)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(1644)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1650)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1645)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1646)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1648)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1649)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1640): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1641): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1642): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1643): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1644): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1645): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1646): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1647): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1648): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1649): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1650): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_err_84_unknown_msg(1651): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_err_84_unknown_msg finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_err_84_unknown_msg pass'. Sun Apr 21 06:20:23 UTC 2024 ====== BSC_Tests.TC_err_84_unknown_msg pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_err_84_unknown_msg.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=264112) Waiting for packet dumper to finish... 1 (prev_count=264112, count=450907) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_err_84_unknown_msg pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int'. ------ BSC_Tests.TC_ho_int ------ Sun Apr 21 06:20:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_int started. MTC@6aa4ca6fe73c: "TC_ho_int": using IMSI '001018190485026'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1655)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1655)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1655)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1653)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1658)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1658)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1658)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1656)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1655)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1658)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1654)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1654)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1657)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1661)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1661)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1661)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1661)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1663)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1663)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1663)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1663)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_int() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMSC-RAN(1654)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101809840562'O, n_connectPointCode := omit VirtMSC-RAN(1654)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101809840562'O to be handled at TC_ho_int(1665) VirtMSC-SCCP(1653)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1654)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1654)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101809840562'O handled at TC_ho_int(1665) VirtMSC-RAN(1654)@6aa4ca6fe73c: Added conn table entry 0TC_ho_int(1665)4785041 VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1662)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1660)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_int(1665) VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1653)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1660)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "271", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "74" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_int(1665) TC_ho_int(1665)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1662)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int(1665)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_int(1665)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7DF1FD84'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '0431D98B'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_int(1665)@6aa4ca6fe73c: "TC_ho_int": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_int(1665)@6aa4ca6fe73c: "TC_ho_int": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 IPA-BTS1-TRX0-RSL-RSL(1664)@6aa4ca6fe73c: Suspending DChan TC_ho_int(1665)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '01'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_int(1665)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(1664)@6aa4ca6fe73c: Resuming DChan VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int(1665)@6aa4ca6fe73c: "TC_ho_int": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=2, mdcx_seen_exp=2 TC_ho_int(1665)@6aa4ca6fe73c: "TC_ho_int": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_int(1665)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int(1665)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1653)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1653)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int(1665)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1654)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_int(1665)4785041 VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_int(1665)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_int(1665)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1653)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1653)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_int(1665)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_int(1665)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1654)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1655)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1653)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1652)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1659)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1657)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1662)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1656)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(1664)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1660)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1658)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1663)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1661)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1652): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1653): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1654): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1655): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1656): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1657): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1658): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1659): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1660): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1661): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1662): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1663): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(1664): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_int(1665): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_int finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int pass'. Sun Apr 21 06:20:42 UTC 2024 ====== BSC_Tests.TC_ho_int pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_int.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=881467) Waiting for packet dumper to finish... 1 (prev_count=881467, count=1065099) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_0'. ------ BSC_Tests.TC_ho_int_a5_0 ------ Sun Apr 21 06:20:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_0' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_0 started. MTC@6aa4ca6fe73c: "TC_ho_int_a5_0": using IMSI '001011522385978'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1669)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1669)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1669)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1667)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1672)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1672)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1672)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1670)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1669)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1672)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1668)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1668)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1671)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1675)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1675)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1675)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1675)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1677)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1677)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1677)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1677)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_int_a5_0() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMSC-RAN(1668)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105122839587'O, n_connectPointCode := omit VirtMSC-RAN(1668)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105122839587'O to be handled at TC_ho_int_a5_0(1679) VirtMSC-SCCP(1667)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1668)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1668)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105122839587'O handled at TC_ho_int_a5_0(1679) VirtMSC-RAN(1668)@6aa4ca6fe73c: Added conn table entry 0TC_ho_int_a5_0(1679)3911807 VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(1667)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D530A090143A0035B9B84884083FDCB8C36B4BFD55BAF5047DEC21AE50D'O TC_ho_int_a5_0(1679)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ho_int_a5_0(1679)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('43A0035B9B848840'O, ''O) TC_ho_int_a5_0(1679)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_0(1679)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(1676)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1674)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_int_a5_0(1679) VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1667)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1674)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "277", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "75" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_int_a5_0(1679) TC_ho_int_a5_0(1679)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1676)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_0(1679)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_0(1679)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '79774737'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '76A37FF8'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "TC_ho_int_a5_0": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "TC_ho_int_a5_0": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 IPA-BTS1-TRX0-RSL-RSL(1678)@6aa4ca6fe73c: Suspending DChan TC_ho_int_a5_0(1679)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '02'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_int_a5_0(1679)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(1678)@6aa4ca6fe73c: Resuming DChan VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "TC_ho_int_a5_0": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=2, mdcx_seen_exp=2 TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "TC_ho_int_a5_0": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_int_a5_0(1679)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('43A0035B9B848840'O, ''O) TC_ho_int_a5_0(1679)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1667)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1667)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1668)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_int_a5_0(1679)3911807 VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1667)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1667)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_int_a5_0(1679)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_int_a5_0(1679)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1668)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1667)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1666)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1673)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1669)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1671)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(1678)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1670)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1676)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1674)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1672)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1677)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1675)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1666): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1667): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1668): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1669): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1670): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1671): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1672): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1673): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1674): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1675): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1676): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1677): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(1678): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_int_a5_0(1679): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_0 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_0 pass'. Sun Apr 21 06:21:00 UTC 2024 ====== BSC_Tests.TC_ho_int_a5_0 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_int_a5_0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=890963) Waiting for packet dumper to finish... 1 (prev_count=890963, count=1074413) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_0 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_1'. ------ BSC_Tests.TC_ho_int_a5_1 ------ Sun Apr 21 06:21:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_1 started. MTC@6aa4ca6fe73c: "TC_ho_int_a5_1": using IMSI '001018172150973'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1683)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1683)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1683)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1681)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1686)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1686)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1686)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1684)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1683)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1686)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1682)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1682)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1685)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1689)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1689)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1689)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1689)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1691)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1691)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1691)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1691)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_int_a5_1() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMSC-RAN(1682)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101827519037'O, n_connectPointCode := omit VirtMSC-RAN(1682)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101827519037'O to be handled at TC_ho_int_a5_1(1693) VirtMSC-SCCP(1681)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1682)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1682)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101827519037'O handled at TC_ho_int_a5_1(1693) VirtMSC-RAN(1682)@6aa4ca6fe73c: Added conn table entry 0TC_ho_int_a5_1(1693)10328759 VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(1681)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D530A09026DC6D904D39088FA83385EF8A98D7788C1EC2FA733886E0A0B'O TC_ho_int_a5_1(1693)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '000'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ho_int_a5_1(1693)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_1 (2) expect kc = '6DC6D904D39088FA'O TC_ho_int_a5_1(1693)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_1(1693)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(1690)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1688)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_int_a5_1(1693) VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1681)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1688)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "283", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "76" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_int_a5_1(1693) TC_ho_int_a5_1(1693)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1690)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_1(1693)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_1(1693)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '4BEEA2E2'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3C88435A'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "TC_ho_int_a5_1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "TC_ho_int_a5_1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 IPA-BTS1-TRX0-RSL-RSL(1692)@6aa4ca6fe73c: Suspending DChan TC_ho_int_a5_1(1693)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '03'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_int_a5_1(1693)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(1692)@6aa4ca6fe73c: Resuming DChan VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "TC_ho_int_a5_1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=2, mdcx_seen_exp=2 TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "TC_ho_int_a5_1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_int_a5_1(1693)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_1 (2) expect kc = '6DC6D904D39088FA'O TC_ho_int_a5_1(1693)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1681)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1681)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1682)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_int_a5_1(1693)10328759 VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1681)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_int_a5_1(1693)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_int_a5_1(1693)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1681)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1683)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1682)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1680)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1687)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(1690)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1685)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(1692)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1684)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1689)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1688)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1686)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1691)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1680): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1681): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1682): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1683): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1684): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1685): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1686): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1687): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1688): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1689): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1690): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1691): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(1692): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_int_a5_1(1693): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_1 pass'. Sun Apr 21 06:21:19 UTC 2024 ====== BSC_Tests.TC_ho_int_a5_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_int_a5_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=890153) Waiting for packet dumper to finish... 1 (prev_count=890153, count=1075216) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_3'. ------ BSC_Tests.TC_ho_int_a5_3 ------ Sun Apr 21 06:21:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_3 started. MTC@6aa4ca6fe73c: "TC_ho_int_a5_3": using IMSI '001013833367860'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1697)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1697)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1697)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1695)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1700)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1700)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1700)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1698)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1697)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1700)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1696)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1696)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1699)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1703)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1703)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1703)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1703)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1705)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1705)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1705)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1705)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_int_a5_3() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMSC-RAN(1696)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108333638706'O, n_connectPointCode := omit VirtMSC-RAN(1696)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108333638706'O to be handled at TC_ho_int_a5_3(1707) VirtMSC-SCCP(1695)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1696)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1696)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108333638706'O handled at TC_ho_int_a5_3(1707) VirtMSC-RAN(1696)@6aa4ca6fe73c: Added conn table entry 0TC_ho_int_a5_3(1707)5496402 VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(1695)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D530A090854741FC3E5C641FA830B3DC608F195E74B64846F80141C4550'O TC_ho_int_a5_3(1707)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '010'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ho_int_a5_3(1707)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = '54741FC3E5C641FA'O TC_ho_int_a5_3(1707)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_3(1707)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(1704)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1702)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_int_a5_3(1707) VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1695)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1702)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "289", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "77" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_int_a5_3(1707) TC_ho_int_a5_3(1707)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1704)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_3(1707)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_3(1707)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6E1418B1'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6A144CEA'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "TC_ho_int_a5_3": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "TC_ho_int_a5_3": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 IPA-BTS1-TRX0-RSL-RSL(1706)@6aa4ca6fe73c: Suspending DChan TC_ho_int_a5_3(1707)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '04'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_int_a5_3(1707)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(1706)@6aa4ca6fe73c: Resuming DChan VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "TC_ho_int_a5_3": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=2, mdcx_seen_exp=2 TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "TC_ho_int_a5_3": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_int_a5_3(1707)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = '54741FC3E5C641FA'O TC_ho_int_a5_3(1707)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1695)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1695)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1696)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_int_a5_3(1707)5496402 VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1695)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1695)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_int_a5_3(1707)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_int_a5_3(1707)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1696)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1695)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1694)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1697)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1701)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS1-TRX0-RSL-RSL(1706)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1699)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1698)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1702)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1700)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1704)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1705)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1703)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1694): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1695): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1696): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1697): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1698): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1699): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1700): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1701): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1702): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1703): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1704): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1705): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(1706): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_int_a5_3(1707): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_3 pass'. Sun Apr 21 06:21:38 UTC 2024 ====== BSC_Tests.TC_ho_int_a5_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_int_a5_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=889578) Waiting for packet dumper to finish... 1 (prev_count=889578, count=1074685) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_4'. ------ BSC_Tests.TC_ho_int_a5_4 ------ Sun Apr 21 06:21:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_a5_4' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_4 started. MTC@6aa4ca6fe73c: "TC_ho_int_a5_4": using IMSI '001012817909177'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1711)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1711)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1711)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1709)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1714)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1714)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1714)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1712)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1711)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1714)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1710)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1710)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1713)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1717)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1717)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1717)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1717)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1719)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1719)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1719)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1719)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_int_a5_4() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMSC-RAN(1710)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108271091977'O, n_connectPointCode := omit VirtMSC-RAN(1710)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108271091977'O to be handled at TC_ho_int_a5_4(1721) VirtMSC-SCCP(1709)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1710)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1710)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108271091977'O handled at TC_ho_int_a5_4(1721) VirtMSC-RAN(1710)@6aa4ca6fe73c: Added conn table entry 0TC_ho_int_a5_4(1721)15020115 VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: vl_len:31 VirtMSC-SCCP(1709)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '001D530A091072580254FA5CDD6E83BF8996A9E6F0F24397FF9B3AAAA5044C'O TC_ho_int_a5_4(1721)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { cipheringModeCommand := { messageType := '00110101'B, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '011'B }, cipherModeResponse := { cR := '1'B, spare := '000'B } } } } } TC_ho_int_a5_4(1721)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_4 (5) expect kc = 'BF8996A9E6F0F24397FF9B3AAAA5044C'O TC_ho_int_a5_4(1721)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_4(1721)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(1718)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1716)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_int_a5_4(1721) VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1709)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1716)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "295", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "78" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_int_a5_4(1721) TC_ho_int_a5_4(1721)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1718)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_4(1721)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_4(1721)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '0BC68ED8'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '54C84BE2'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "TC_ho_int_a5_4": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "TC_ho_int_a5_4": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 IPA-BTS1-TRX0-RSL-RSL(1720)@6aa4ca6fe73c: Suspending DChan TC_ho_int_a5_4(1721)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '05'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_int_a5_4(1721)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(1720)@6aa4ca6fe73c: Resuming DChan VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "TC_ho_int_a5_4": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=2, mdcx_seen_exp=2 TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "TC_ho_int_a5_4": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_int_a5_4(1721)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_4 (5) expect kc = 'BF8996A9E6F0F24397FF9B3AAAA5044C'O TC_ho_int_a5_4(1721)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1709)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1709)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1710)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_int_a5_4(1721)15020115 VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1709)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_int_a5_4(1721)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_int_a5_4(1721)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1709)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1711)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1708)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1710)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1715)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS1-TRX0-RSL-RSL(1720)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1713)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1714)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1712)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1718)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1717)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1719)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1716)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1708): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1709): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1710): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1711): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1712): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1713): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1714): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1715): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1716): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1717): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1718): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1719): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(1720): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_int_a5_4(1721): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_int_a5_4 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_4 pass'. Sun Apr 21 06:21:57 UTC 2024 ====== BSC_Tests.TC_ho_int_a5_4 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_int_a5_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=890890) Waiting for packet dumper to finish... 1 (prev_count=890890, count=1074611) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_a5_4 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_radio_link_failure'. ------ BSC_Tests.TC_ho_int_radio_link_failure ------ Sun Apr 21 06:22:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_int_radio_link_failure' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_int_radio_link_failure started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1725)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1725)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1725)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1723)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1728)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1728)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1728)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1726)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1725)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1728)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1724)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1724)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1727)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1731)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1731)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1731)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1731)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1733)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(1733)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(1733)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(1733)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_int_radio_link_failure() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: "TC_ho_int_radio_link_failure": using IMSI '001016074827918'H VirtMSC-RAN(1724)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100647289781'O, n_connectPointCode := omit VirtMSC-RAN(1724)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100647289781'O to be handled at TC_ho_int_radio_link_failure(1735) VirtMSC-SCCP(1723)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1724)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1724)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100647289781'O handled at TC_ho_int_radio_link_failure(1735) VirtMSC-RAN(1724)@6aa4ca6fe73c: Added conn table entry 0TC_ho_int_radio_link_failure(1735)2403382 VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1732)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1730)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_int_radio_link_failure(1735) VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1723)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1730)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "301", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "79" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_int_radio_link_failure(1735) TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1732)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7014DAFC'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '2AA6E519'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: "TC_ho_int_radio_link_failure": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: "TC_ho_int_radio_link_failure": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 IPA-BTS1-TRX0-RSL-RSL(1734)@6aa4ca6fe73c: Suspending DChan IPA-BTS1-TRX0-RSL-RSL(1734)@6aa4ca6fe73c: Resuming DChan VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1723)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040101'O VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1723)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(1724)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_int_radio_link_failure(1735)2403382 VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_int_radio_link_failure(1735)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1723)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1725)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1729)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1722)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1724)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS1-TRX0-RSL-RSL(1734)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1727)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1726)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1732)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1730)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1731)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1728)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(1733)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1722): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1723): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1724): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1725): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1726): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1727): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1728): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1729): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1730): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1731): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1732): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(1733): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(1734): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_int_radio_link_failure(1735): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_int_radio_link_failure finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_radio_link_failure pass'. Sun Apr 21 06:22:14 UTC 2024 ====== BSC_Tests.TC_ho_int_radio_link_failure pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_int_radio_link_failure.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=858833) Waiting for packet dumper to finish... 1 (prev_count=858833, count=1043425) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_int_radio_link_failure pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_fail_no_msc_response'. ------ BSC_Tests.TC_ho_out_fail_no_msc_response ------ Sun Apr 21 06:22:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_fail_no_msc_response' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_out_fail_no_msc_response started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1739)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1739)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1739)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1737)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1742)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1742)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1742)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1740)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1739)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1742)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1738)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1738)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1741)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1745)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1745)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1745)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1745)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_out_fail_no_msc_response() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "TC_ho_out_fail_no_msc_response": using IMSI '001017772686058'H VirtMSC-RAN(1738)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107727860685'O, n_connectPointCode := omit VirtMSC-RAN(1738)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107727860685'O to be handled at TC_ho_out_fail_no_msc_response(1747) VirtMSC-SCCP(1737)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1738)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1738)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107727860685'O handled at TC_ho_out_fail_no_msc_response(1747) VirtMSC-RAN(1738)@6aa4ca6fe73c: Added conn table entry 0TC_ho_out_fail_no_msc_response(1747)5119155 VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1746)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1744)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_out_fail_no_msc_response(1747) VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1737)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1744)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "306", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7a" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_out_fail_no_msc_response(1747) TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1746)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '460AC3C8'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '37924BF5'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "TC_ho_out_fail_no_msc_response": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "TC_ho_out_fail_no_msc_response": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1737)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1737)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1738)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_out_fail_no_msc_response(1747)5119155 VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_out_fail_no_msc_response(1747)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1737)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1739)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1736)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1738)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1743)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1740)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1746)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1741)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1742)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1744)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1745)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1736): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1737): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1738): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1739): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1740): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1741): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1742): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1743): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1744): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1745): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1746): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_out_fail_no_msc_response(1747): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_out_fail_no_msc_response finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_fail_no_msc_response pass'. Sun Apr 21 06:22:44 UTC 2024 ====== BSC_Tests.TC_ho_out_fail_no_msc_response pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_out_fail_no_msc_response.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=617273) Waiting for packet dumper to finish... 1 (prev_count=617273, count=804391) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_fail_no_msc_response pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_fail_rr_ho_failure'. ------ BSC_Tests.TC_ho_out_fail_rr_ho_failure ------ Sun Apr 21 06:22:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_fail_rr_ho_failure' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_out_fail_rr_ho_failure started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1751)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1751)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1751)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1749)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1754)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1754)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1754)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1752)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1751)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1754)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1750)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1750)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1753)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1757)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1757)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1757)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1757)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_out_fail_rr_ho_failure() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "TC_ho_out_fail_rr_ho_failure": using IMSI '001016074532854'H VirtMSC-RAN(1750)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100647358245'O, n_connectPointCode := omit VirtMSC-RAN(1750)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100647358245'O to be handled at TC_ho_out_fail_rr_ho_failure(1759) VirtMSC-SCCP(1749)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1750)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1750)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100647358245'O handled at TC_ho_out_fail_rr_ho_failure(1759) VirtMSC-RAN(1750)@6aa4ca6fe73c: Added conn table entry 0TC_ho_out_fail_rr_ho_failure(1759)8531134 VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1758)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1756)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_out_fail_rr_ho_failure(1759) VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1749)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1756)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "311", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7b" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_out_fail_rr_ho_failure(1759) TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1758)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1B01D175'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7C888C9E'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "TC_ho_out_fail_rr_ho_failure": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "TC_ho_out_fail_rr_ho_failure": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '001'B, ncc := '010'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '04'O }, channelDescription2 := { timeslotNumber := '110'B, channelTypeandTDMAOffset := '00001'B, octet3 := '00'O, octet4 := '09'O ("\t") }, handoverReference := { handoverReferenceValue := '00'O }, powerCommandAndAccesstype := { powerlevel := '00000'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := omit, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info, encoded: '062BD1040E00090000'O VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(1749)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C131709062BD1040E00090000'O TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: RSL Data Req went out to first BTS: { msg_disc := { msg_group := RSL_MDISC_RLL (1), transparent := true }, msg_type := RSL_MT_DATA_REQ (1), ies := { { iei := RSL_IE_CHAN_NR (1), body := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } } }, { iei := RSL_IE_LINK_IDENT (2), body := { link_id := { c := FACCH_SDCCH (0), na := false, prio := SAPI0_PRIO_NORMAL (0), sapi := 0 } } }, { iei := RSL_IE_L3_INFO (11), body := { l3_info := { len := 9, payload := '062BD1040E00090000'O } } } } } TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: Found L3 Info: { l3_info := { len := 9, payload := '062BD1040E00090000'O } } TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: Success: the BSC sent out the same RR Handover Command the other BSS forwarded. TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1749)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1749)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1750)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_out_fail_rr_ho_failure(1759)8531134 VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1749)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1749)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_out_fail_rr_ho_failure(1759)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1750)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1749)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1751)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1748)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1755)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1752)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1753)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1758)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1754)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1757)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1756)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1748): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1749): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1750): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1751): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1752): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1753): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1754): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1755): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1756): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1757): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1758): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_out_fail_rr_ho_failure(1759): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_out_fail_rr_ho_failure finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_fail_rr_ho_failure pass'. Sun Apr 21 06:23:02 UTC 2024 ====== BSC_Tests.TC_ho_out_fail_rr_ho_failure pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_out_fail_rr_ho_failure.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=577222) Waiting for packet dumper to finish... 1 (prev_count=577222, count=773669) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_fail_rr_ho_failure pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd'. ------ BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd ------ Sun Apr 21 06:23:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_out_fail_no_result_after_ho_cmd started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1763)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1763)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1763)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1761)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1766)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1766)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1766)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1764)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1763)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1766)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1762)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1762)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1765)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1769)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1769)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1769)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1769)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_out_fail_no_result_after_ho_cmd() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: "TC_ho_out_fail_no_result_after_ho_cmd": using IMSI '001015981034584'H VirtMSC-RAN(1762)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109518305448'O, n_connectPointCode := omit VirtMSC-RAN(1762)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109518305448'O to be handled at TC_ho_out_fail_no_result_after_ho_cmd(1771) VirtMSC-SCCP(1761)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(1762)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(1762)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109518305448'O handled at TC_ho_out_fail_no_result_after_ho_cmd(1771) VirtMSC-RAN(1762)@6aa4ca6fe73c: Added conn table entry 0TC_ho_out_fail_no_result_after_ho_cmd(1771)13605866 VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(1770)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(1768)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_out_fail_no_result_after_ho_cmd(1771) VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(1761)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(1768)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "316", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7c" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_out_fail_no_result_after_ho_cmd(1771) TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(1770)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '2887E3D7'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '217A6C58'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: "TC_ho_out_fail_no_result_after_ho_cmd": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: "TC_ho_out_fail_no_result_after_ho_cmd": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '001'B, ncc := '010'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '04'O }, channelDescription2 := { timeslotNumber := '110'B, channelTypeandTDMAOffset := '00001'B, octet3 := '00'O, octet4 := '09'O ("\t") }, handoverReference := { handoverReferenceValue := '00'O }, powerCommandAndAccesstype := { powerlevel := '00000'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := omit, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info, encoded: '062BD1040E00090000'O VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(1761)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C131709062BD1040E00090000'O TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: RSL Data Req went out to first BTS: { msg_disc := { msg_group := RSL_MDISC_RLL (1), transparent := true }, msg_type := RSL_MT_DATA_REQ (1), ies := { { iei := RSL_IE_CHAN_NR (1), body := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } } }, { iei := RSL_IE_LINK_IDENT (2), body := { link_id := { c := FACCH_SDCCH (0), na := false, prio := SAPI0_PRIO_NORMAL (0), sapi := 0 } } }, { iei := RSL_IE_L3_INFO (11), body := { l3_info := { len := 9, payload := '062BD1040E00090000'O } } } } } TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Found L3 Info: { l3_info := { len := 9, payload := '062BD1040E00090000'O } } TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Success: the BSC sent out the same RR Handover Command the other BSS forwarded. TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Got BSSMAP Clear Request VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1761)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1761)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Got RR Release TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Got Deact SACCH TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Got RF Chan Rel TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "319", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "7c" }, { code := "I", val := "2887E3D7" } }, sdp := omit } TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "320", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "7c" }, { code := "I", val := "217A6C58" } }, sdp := omit } TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-RAN(1762)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_out_fail_no_result_after_ho_cmd(1771)13605866 VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1761)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_out_fail_no_result_after_ho_cmd(1771)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1762)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1761)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1763)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1767)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1760)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1765)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1764)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1770)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1769)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1766)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1768)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1760): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1761): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1762): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1763): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1764): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1765): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1766): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1767): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1768): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1769): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1770): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_out_fail_no_result_after_ho_cmd(1771): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_out_fail_no_result_after_ho_cmd finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd pass'. Sun Apr 21 06:23:25 UTC 2024 ====== BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=589140) Waiting for packet dumper to finish... 1 (prev_count=589140, count=784762) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc'. ------ BSC_Tests.TC_ho_into_this_bsc ------ Sun Apr 21 06:23:30 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc": using IMSI '001011523051600'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1775)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1775)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1775)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1773)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1778)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1778)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1778)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1776)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1775)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1778)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1774)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1774)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1777)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1781)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1781)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1781)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1781)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1780)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc(1783) VirtMSC-RAN(1774)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc(1783)10938142 VirtMSC-SCCP(1773)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'A6E71E'O, sourceLocRef := '000002'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1780)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "321", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc(1783) VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670707D0630190'O TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '07'O ("\a") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1773)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1773)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1774)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc(1783)10938142 VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1773)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1773)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc(1783)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1774)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1773)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1775)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1772)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1779)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1776)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1777)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1782)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1778)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1780)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1781)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1772): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1773): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1774): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1775): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1776): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1777): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1778): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1779): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1780): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1781): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1782): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc(1783): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc pass'. Sun Apr 21 06:23:38 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=524683) Waiting for packet dumper to finish... 1 (prev_count=524683, count=720305) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_0'. ------ BSC_Tests.TC_ho_into_this_bsc_a5_0 ------ Sun Apr 21 06:23:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_0' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_0 started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_0": using IMSI '001012237297130'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1787)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1787)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1787)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1785)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1790)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1790)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1790)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1788)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1787)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1790)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1786)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1786)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1789)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1793)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1793)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1793)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1793)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_0() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1792)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_a5_0(1795) VirtMSC-RAN(1786)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_a5_0(1795)10008250 VirtMSC-SCCP(1785)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: { messageType := 2, destLocRef := '98B6BA'O, sourceLocRef := '000003'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1792)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "326", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_a5_0(1795) VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_0 (1) expect kc = ('9F73831E127DD64B'O, ''O) TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670807D0630190'O TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '08'O ("\b") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1785)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1785)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1786)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_a5_0(1795)10008250 VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1785)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_0(1795)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1785)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1784)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1786)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1787)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1791)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1788)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1789)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1794)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1790)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1792)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1793)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1784): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1785): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1786): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1787): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1788): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1789): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1790): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1791): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1792): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1793): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1794): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_a5_0(1795): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_0 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_0 pass'. Sun Apr 21 06:23:50 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_a5_0 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_a5_0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=523266) Waiting for packet dumper to finish... 1 (prev_count=523266, count=719300) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_0 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_1'. ------ BSC_Tests.TC_ho_into_this_bsc_a5_1 ------ Sun Apr 21 06:23:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_1 started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_1": using IMSI '001010401741898'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1799)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1799)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1799)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1797)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1802)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1802)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1802)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1800)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1799)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1802)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1798)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1798)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1801)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1805)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1805)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1805)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1805)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_1() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1804)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_a5_1(1807) VirtMSC-RAN(1798)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_a5_1(1807)2137254 VirtMSC-SCCP(1797)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: { messageType := 2, destLocRef := '209CA6'O, sourceLocRef := '000004'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1804)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "331", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "4" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_a5_1(1807) VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_1 (2) expect kc = '7FBF43DF426A4845'O TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670907D0630191'O TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '09'O ("\t") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1797)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1797)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1798)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_a5_1(1807)2137254 VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1797)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1797)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_1(1807)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1798)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1799)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1796)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1797)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1803)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1801)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1806)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1800)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1805)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1802)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1804)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1796): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1797): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1798): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1799): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1800): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1801): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1802): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1803): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1804): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1805): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1806): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_a5_1(1807): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_1 pass'. Sun Apr 21 06:24:03 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_a5_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_a5_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=522282) Waiting for packet dumper to finish... 1 (prev_count=522282, count=718728) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_3'. ------ BSC_Tests.TC_ho_into_this_bsc_a5_3 ------ Sun Apr 21 06:24:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_3 started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_3": using IMSI '001017042834746'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1811)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1811)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1811)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1809)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1814)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1814)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1814)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1812)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1811)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1814)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1810)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1810)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1813)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1817)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1817)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1817)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1817)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_3() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1816)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_a5_3(1819) VirtMSC-RAN(1810)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_a5_3(1819)7283558 VirtMSC-SCCP(1809)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: { messageType := 2, destLocRef := '6F2366'O ("o#f"), sourceLocRef := '000005'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1816)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "336", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_a5_3(1819) VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = '190D56653C060B18'O TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670A07D0630195'O TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '0A'O ("\n") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '010'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1809)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1809)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1810)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_a5_3(1819)7283558 VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1809)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1809)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_3(1819)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1810)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1811)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1809)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1808)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1815)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1812)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1813)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1818)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1816)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1817)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1814)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1808): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1809): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1810): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1811): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1812): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1813): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1814): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1815): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1816): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1817): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1818): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_a5_3(1819): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_3 pass'. Sun Apr 21 06:24:16 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_a5_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_a5_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=522672) Waiting for packet dumper to finish... 1 (prev_count=522672, count=718706) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_4'. ------ BSC_Tests.TC_ho_into_this_bsc_a5_4 ------ Sun Apr 21 06:24:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_4' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_4 started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_4": using IMSI '001016749324632'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1823)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1823)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1823)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1821)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(1826)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1826)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1826)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(1824)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1823)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1826)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1822)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1822)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1825)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1829)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1829)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1829)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1829)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_4() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1828)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_a5_4(1831) VirtMSC-RAN(1822)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_a5_4(1831)79911 VirtMSC-SCCP(1821)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: { messageType := 2, destLocRef := '013827'O, sourceLocRef := '000006'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1828)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "341", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "6" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_a5_4(1831) VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_4 (5) expect kc = '7C36CE7C72E14F15D3675B4B22D45092'O TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670B07D0630197'O TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '0B'O ("\v") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '011'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1821)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1821)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1822)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_a5_4(1831)79911 VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1821)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_4(1831)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1821)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1822)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1823)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1820)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1827)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(1830)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1825)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1824)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1826)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1828)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1829)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1820): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1821): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1822): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1823): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1824): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1825): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1826): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1827): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1828): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1829): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1830): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_a5_4(1831): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_4 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_4 pass'. Sun Apr 21 06:24:29 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_a5_4 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_a5_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=522441) Waiting for packet dumper to finish... 1 (prev_count=522441, count=719199) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_4 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg'. ------ BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg ------ Sun Apr 21 06:24:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg": using IMSI '001012028366973'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1835)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1835)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1835)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1833)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1838)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1838)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1838)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1836)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1835)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1838)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1834)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1834)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1837)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1841)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1841)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1841)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1841)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1840)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843) VirtMSC-RAN(1834)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)3219042 VirtMSC-SCCP(1833)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: { messageType := 2, destLocRef := '311E62'O, sourceLocRef := '000007'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1840)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "346", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843) VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = '02BFA6997754F85D'O TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670C07D0630195'O TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '0C'O ("\f") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '010'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1833)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1833)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1834)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)3219042 VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1833)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1833)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1834)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1833)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1832)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1839)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1835)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1836)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1837)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1842)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1840)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1841)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1838)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1832): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1833): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1834): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1835): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1836): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1837): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1838): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1839): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1840): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1841): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1842): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg(1843): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg pass'. Sun Apr 21 06:24:41 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=520843) Waiting for packet dumper to finish... 1 (prev_count=520843, count=717290) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3'. ------ BSC_Tests.TC_ho_into_this_bsc_a5_1_3 ------ Sun Apr 21 06:24:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_1_3 started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_1_3": using IMSI '001011991816127'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1847)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1847)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1847)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1845)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1850)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1850)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1850)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1848)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1847)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1850)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1846)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1846)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1849)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1853)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1853)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1853)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1853)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_1_3() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1852)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_a5_1_3(1855) VirtMSC-RAN(1846)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_a5_1_3(1855)183047 VirtMSC-SCCP(1845)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: { messageType := 2, destLocRef := '02CB07'O, sourceLocRef := '000008'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1852)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "351", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_a5_1_3(1855) VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = 'C88A75A00DB71B83'O TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670D07D0630195'O TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '0D'O ("\r") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '010'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1845)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1845)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1846)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_a5_1_3(1855)183047 VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1845)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1845)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_a5_1_3(1855)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1846)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1844)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1845)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1847)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1851)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1849)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1854)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1848)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1850)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1852)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1853)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1844): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1845): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1846): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1847): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1848): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1849): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1850): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1851): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1852): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1853): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1854): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_a5_1_3(1855): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_1_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3 pass'. Sun Apr 21 06:24:54 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_a5_1_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_a5_1_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=524302) Waiting for packet dumper to finish... 1 (prev_count=524302, count=720748) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_1_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_mismatch'. ------ BSC_Tests.TC_ho_into_this_bsc_a5_mismatch ------ Sun Apr 21 06:24:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_a5_mismatch' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_mismatch started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_mismatch": using IMSI '001014734451243'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1859)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1859)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1859)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1857)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1862)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1862)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1862)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1860)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1859)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1862)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1858)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1858)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1861)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1865)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1865)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1865)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1865)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_a5_mismatch() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1864)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_a5_mismatch(1867) VirtMSC-RAN(1858)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_a5_mismatch(1867)3791257 VirtMSC-SCCP(1857)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: { messageType := 2, destLocRef := '39D999'O, sourceLocRef := '000009'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1857)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1857)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_mismatch(1867)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_a5_mismatch(1867)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1857)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1857)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1857)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1857)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_a5_mismatch(1867)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_ho_into_this_bsc_a5_mismatch(1867)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-RAN(1858)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_a5_mismatch(1867)3791257 TC_ho_into_this_bsc_a5_mismatch(1867)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(1857)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1857)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1858)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1859)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1857)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1856)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1863)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(1866)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1861)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1860)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1864)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1862)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1865)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1856): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1857): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1858): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1859): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1860): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1861): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1862): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1863): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1864): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1865): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1866): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_a5_mismatch(1867): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_a5_mismatch finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_mismatch pass'. Sun Apr 21 06:25:05 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_a5_mismatch pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_a5_mismatch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=642871) Waiting for packet dumper to finish... 1 (prev_count=642871, count=644370) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_a5_mismatch pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_tla_v6'. ------ BSC_Tests.TC_ho_into_this_bsc_tla_v6 ------ Sun Apr 21 06:25:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_tla_v6' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_tla_v6 started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_tla_v6": using IMSI '001019342874360'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1871)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1871)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1871)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1869)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1874)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1874)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1874)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1872)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1871)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1874)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1870)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1870)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1873)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1877)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1877)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1877)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1877)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_tla_v6() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1876)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_tla_v6(1879) VirtMSC-RAN(1870)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_tla_v6(1879)2285423 VirtMSC-SCCP(1869)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: { messageType := 2, destLocRef := '22DF6F'O, sourceLocRef := '00000A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1876)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "356", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "a" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_tla_v6(1879) VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943670F07D0630190'O TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '0F'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1869)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1869)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1870)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_tla_v6(1879)2285423 VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1869)@6aa4ca6fe73c: Session index based on local reference:0 TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(1869)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_tla_v6(1879)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1869)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1871)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1868)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1870)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1875)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-M3UA(1874)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1872)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1873)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1878)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1876)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1877)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1868): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1869): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1870): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1871): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1872): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1873): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1874): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1875): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1876): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1877): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1878): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_tla_v6(1879): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_tla_v6 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_tla_v6 pass'. Sun Apr 21 06:25:18 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_tla_v6 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_tla_v6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=535384) Waiting for packet dumper to finish... 1 (prev_count=535384, count=731419) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_tla_v6 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran'. ------ BSC_Tests.TC_srvcc_eutran_to_geran ------ Sun Apr 21 06:25:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran started. MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran": using IMSI '001015091177971'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1883)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1883)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1883)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1881)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1886)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1886)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1886)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1884)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1883)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1886)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1882)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1882)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1885)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1889)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1889)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1889)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1889)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1888)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_srvcc_eutran_to_geran(1891) VirtMSC-RAN(1882)@6aa4ca6fe73c: Added conn table entry 0TC_srvcc_eutran_to_geran(1891)15614772 VirtMSC-SCCP(1881)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'EE4334'O, sourceLocRef := '00000B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1888)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "361", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "b" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_srvcc_eutran_to_geran(1891) VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671007D0630190'O TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '10'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1881)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1881)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1882)@6aa4ca6fe73c: Deleted conn table entry 0TC_srvcc_eutran_to_geran(1891)15614772 VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on connection ID:0 TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1881)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran(1891)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1881)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1882)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1883)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1880)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1887)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1885)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1884)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1886)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1890)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1888)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1889)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1880): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1881): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1882): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1883): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1884): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1885): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1886): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1887): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1888): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1889): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1890): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_srvcc_eutran_to_geran(1891): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran pass'. Sun Apr 21 06:25:30 UTC 2024 ====== BSC_Tests.TC_srvcc_eutran_to_geran pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_srvcc_eutran_to_geran.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=670081) Waiting for packet dumper to finish... 1 (prev_count=670081, count=819132) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_a5_3'. ------ BSC_Tests.TC_srvcc_eutran_to_geran_a5_3 ------ Sun Apr 21 06:25:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_a5_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_a5_3 started. MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_a5_3": using IMSI '001012018289421'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1895)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1895)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1895)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1893)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1898)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1898)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1898)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1896)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1895)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1898)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1894)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1894)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1897)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1901)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1901)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1901)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1901)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_a5_3() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1900)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_srvcc_eutran_to_geran_a5_3(1903) VirtMSC-RAN(1894)@6aa4ca6fe73c: Added conn table entry 0TC_srvcc_eutran_to_geran_a5_3(1903)11159067 VirtMSC-SCCP(1893)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'AA461B'O, sourceLocRef := '00000C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1900)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "366", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "c" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_srvcc_eutran_to_geran_a5_3(1903) VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: for encryption algo RSL_ALG_ID_A5_3 (4) expect kc = '3CCD8EC2B24E581F'O TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671107D0630195'O TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '11'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '1'B, algorithmIdentifier := '010'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1893)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1893)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1894)@6aa4ca6fe73c: Deleted conn table entry 0TC_srvcc_eutran_to_geran_a5_3(1903)11159067 VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: "Got RSL RR Release" TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_a5_3(1903)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1893)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1895)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1899)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1894)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1892)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1896)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1902)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1897)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1898)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1901)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1900)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1892): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1893): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1894): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1895): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1896): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1897): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1898): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1899): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1900): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1901): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1902): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_srvcc_eutran_to_geran_a5_3(1903): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_a5_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_a5_3 pass'. Sun Apr 21 06:25:43 UTC 2024 ====== BSC_Tests.TC_srvcc_eutran_to_geran_a5_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_srvcc_eutran_to_geran_a5_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=807206) Waiting for packet dumper to finish... 1 (prev_count=807206, count=818033) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_a5_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_src_sai'. ------ BSC_Tests.TC_srvcc_eutran_to_geran_src_sai ------ Sun Apr 21 06:25:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_src_sai' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_src_sai started. MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_src_sai": using IMSI '001016511888039'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1907)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1907)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1907)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1905)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1910)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1910)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1910)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1908)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1907)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1910)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1906)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1906)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1909)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1913)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1913)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1913)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1913)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_src_sai() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1912)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_srvcc_eutran_to_geran_src_sai(1915) VirtMSC-RAN(1906)@6aa4ca6fe73c: Added conn table entry 0TC_srvcc_eutran_to_geran_src_sai(1915)8677903 VirtMSC-SCCP(1905)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: { messageType := 2, destLocRef := '846A0F'O, sourceLocRef := '00000D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1912)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "371", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "d" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_srvcc_eutran_to_geran_src_sai(1915) VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671207D0630190'O TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '12'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1905)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1905)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1906)@6aa4ca6fe73c: Deleted conn table entry 0TC_srvcc_eutran_to_geran_src_sai(1915)8677903 VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on connection ID:0 TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1905)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_src_sai(1915)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1905)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1907)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1906)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1911)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1904)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1908)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1909)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1914)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1910)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1912)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1913)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1904): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1905): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1906): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1907): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1908): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1909): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1910): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1911): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1912): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1913): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1914): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_srvcc_eutran_to_geran_src_sai(1915): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_src_sai finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_src_sai pass'. Sun Apr 21 06:25:56 UTC 2024 ====== BSC_Tests.TC_srvcc_eutran_to_geran_src_sai pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_srvcc_eutran_to_geran_src_sai.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=803785) Waiting for packet dumper to finish... 1 (prev_count=803785, count=815525) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_src_sai pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out'. ------ BSC_Tests.TC_srvcc_eutran_to_geran_ho_out ------ Sun Apr 21 06:26:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_ho_out started. MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_ho_out": using IMSI '001012293575262'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1919)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1919)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1919)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1917)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1922)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1922)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1922)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1920)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1919)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1922)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1918)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1918)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1921)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1925)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1925)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1925)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1925)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_ho_out() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1924)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_srvcc_eutran_to_geran_ho_out(1927) VirtMSC-RAN(1918)@6aa4ca6fe73c: Added conn table entry 0TC_srvcc_eutran_to_geran_ho_out(1927)436693 VirtMSC-SCCP(1917)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: { messageType := 2, destLocRef := '06A9D5'O, sourceLocRef := '00000E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1924)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "376", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "e" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_srvcc_eutran_to_geran_ho_out(1927) VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671307D0630190'O TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '13'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '001'B, ncc := '010'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '04'O }, channelDescription2 := { timeslotNumber := '110'B, channelTypeandTDMAOffset := '00001'B, octet3 := '00'O, octet4 := '09'O ("\t") }, handoverReference := { handoverReferenceValue := '00'O }, powerCommandAndAccesstype := { powerlevel := '00000'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := omit, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info, encoded: '062BD1040E00090000'O VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(1917)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C131709062BD1040E00090000'O TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: RSL Data Req went out to first BTS: { msg_disc := { msg_group := RSL_MDISC_RLL (1), transparent := true }, msg_type := RSL_MT_DATA_REQ (1), ies := { { iei := RSL_IE_CHAN_NR (1), body := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } } }, { iei := RSL_IE_LINK_IDENT (2), body := { link_id := { c := FACCH_SDCCH (0), na := false, prio := SAPI0_PRIO_NORMAL (0), sapi := 0 } } }, { iei := RSL_IE_L3_INFO (11), body := { l3_info := { len := 9, payload := '062BD1040E00090000'O } } } } } TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Found L3 Info: { l3_info := { len := 9, payload := '062BD1040E00090000'O } } TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Success: the BSC sent out the same RR Handover Command the other BSS forwarded. TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1917)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010B'O VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1917)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "379", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "e" }, { code := "I", val := "71E48F90" } }, sdp := omit } TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "380", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "e" }, { code := "I", val := "4C3743DD" } }, sdp := omit } VirtMSC-RAN(1918)@6aa4ca6fe73c: Deleted conn table entry 0TC_srvcc_eutran_to_geran_ho_out(1927)436693 VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1917)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_ho_out(1927)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1918)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1919)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1916)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1917)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1923)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1921)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1920)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1926)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1924)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1922)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1925)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1916): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1917): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1918): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1919): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1920): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1921): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1922): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1923): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1924): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1925): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1926): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_srvcc_eutran_to_geran_ho_out(1927): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_ho_out finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out pass'. Sun Apr 21 06:26:13 UTC 2024 ====== BSC_Tests.TC_srvcc_eutran_to_geran_ho_out pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_srvcc_eutran_to_geran_ho_out.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=971719) Waiting for packet dumper to finish... 1 (prev_count=971719, count=973218) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return'. ------ BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return ------ Sun Apr 21 06:26:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_forbid_fast_return started. MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_forbid_fast_return": using IMSI '001017863896003'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(1931)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1931)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1931)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(1929)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1934)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1934)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1934)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1932)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1931)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1934)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1930)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1930)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1933)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1937)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1937)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1937)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1937)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_forbid_fast_return() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1936)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_srvcc_eutran_to_geran_forbid_fast_return(1939) VirtMSC-RAN(1930)@6aa4ca6fe73c: Added conn table entry 0TC_srvcc_eutran_to_geran_forbid_fast_return(1939)3113042 VirtMSC-SCCP(1929)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: { messageType := 2, destLocRef := '2F8052'O, sourceLocRef := '00000F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1936)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "381", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "f" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_srvcc_eutran_to_geran_forbid_fast_return(1939) VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671407D0630190'O TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '14'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1929)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1929)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(1930)@6aa4ca6fe73c: Deleted conn table entry 0TC_srvcc_eutran_to_geran_forbid_fast_return(1939)3113042 VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on connection ID:0 TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(1929)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_forbid_fast_return(1939)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1929)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1931)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1928)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1930)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1935)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1933)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1934)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1938)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1932)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1937)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1936)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1928): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1929): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1930): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1931): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1932): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1933): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1934): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1935): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1936): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1937): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1938): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_srvcc_eutran_to_geran_forbid_fast_return(1939): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_forbid_fast_return finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return pass'. Sun Apr 21 06:26:25 UTC 2024 ====== BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=523177) Waiting for packet dumper to finish... 1 (prev_count=523177, count=719211) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return'. ------ BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return ------ Sun Apr 21 06:26:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return started. MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return": using IMSI '001011512005643'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1943)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1943)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1943)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1941)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1946)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1946)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1946)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1944)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1943)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1946)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1942)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1942)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1945)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1949)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1949)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1949)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1949)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1948)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951) VirtMSC-RAN(1942)@6aa4ca6fe73c: Added conn table entry 0TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)3044923 VirtMSC-SCCP(1941)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: { messageType := 2, destLocRef := '2E763B'O (".v;"), sourceLocRef := '000010'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1948)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "386", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "10" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951) VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671507D0630190'O TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '15'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '001'B, ncc := '010'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '04'O }, channelDescription2 := { timeslotNumber := '110'B, channelTypeandTDMAOffset := '00001'B, octet3 := '00'O, octet4 := '09'O ("\t") }, handoverReference := { handoverReferenceValue := '00'O }, powerCommandAndAccesstype := { powerlevel := '00000'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := omit, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info, encoded: '062BD1040E00090000'O VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(1941)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C131709062BD1040E00090000'O TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: RSL Data Req went out to first BTS: { msg_disc := { msg_group := RSL_MDISC_RLL (1), transparent := true }, msg_type := RSL_MT_DATA_REQ (1), ies := { { iei := RSL_IE_CHAN_NR (1), body := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } } }, { iei := RSL_IE_LINK_IDENT (2), body := { link_id := { c := FACCH_SDCCH (0), na := false, prio := SAPI0_PRIO_NORMAL (0), sapi := 0 } } }, { iei := RSL_IE_L3_INFO (11), body := { l3_info := { len := 9, payload := '062BD1040E00090000'O } } } } } TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Found L3 Info: { l3_info := { len := 9, payload := '062BD1040E00090000'O } } TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Success: the BSC sent out the same RR Handover Command the other BSS forwarded. TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1941)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010B'O VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1941)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "389", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "10" }, { code := "I", val := "1D5A7B84" } }, sdp := omit } TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "390", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "10" }, { code := "I", val := "7D6D0C54" } }, sdp := omit } VirtMSC-RAN(1942)@6aa4ca6fe73c: Deleted conn table entry 0TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)3044923 VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1941)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1942)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1941)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1943)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1940)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1947)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1944)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1945)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1950)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1946)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1948)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1949)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1940): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1941): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1942): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1943): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1944): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1945): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1946): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1947): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1948): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1949): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1950): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return(1951): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return pass'. Sun Apr 21 06:26:42 UTC 2024 ====== BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=975562) Waiting for packet dumper to finish... 1 (prev_count=975562, count=977474) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_msc_clears'. ------ BSC_Tests.TC_ho_in_fail_msc_clears ------ Sun Apr 21 06:26:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_msc_clears' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_msc_clears started. MTC@6aa4ca6fe73c: "TC_ho_in_fail_msc_clears": using IMSI '001013034131330'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1955)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1955)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1955)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1953)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1958)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1958)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1958)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1956)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1955)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1958)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1954)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1954)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1957)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1961)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1961)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1961)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1961)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_in_fail_msc_clears() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1960)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_in_fail_msc_clears(1963) VirtMSC-RAN(1954)@6aa4ca6fe73c: Added conn table entry 0TC_ho_in_fail_msc_clears(1963)5587595 VirtMSC-SCCP(1953)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: { messageType := 2, destLocRef := '55428B'O, sourceLocRef := '000011'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1953)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1960)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "391", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "11" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_in_fail_msc_clears(1963) VirtMSC-SCCP(1953)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671607D0630190'O TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '16'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } VirtMSC-SCCP(1953)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1953)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010A'O VirtMSC-SCCP(1953)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1953)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1953)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "394", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "11" }, { code := "I", val := "2AE4B9D3" } }, sdp := omit } TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "395", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "11" }, { code := "I", val := "578F012E" } }, sdp := omit } TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-RAN(1954)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_in_fail_msc_clears(1963)5587595 VirtMSC-SCCP(1953)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1953)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_in_fail_msc_clears(1963)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(1954)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1953)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1955)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1952)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1959)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1957)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1956)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1962)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1958)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1960)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1961)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1952): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1953): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1954): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1955): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1956): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1957): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1958): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1959): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1960): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1961): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1962): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_in_fail_msc_clears(1963): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_msc_clears finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_msc_clears pass'. Sun Apr 21 06:26:55 UTC 2024 ====== BSC_Tests.TC_ho_in_fail_msc_clears pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_in_fail_msc_clears.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=508995) Waiting for packet dumper to finish... 1 (prev_count=508995, count=705854) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_msc_clears pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect'. ------ BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect ------ Sun Apr 21 06:27:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_msc_clears_after_ho_detect started. MTC@6aa4ca6fe73c: "TC_ho_in_fail_msc_clears_after_ho_detect": using IMSI '001011451045647'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1967)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1967)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1967)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1965)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1970)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1970)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1970)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1968)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1967)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1970)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1966)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1966)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1969)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1973)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1973)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1973)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1973)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_in_fail_msc_clears_after_ho_detect() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1972)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_in_fail_msc_clears_after_ho_detect(1975) VirtMSC-RAN(1966)@6aa4ca6fe73c: Added conn table entry 0TC_ho_in_fail_msc_clears_after_ho_detect(1975)9003436 VirtMSC-SCCP(1965)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: { messageType := 2, destLocRef := '8961AC'O, sourceLocRef := '000012'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1972)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "396", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "12" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_in_fail_msc_clears_after_ho_detect(1975) VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_msc_clears_after_ho_detect(1975)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671707D0630190'O TC_ho_in_fail_msc_clears_after_ho_detect(1975)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '17'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_in_fail_msc_clears_after_ho_detect(1975)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1965)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010A'O VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1965)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_msc_clears_after_ho_detect(1975)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "399", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "12" }, { code := "I", val := "67A50C79" } }, sdp := omit } TC_ho_in_fail_msc_clears_after_ho_detect(1975)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "400", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "12" }, { code := "I", val := "24BB55DC" } }, sdp := omit } VirtMSC-RAN(1966)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_in_fail_msc_clears_after_ho_detect(1975)9003436 VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1965)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_in_fail_msc_clears_after_ho_detect(1975)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1967)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1965)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1964)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1966)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1971)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(1969)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(1968)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1974)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1970)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1972)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1973)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1964): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1965): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1966): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1967): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1968): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1969): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1970): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1971): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1972): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1973): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1974): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_in_fail_msc_clears_after_ho_detect(1975): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_msc_clears_after_ho_detect finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect pass'. Sun Apr 21 06:27:06 UTC 2024 ====== BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=511307) Waiting for packet dumper to finish... 1 (prev_count=511307, count=698838) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_no_detect'. ------ BSC_Tests.TC_ho_in_fail_no_detect ------ Sun Apr 21 06:27:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_no_detect' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_no_detect started. MTC@6aa4ca6fe73c: "TC_ho_in_fail_no_detect": using IMSI '001011175230750'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1979)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1979)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1979)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1977)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1982)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1982)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1982)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1980)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1979)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1982)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1978)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1978)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1981)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1985)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1985)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1985)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1985)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_in_fail_no_detect() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1984)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_in_fail_no_detect(1987) VirtMSC-RAN(1978)@6aa4ca6fe73c: Added conn table entry 0TC_ho_in_fail_no_detect(1987)12668839 VirtMSC-SCCP(1977)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'C14FA7'O, sourceLocRef := '000013'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1984)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "401", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "13" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_in_fail_no_detect(1987) VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_no_detect(1987)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671807D0630190'O TC_ho_in_fail_no_detect(1987)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '18'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_in_fail_no_detect(1987)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_no_detect(1987)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "404", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "13" }, { code := "I", val := "38476CB3" } }, sdp := omit } TC_ho_in_fail_no_detect(1987)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "405", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "13" }, { code := "I", val := "6E53F757" } }, sdp := omit } VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1977)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010A'O VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1977)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(1978)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_in_fail_no_detect(1987)12668839 VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_in_fail_no_detect(1987)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(1977)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1978)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(1979)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1976)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1983)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1980)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1981)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1986)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1985)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1982)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1984)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1976): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1977): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1978): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1979): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1980): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1981): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1982): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1983): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1984): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1985): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1986): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_in_fail_no_detect(1987): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_no_detect finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_no_detect pass'. Sun Apr 21 06:27:21 UTC 2024 ====== BSC_Tests.TC_ho_in_fail_no_detect pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_in_fail_no_detect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=526375) Waiting for packet dumper to finish... 1 (prev_count=526375, count=713493) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_no_detect pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_no_detect2'. ------ BSC_Tests.TC_ho_in_fail_no_detect2 ------ Sun Apr 21 06:27:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_no_detect2' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_no_detect2 started. MTC@6aa4ca6fe73c: "TC_ho_in_fail_no_detect2": using IMSI '001013455727540'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(1991)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(1991)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(1991)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(1989)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(1994)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(1994)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(1994)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(1992)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(1991)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(1994)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(1990)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(1990)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(1993)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(1997)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(1997)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(1997)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(1997)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_in_fail_no_detect2() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(1996)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_in_fail_no_detect2(1999) VirtMSC-RAN(1990)@6aa4ca6fe73c: Added conn table entry 0TC_ho_in_fail_no_detect2(1999)13651496 VirtMSC-SCCP(1989)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'D04E28'O, sourceLocRef := '000014'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(1996)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "406", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_in_fail_no_detect2(1999) VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_no_detect2(1999)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671907D0630190'O TC_ho_in_fail_no_detect2(1999)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '19'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_in_fail_no_detect2(1999)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_no_detect2(1999)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "409", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "14" }, { code := "I", val := "02D86FE3" } }, sdp := omit } TC_ho_in_fail_no_detect2(1999)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "410", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "14" }, { code := "I", val := "17B8FF91" } }, sdp := omit } VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(1989)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(1989)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(1990)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_in_fail_no_detect2(1999)13651496 VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(1989)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_in_fail_no_detect2(1999)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(1991)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1995)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(1988)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(1989)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(1990)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(1992)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(1998)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(1993)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(1994)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(1996)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(1997)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(1988): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(1989): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(1990): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(1991): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(1992): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(1993): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(1994): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(1995): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(1996): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(1997): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(1998): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_in_fail_no_detect2(1999): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_no_detect2 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_no_detect2 pass'. Sun Apr 21 06:27:36 UTC 2024 ====== BSC_Tests.TC_ho_in_fail_no_detect2 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_in_fail_no_detect2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=525952) Waiting for packet dumper to finish... 1 (prev_count=525952, count=713071) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_no_detect2 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout'. ------ BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout ------ Sun Apr 21 06:27:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_mgw_mdcx_timeout started. MTC@6aa4ca6fe73c: "TC_ho_in_fail_mgw_mdcx_timeout": using IMSI '001015559703200'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2003)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2003)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2003)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2001)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(2006)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2006)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2006)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(2004)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2003)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2006)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2002)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2002)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2005)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2009)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2009)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2009)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2009)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_in_fail_mgw_mdcx_timeout() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(2008)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_in_fail_mgw_mdcx_timeout(2011) VirtMSC-RAN(2002)@6aa4ca6fe73c: Added conn table entry 0TC_ho_in_fail_mgw_mdcx_timeout(2011)3209599 VirtMSC-SCCP(2001)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: { messageType := 2, destLocRef := '30F97F'O, sourceLocRef := '000015'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(2008)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "411", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "15" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_in_fail_mgw_mdcx_timeout(2011) VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_mgw_mdcx_timeout(2011)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_in_fail_mgw_mdcx_timeout(2011)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2001)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2001)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_mgw_mdcx_timeout(2011)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_ho_in_fail_mgw_mdcx_timeout(2011)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-RAN(2002)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_in_fail_mgw_mdcx_timeout(2011)3209599 VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_in_fail_mgw_mdcx_timeout(2011)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(2001)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2001)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2002)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2000)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2007)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2001)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2003)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2005)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2004)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2010)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2006)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2008)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2009)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2000): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2001): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2002): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2003): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2004): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2005): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2006): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2007): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2008): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2009): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2010): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_in_fail_mgw_mdcx_timeout(2011): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_mgw_mdcx_timeout finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout pass'. Sun Apr 21 06:27:51 UTC 2024 ====== BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=522795) Waiting for packet dumper to finish... 1 (prev_count=522795, count=709914) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout'. ------ BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout ------ Sun Apr 21 06:27:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_ipa_crcx_timeout started. MTC@6aa4ca6fe73c: "TC_ho_in_fail_ipa_crcx_timeout": using IMSI '001011315525447'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2015)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2015)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2015)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2013)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2018)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2018)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2018)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2016)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2015)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2018)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2014)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2014)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2017)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2021)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2021)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2021)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2021)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_in_fail_ipa_crcx_timeout() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(2020)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_in_fail_ipa_crcx_timeout(2023) VirtMSC-RAN(2014)@6aa4ca6fe73c: Added conn table entry 0TC_ho_in_fail_ipa_crcx_timeout(2023)4662995 VirtMSC-SCCP(2013)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: { messageType := 2, destLocRef := '4726D3'O, sourceLocRef := '000016'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on local reference:0 VirtMGW-MGCP-0(2020)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "416", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "16" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_in_fail_ipa_crcx_timeout(2023) VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_ipa_crcx_timeout(2023)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_in_fail_ipa_crcx_timeout(2023)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2013)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2013)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_in_fail_ipa_crcx_timeout(2023)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_ho_in_fail_ipa_crcx_timeout(2023)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-RAN(2014)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_in_fail_ipa_crcx_timeout(2023)4662995 VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_in_fail_ipa_crcx_timeout(2023)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(2013)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2013)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2014)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2013)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2015)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2019)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2012)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2016)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2017)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2022)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2018)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2020)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2021)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2012): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2013): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2014): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2015): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2016): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2017): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2018): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2019): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2020): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2021): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2022): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_in_fail_ipa_crcx_timeout(2023): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_in_fail_ipa_crcx_timeout finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout pass'. Sun Apr 21 06:28:04 UTC 2024 ====== BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=698240) Waiting for packet dumper to finish... 1 (prev_count=698240, count=702425) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap'. ------ BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap ------ Sun Apr 21 06:28:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_sccp_cr_without_bssap started. MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_sccp_cr_without_bssap": using IMSI '001019236897223'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2027)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2027)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2027)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2025)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2030)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2030)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2030)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2028)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2027)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2030)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2026)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2026)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2029)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2033)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2033)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2033)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2033)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_into_this_bsc_sccp_cr_without_bssap() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } VirtMGW-MGCP-0(2032)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_into_this_bsc_sccp_cr_without_bssap(2035) VirtMSC-RAN(2026)@6aa4ca6fe73c: Added conn table entry 0TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)2545823 VirtMSC-SCCP(2025)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: { messageType := 2, destLocRef := '26D89F'O, sourceLocRef := '000017'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: vl_len:54 VirtMSC-SCCP(2025)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0034100B030108010A090100000000000000001D4005050100010001050501000100007C060102030409267D0983FF57843F07828081'O VirtMGW-MGCP-0(2032)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "420", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "17" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_into_this_bsc_sccp_cr_without_bssap(2035) VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: Received L3 Info in HO Request Ack: '062BCA670943671C07D0630190'O TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: L3 Info in HO Request Ack is { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '010'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '1C'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := { sI := '00'B, rOT := '0'B, nCI := '0'B, elementIdentifier := '1101'B }, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := { sC := '0'B, algorithmIdentifier := '000'B, elementIdentifier := '1001'B }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: Handover Command chan_nr is{ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: handoverCommand: verified TSC = 2 VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2025)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2025)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2026)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)2545823 VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2025)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_into_this_bsc_sccp_cr_without_bssap(2035)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2025)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2026)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2027)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2031)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2024)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2029)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2028)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2034)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2030)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2032)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2033)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2024): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2025): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2026): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2027): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2028): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2029): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2030): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2031): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2032): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2033): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2034): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_into_this_bsc_sccp_cr_without_bssap(2035): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_into_this_bsc_sccp_cr_without_bssap finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap pass'. Sun Apr 21 06:28:17 UTC 2024 ====== BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=526363) Waiting for packet dumper to finish... 1 (prev_count=526363, count=722397) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_1'. ------ BSC_Tests.TC_ho_neighbor_config_1 ------ Sun Apr 21 06:28:22 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_1 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2039)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2039)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2039)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2037)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2042)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2042)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2042)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2040)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2039)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2042)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2038)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2038)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2041)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2045)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2045)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2045)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2045)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2047)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2047)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2047)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2047)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2049)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2049)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2049)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2049)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2051)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2051)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2051)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2051)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2053)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2053)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2053)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2053)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2055)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2055)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2055)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2055)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_neighbor_config_1() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "TC_ho_neighbor_config_1": using IMSI '001011057794734'H VirtMSC-RAN(2038)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100175977443'O, n_connectPointCode := omit VirtMSC-RAN(2038)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100175977443'O to be handled at TC_ho_neighbor_config_1(2057) VirtMSC-SCCP(2037)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2038)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2038)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100175977443'O handled at TC_ho_neighbor_config_1(2057) VirtMSC-RAN(2038)@6aa4ca6fe73c: Added conn table entry 0TC_ho_neighbor_config_1(2057)13228313 VirtMSC-SCCP(2037)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2046)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2044)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_neighbor_config_1(2057) VirtMSC-SCCP(2037)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2037)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2044)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "425", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7d" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_neighbor_config_1(2057) TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2046)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2037)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2037)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2037)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '54AF0DC9'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '14652799'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "TC_ho_neighbor_config_1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "TC_ho_neighbor_config_1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: f_tc_ho_neighbor_config: 1. No 'neighbor' config IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover starting: 1.a: HO to bts 1 works, implicitly listed as neighbor (legacy behavior when none are configured) (expecting handover)" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '1D'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: Handover to new chan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } on ARFCN 25447 TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '1D'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.a): Got RSL Handover Command as expected." TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.a): Ending the test: Handover Failure stops the procedure." TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.a): done (got RSL Handover Command)" IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.a): done clearing" IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover starting: 1.b: HO to unknown cell does not start (expecting NO handover)" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.b): Got no Handover, as expected." TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.b): done (got no Handover)" IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.b): done clearing" IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover starting: 1.c: HO to 871-12 is ambiguous = error (expecting NO handover)" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.c): Got no Handover, as expected." TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.c): done (got no Handover)" IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.c): done clearing" IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover starting: 1.d: HO to 871-11 still works (verify that this test properly cleans up) (expecting handover)" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '1E'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: Handover to new chan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } on ARFCN 25447 TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '1E'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.d): Got RSL Handover Command as expected." TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.d): Ending the test: Handover Failure stops the procedure." TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.d): done (got RSL Handover Command)" IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "f_probe_for_handover(1.d): done clearing" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2037)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2037)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2037)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2037)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2037)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2038)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_neighbor_config_1(2057)13228313 VirtMSC-SCCP(2037)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_neighbor_config_1(2057)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2037)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2038)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2039)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2043)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2036)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2041)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2054)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2048)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2050)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2052)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2046)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2056)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2040)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2042)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2049)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2051)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2053)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2055)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2044)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2045)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2047)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2036): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2037): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2038): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2039): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2040): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2041): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2042): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2043): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2044): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2045): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2046): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2047): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2048): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2049): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2050): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2051): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2052): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2053): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2054): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2055): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2056): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_neighbor_config_1(2057): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_1 pass'. Sun Apr 21 06:28:52 UTC 2024 ====== BSC_Tests.TC_ho_neighbor_config_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_neighbor_config_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1030245) Waiting for packet dumper to finish... 1 (prev_count=1030245, count=1818270) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_2'. ------ BSC_Tests.TC_ho_neighbor_config_2 ------ Sun Apr 21 06:28:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_2' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_2 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2061)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2061)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2061)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2059)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2064)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2064)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2064)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2062)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2061)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2064)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2060)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2060)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2063)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2067)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2067)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2067)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2067)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2069)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2069)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2069)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2069)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2071)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2071)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2071)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2071)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2073)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2073)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2073)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2073)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2075)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2075)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2075)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2075)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2077)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2077)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2077)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2077)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_neighbor_config_2() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "TC_ho_neighbor_config_2": using IMSI '001013800130670'H VirtMSC-RAN(2060)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108300316007'O, n_connectPointCode := omit VirtMSC-RAN(2060)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108300316007'O to be handled at TC_ho_neighbor_config_2(2079) VirtMSC-SCCP(2059)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2060)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2060)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108300316007'O handled at TC_ho_neighbor_config_2(2079) VirtMSC-RAN(2060)@6aa4ca6fe73c: Added conn table entry 0TC_ho_neighbor_config_2(2079)5196515 VirtMSC-SCCP(2059)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2068)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2066)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_neighbor_config_2(2079) VirtMSC-SCCP(2059)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2059)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2066)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "430", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7e" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_neighbor_config_2(2079) TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2068)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2059)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2059)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2059)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '2C942B85'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6C0CD237'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "TC_ho_neighbor_config_2": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "TC_ho_neighbor_config_2": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: f_tc_ho_neighbor_config: 2. explicit local neighbor: 'neighbor bts 1' IPA-BTS1-TRX0-RSL-RSL(2070)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2072)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover starting: 2.a: HO to bts 1 works, explicitly listed as neighbor (expecting handover)" TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '1F'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: Handover to new chan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } on ARFCN 25447 TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '1F'O }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(2070)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2072)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover(2.a): Got RSL Handover Command as expected." TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover(2.a): Ending the test: Handover Failure stops the procedure." TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover(2.a): done (got RSL Handover Command)" IPA-BTS1-TRX0-RSL-RSL(2070)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2072)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover(2.a): done clearing" IPA-BTS1-TRX0-RSL-RSL(2070)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2072)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover starting: 2.b: HO to bts 2 doesn't work, not listed as neighbor (expecting NO handover)" TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover(2.b): Got no Handover, as expected." TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover(2.b): done (got no Handover)" IPA-BTS1-TRX0-RSL-RSL(2070)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2072)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "f_probe_for_handover(2.b): done clearing" TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2059)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2059)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2059)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2059)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2059)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2060)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_neighbor_config_2(2079)5196515 VirtMSC-SCCP(2059)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2059)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_neighbor_config_2(2079)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2059)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2060)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2061)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2058)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2065)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2063)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2064)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2072)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2074)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2070)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2062)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2076)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2078)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2071)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2067)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2075)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2073)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2077)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2066)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2069)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2068)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2058): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2059): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2060): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2061): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2062): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2063): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2064): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2065): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2066): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2067): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2068): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2069): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2070): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2071): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2072): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2073): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2074): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2075): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2076): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2077): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2078): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_neighbor_config_2(2079): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_2 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_2 pass'. Sun Apr 21 06:29:19 UTC 2024 ====== BSC_Tests.TC_ho_neighbor_config_2 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_neighbor_config_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=970096) Waiting for packet dumper to finish... 1 (prev_count=970096, count=1758006) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_2 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_3'. ------ BSC_Tests.TC_ho_neighbor_config_3 ------ Sun Apr 21 06:29:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_3' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_3 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2083)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2083)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2083)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2081)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(2086)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2086)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2086)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(2084)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2083)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2086)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2082)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2082)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2085)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2089)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2089)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2089)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2089)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2091)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2091)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2091)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2091)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2093)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2093)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2093)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2093)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2095)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2095)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2095)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2095)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2097)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2097)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2097)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2097)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2099)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2099)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2099)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2099)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_neighbor_config_3() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "TC_ho_neighbor_config_3": using IMSI '001019184063120'H VirtMSC-RAN(2082)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101948601302'O, n_connectPointCode := omit VirtMSC-RAN(2082)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101948601302'O to be handled at TC_ho_neighbor_config_3(2101) VirtMSC-SCCP(2081)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2082)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2082)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101948601302'O handled at TC_ho_neighbor_config_3(2101) VirtMSC-RAN(2082)@6aa4ca6fe73c: Added conn table entry 0TC_ho_neighbor_config_3(2101)15303141 VirtMSC-SCCP(2081)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2090)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2088)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_neighbor_config_3(2101) VirtMSC-SCCP(2081)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2081)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2088)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "435", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7f" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_neighbor_config_3(2101) TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2090)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2081)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2081)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2081)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6352927B'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '79DE202C'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "TC_ho_neighbor_config_3": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "TC_ho_neighbor_config_3": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: f_tc_ho_neighbor_config: 3. explicit local neighbor: 'neighbor bts 2' IPA-BTS1-TRX0-RSL-RSL(2092)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2094)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover starting: 3.a: HO to bts 1 doesn't work, not listed as neighbor (expecting NO handover)" TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover(3.a): Got no Handover, as expected." TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover(3.a): done (got no Handover)" IPA-BTS1-TRX0-RSL-RSL(2092)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2094)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover(3.a): done clearing" IPA-BTS1-TRX0-RSL-RSL(2092)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2094)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover starting: 3.b: HO to bts 2 works, explicitly listed as neighbor; no ambiguity because bts 3 is not listed as neighbor (expecting handover)" TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '100'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '83'O, octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '20'O (" ") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: Handover to new chan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } on ARFCN 33639 TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: { messageType := '00101011'B, cellDescription := { bcc := '100'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '83'O, octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '20'O (" ") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: handoverCommand: verified TSC = 4 (matches 4) IPA-BTS1-TRX0-RSL-RSL(2092)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2094)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover(3.b): Got RSL Handover Command as expected." TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover(3.b): Ending the test: Handover Failure stops the procedure." TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover(3.b): done (got RSL Handover Command)" IPA-BTS1-TRX0-RSL-RSL(2092)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2094)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "f_probe_for_handover(3.b): done clearing" TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2081)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2081)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2081)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2081)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2081)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2082)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_neighbor_config_3(2101)15303141 VirtMSC-SCCP(2081)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2081)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_neighbor_config_3(2101)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2081)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2082)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2087)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2083)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2080)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2084)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2094)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2085)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2098)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2090)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2096)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2100)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2092)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2086)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2089)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2097)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2093)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2099)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2095)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2091)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2088)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2080): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2081): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2082): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2083): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2084): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2085): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2086): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2087): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2088): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2089): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2090): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2091): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2092): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2093): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2094): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2095): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2096): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2097): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2098): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2099): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2100): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_neighbor_config_3(2101): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_3 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_3 pass'. Sun Apr 21 06:29:46 UTC 2024 ====== BSC_Tests.TC_ho_neighbor_config_3 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_neighbor_config_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=974641) Waiting for packet dumper to finish... 1 (prev_count=974641, count=1762666) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_3 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_4'. ------ BSC_Tests.TC_ho_neighbor_config_4 ------ Sun Apr 21 06:29:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_4' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_4 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2105)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2105)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2105)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2103)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(2108)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2108)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2108)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(2106)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2105)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2108)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2104)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2104)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2107)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2111)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2111)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2111)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2111)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2113)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2113)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2113)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2113)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2115)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2115)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2115)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2115)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2117)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2117)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2117)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2117)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2119)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2119)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2119)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2119)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2121)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2121)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2121)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2121)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_neighbor_config_4() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "TC_ho_neighbor_config_4": using IMSI '001016922293187'H VirtMSC-RAN(2104)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109622921378'O, n_connectPointCode := omit VirtMSC-RAN(2104)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109622921378'O to be handled at TC_ho_neighbor_config_4(2123) VirtMSC-SCCP(2103)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2104)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2104)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109622921378'O handled at TC_ho_neighbor_config_4(2123) VirtMSC-RAN(2104)@6aa4ca6fe73c: Added conn table entry 0TC_ho_neighbor_config_4(2123)9739105 VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2112)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2110)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_neighbor_config_4(2123) VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2103)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2110)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "440", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "80" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_neighbor_config_4(2123) TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2112)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6D33EC4B'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '51423DBC'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "TC_ho_neighbor_config_4": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "TC_ho_neighbor_config_4": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: f_tc_ho_neighbor_config: 4. explicit remote neighbor: 'neighbor lac 99 arfcn 123 bsic 45' IPA-BTS1-TRX0-RSL-RSL(2114)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2116)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover starting: 4.a: HO to bts 1 doesn't work, not listed as neighbor (expecting NO handover)" TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.a): Got no Handover, as expected." TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.a): done (got no Handover)" IPA-BTS1-TRX0-RSL-RSL(2114)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2116)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.a): done clearing" IPA-BTS1-TRX0-RSL-RSL(2114)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2116)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover starting: 4.b: HO to bts 2 doesn't work, not listed as neighbor (expecting NO handover)" TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.b): Got no Handover, as expected." TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.b): done (got no Handover)" IPA-BTS1-TRX0-RSL-RSL(2114)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2116)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.b): done clearing" IPA-BTS1-TRX0-RSL-RSL(2114)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2116)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover starting: 4.c: HO to 123-45 triggers inter-BSC HO (expecting handover)" VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.c): Got BSSMAP Handover Required as expected." TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.c): done (got BSSMAP Handover Required)" TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.c): waiting for inter-BSC HO to time out..." TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.c): ...done" IPA-BTS1-TRX0-RSL-RSL(2114)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2116)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "f_probe_for_handover(4.c): done clearing" TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2103)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2103)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2104)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_neighbor_config_4(2123)9739105 VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2103)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_neighbor_config_4(2123)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2103)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2105)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2104)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2102)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2109)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(2112)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2107)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2114)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2106)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2120)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2122)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2116)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2118)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2115)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2111)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2108)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2117)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2121)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2119)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2113)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2110)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2102): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2103): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2104): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2105): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2106): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2107): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2108): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2109): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2110): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2111): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2112): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2113): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2114): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2115): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2116): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2117): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2118): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2119): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2120): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2121): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2122): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_neighbor_config_4(2123): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_4 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_4 pass'. Sun Apr 21 06:30:19 UTC 2024 ====== BSC_Tests.TC_ho_neighbor_config_4 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_neighbor_config_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=983219) Waiting for packet dumper to finish... 1 (prev_count=983219, count=1771523) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_4 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_5'. ------ BSC_Tests.TC_ho_neighbor_config_5 ------ Sun Apr 21 06:30:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_5' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_5 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2127)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2127)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2127)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2125)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2130)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2130)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2130)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2128)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2127)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2130)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2126)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2126)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2129)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2133)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2133)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2133)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2133)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2135)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2135)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2135)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2135)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2137)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2137)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2137)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2137)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2139)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2139)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2139)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2139)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2141)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2141)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2141)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2141)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2143)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2143)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2143)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2143)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_neighbor_config_5() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "TC_ho_neighbor_config_5": using IMSI '001016145362497'H VirtMSC-RAN(2126)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101654634279'O, n_connectPointCode := omit VirtMSC-RAN(2126)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101654634279'O to be handled at TC_ho_neighbor_config_5(2145) VirtMSC-SCCP(2125)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2126)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2126)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101654634279'O handled at TC_ho_neighbor_config_5(2145) VirtMSC-RAN(2126)@6aa4ca6fe73c: Added conn table entry 0TC_ho_neighbor_config_5(2145)14162678 VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2134)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2132)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_neighbor_config_5(2145) VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2132)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "445", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "81" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_neighbor_config_5(2145) TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2134)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '16497B35'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6A17E027'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "TC_ho_neighbor_config_5": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "TC_ho_neighbor_config_5": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: f_tc_ho_neighbor_config: 5. explicit remote neighbor re-using ARFCN+BSIC: 'neighbor lac 99 arfcn 871 bsic 12' IPA-BTS1-TRX0-RSL-RSL(2136)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2138)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "f_probe_for_handover starting: 5.a: HO to 871-12 triggers inter-BSC HO (ignoring local cells with same ARFCN+BSIC) (expecting handover)" VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "f_probe_for_handover(5.a): Got BSSMAP Handover Required as expected." TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "f_probe_for_handover(5.a): done (got BSSMAP Handover Required)" TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "f_probe_for_handover(5.a): waiting for inter-BSC HO to time out..." TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "f_probe_for_handover(5.a): ...done" IPA-BTS1-TRX0-RSL-RSL(2136)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2138)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "f_probe_for_handover(5.a): done clearing" TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2126)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_neighbor_config_5(2145)14162678 VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_neighbor_config_5(2145)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2125)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2126)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2127)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2124)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2131)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2128)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2142)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2140)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2138)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2136)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2129)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2144)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2133)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2130)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2141)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2139)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2132)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2143)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2137)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2135)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2134)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2124): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2125): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2126): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2127): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2128): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2129): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2130): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2131): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2132): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2133): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2134): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2135): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2136): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2137): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2138): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2139): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2140): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2141): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2142): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2143): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2144): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_neighbor_config_5(2145): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_5 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_5 pass'. Sun Apr 21 06:30:42 UTC 2024 ====== BSC_Tests.TC_ho_neighbor_config_5 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_neighbor_config_5.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=934543) Waiting for packet dumper to finish... 1 (prev_count=934543, count=1723018) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_5 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_6'. ------ BSC_Tests.TC_ho_neighbor_config_6 ------ Sun Apr 21 06:30:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_6' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_6 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2149)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2149)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2149)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2147)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2152)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2152)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2152)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2150)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2149)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2152)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2148)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2148)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2151)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2155)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2155)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2155)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2155)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2157)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2157)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2157)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2157)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2159)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2159)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2159)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2159)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2161)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2161)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2161)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2161)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2163)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2163)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2163)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2163)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2165)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2165)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2165)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2165)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_neighbor_config_6() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "TC_ho_neighbor_config_6": using IMSI '001012049589773'H VirtMSC-RAN(2148)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100294857937'O, n_connectPointCode := omit VirtMSC-RAN(2148)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100294857937'O to be handled at TC_ho_neighbor_config_6(2167) VirtMSC-SCCP(2147)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2148)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2148)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100294857937'O handled at TC_ho_neighbor_config_6(2167) VirtMSC-RAN(2148)@6aa4ca6fe73c: Added conn table entry 0TC_ho_neighbor_config_6(2167)10859168 VirtMSC-SCCP(2147)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2156)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2154)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_neighbor_config_6(2167) VirtMSC-SCCP(2147)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2147)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2154)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "450", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "82" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_neighbor_config_6(2167) TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2156)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2147)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2147)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2147)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '5A232E77'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '409B65AF'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "TC_ho_neighbor_config_6": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "TC_ho_neighbor_config_6": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: f_tc_ho_neighbor_config: 6. config error: explicit local and remote neighbors with ambiguous ARFCN+BSIC: 'neighbor bts 2; neighbor lac 99 arfcn 871 bsic 12' IPA-BTS1-TRX0-RSL-RSL(2158)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2160)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "f_probe_for_handover starting: 6.a: HO to 871-12 is ambiguous = error (expecting NO handover)" TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "f_probe_for_handover(6.a): Got no Handover, as expected." TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "f_probe_for_handover(6.a): done (got no Handover)" IPA-BTS1-TRX0-RSL-RSL(2158)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2160)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "f_probe_for_handover(6.a): done clearing" TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2147)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2147)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2147)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2147)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2147)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2148)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_neighbor_config_6(2167)10859168 VirtMSC-SCCP(2147)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2147)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_neighbor_config_6(2167)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2147)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2148)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2149)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2146)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2153)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2150)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2156)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2162)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2151)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2158)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2160)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2166)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2164)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2155)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2161)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2152)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2159)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2157)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2165)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2154)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2163)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2146): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2147): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2148): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2149): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2150): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2151): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2152): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2153): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2154): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2155): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2156): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2157): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2158): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2159): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2160): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2161): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2162): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2163): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2164): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2165): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2166): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_neighbor_config_6(2167): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_6 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_6 pass'. Sun Apr 21 06:31:05 UTC 2024 ====== BSC_Tests.TC_ho_neighbor_config_6 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_neighbor_config_6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=927664) Waiting for packet dumper to finish... 1 (prev_count=927664, count=1716139) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_6 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_7'. ------ BSC_Tests.TC_ho_neighbor_config_7 ------ Sun Apr 21 06:31:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_neighbor_config_7' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_7 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2171)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2171)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2171)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2169)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2174)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2174)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2174)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2172)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2171)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2174)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2170)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2170)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2173)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2177)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2177)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2177)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2177)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2179)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2179)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2179)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2179)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2181)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2181)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2181)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2181)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2183)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2183)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2183)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2183)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2185)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2185)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2185)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2185)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2187)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2187)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2187)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2187)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_neighbor_config_7() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "TC_ho_neighbor_config_7": using IMSI '001019035988439'H VirtMSC-RAN(2170)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100953894893'O, n_connectPointCode := omit VirtMSC-RAN(2170)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100953894893'O to be handled at TC_ho_neighbor_config_7(2189) VirtMSC-SCCP(2169)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2170)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2170)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100953894893'O handled at TC_ho_neighbor_config_7(2189) VirtMSC-RAN(2170)@6aa4ca6fe73c: Added conn table entry 0TC_ho_neighbor_config_7(2189)7677900 VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2178)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2176)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_neighbor_config_7(2189) VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2169)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2176)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "455", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "83" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_neighbor_config_7(2189) TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2178)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '353A6524'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '732C34EA'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "TC_ho_neighbor_config_7": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "TC_ho_neighbor_config_7": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: f_tc_ho_neighbor_config: 7. explicit local and remote neighbors: 'neighbor bts 2; neighbor lac 99 arfcn 123 bsic 45' IPA-BTS1-TRX0-RSL-RSL(2180)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2182)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover starting: 7.a: HO to 871-12 does HO to bts 2 (expecting handover)" TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '100'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '83'O, octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '21'O ("!") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: Handover to new chan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } on ARFCN 33639 TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: { messageType := '00101011'B, cellDescription := { bcc := '100'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '83'O, octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '21'O ("!") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '01'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: handoverCommand: verified TSC = 4 (matches 4) IPA-BTS1-TRX0-RSL-RSL(2180)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2182)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.a): Got RSL Handover Command as expected." TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.a): Ending the test: Handover Failure stops the procedure." TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.a): done (got RSL Handover Command)" IPA-BTS1-TRX0-RSL-RSL(2180)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2182)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.a): done clearing" IPA-BTS1-TRX0-RSL-RSL(2180)@6aa4ca6fe73c: Suspending DChan IPA-BTS2-TRX0-RSL-RSL(2182)@6aa4ca6fe73c: Suspending DChan TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover starting: 7.b: HO to 123-45 triggers inter-BSC HO (expecting handover)" VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.b): Got BSSMAP Handover Required as expected." TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.b): done (got BSSMAP Handover Required)" TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.b): waiting for inter-BSC HO to time out..." TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.b): ...done" IPA-BTS1-TRX0-RSL-RSL(2180)@6aa4ca6fe73c: Resuming DChan IPA-BTS2-TRX0-RSL-RSL(2182)@6aa4ca6fe73c: Resuming DChan TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "f_probe_for_handover(7.b): done clearing" TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2169)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2169)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2170)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_neighbor_config_7(2189)7677900 VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on connection ID:0 TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2169)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2169)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_neighbor_config_7(2189)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2170)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2169)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2171)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2168)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2175)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2172)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2173)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2180)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2182)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2184)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2186)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2174)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2178)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2188)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2185)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2187)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2183)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2181)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2176)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2179)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2177)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2168): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2169): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2170): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2171): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2172): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2173): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2174): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2175): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2176): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2177): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2178): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2179): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2180): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2181): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2182): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2183): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2184): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2185): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2186): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2187): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2188): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_neighbor_config_7(2189): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_neighbor_config_7 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_7 pass'. Sun Apr 21 06:31:32 UTC 2024 ====== BSC_Tests.TC_ho_neighbor_config_7 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_neighbor_config_7.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=981390) Waiting for packet dumper to finish... 1 (prev_count=981390, count=1769415) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_neighbor_config_7 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset'. ------ BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset ------ Sun Apr 21 06:31:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_bssap_rlsd_does_not_cause_bssmap_reset started. VirtMSC-M3UA(2192)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2192)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2192)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2191)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2192)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2192)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2194)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2194)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2194)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2193)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2194)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2197)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2197)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2197)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2197)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2198)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2198)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2198)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2198)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2199)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2199)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2199)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2199)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2200)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2200)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2200)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2200)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2201)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2201)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2201)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2201)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2202)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2202)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2202)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2202)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_bssap_rlsd_does_not_cause_bssmap_reset() start" MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[1], which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2191)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2191)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2192)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2191)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2195)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2190)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2193)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2198)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2202)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2194)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2196)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2197)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2199)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2201)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2200)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2190): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2191): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2192): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2193): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2194): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2195): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2196): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2197): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2198): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2199): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2200): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2201): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2202): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_bssap_rlsd_does_not_cause_bssmap_reset finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset pass'. Sun Apr 21 06:31:52 UTC 2024 ====== BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=739181) Waiting for packet dumper to finish... 1 (prev_count=739181, count=1527206) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset'. ------ BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset ------ Sun Apr 21 06:31:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_bssmap_clear_does_not_cause_bssmap_reset started. VirtMSC-M3UA(2205)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2205)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2205)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2204)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2205)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2205)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2207)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2207)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2207)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2206)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2207)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2210)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2210)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2210)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2210)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2211)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2211)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2211)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2211)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2212)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2212)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2212)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2212)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2213)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2213)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2213)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2213)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2214)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2214)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2214)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2214)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2215)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2215)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2215)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2215)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_bssmap_clear_does_not_cause_bssmap_reset() start" MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2204)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2204)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2204)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2204)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2205)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2203)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2208)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2206)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2213)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2212)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2214)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2215)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2207)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2209)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2210)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2211)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2203): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2204): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2205): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2206): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2207): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2208): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2209): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2210): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2211): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2212): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2213): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2214): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2215): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_bssmap_clear_does_not_cause_bssmap_reset finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset pass'. Sun Apr 21 06:32:30 UTC 2024 ====== BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=992520) Waiting for packet dumper to finish... 1 (prev_count=992520, count=1780995) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset'. ------ BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset ------ Sun Apr 21 06:32:35 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ms_rel_ind_does_not_cause_bssmap_reset started. VirtMSC-M3UA(2218)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2218)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2218)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2217)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2218)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2218)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2220)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2220)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2220)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2219)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2220)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2223)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2223)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2223)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2223)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2224)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2224)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2224)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2224)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2225)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2225)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2225)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2225)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2226)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2226)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2226)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2226)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2227)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2227)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2227)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2227)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2228)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2228)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2228)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2228)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ms_rel_ind_does_not_cause_bssmap_reset() start" MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: Warning: Re-starting timer T_guard, which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2217)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2217)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040120'O VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2217)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2217)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 IPA-CTRL-CLI-IPA(2221)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2218)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2217)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2216)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2219)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2220)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2223)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2222)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2225)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2226)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2228)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2224)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2227)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2216): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2217): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2218): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2219): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2220): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2221): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2222): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2223): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2224): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2225): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2226): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2227): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2228): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ms_rel_ind_does_not_cause_bssmap_reset finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset pass'. Sun Apr 21 06:33:07 UTC 2024 ====== BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1003565) Waiting for packet dumper to finish... 1 (prev_count=1003565, count=1791383) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_ipa_act_deact'. ------ BSC_Tests.TC_dyn_pdch_ipa_act_deact ------ Sun Apr 21 06:33:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_ipa_act_deact' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_ipa_act_deact started. VirtMSC-M3UA(2231)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2231)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2231)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2230)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2231)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2231)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2233)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2233)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2233)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2232)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2233)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2236)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2236)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2236)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2236)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_pdch_ipa_act_deact() start" MTC@6aa4ca6fe73c: TCH/F_PDCH pchan starts out in TCH/F mode: MTC@6aa4ca6fe73c: TCH/F_PDCH pchan, PDCH ACT was ACKed, so now in PDCH mode: MTC@6aa4ca6fe73c: TCH/F_PDCH pchan, PDCH DEACT via VTY, so now back in TCH/F mode: MTC@6aa4ca6fe73c: TCH/F_PDCH pchan, PDCH ACT via VTY, so now in PDCH mode: MTC@6aa4ca6fe73c: TCH/F_PDCH pchan, PDCH DEACT via VTY, so now back in TCH/F mode: MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2230)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2229)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2231)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2234)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2232)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2233)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2236)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2235)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2229): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2230): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2231): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2232): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2233): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2234): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2235): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2236): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_ipa_act_deact finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_ipa_act_deact pass'. Sun Apr 21 06:33:23 UTC 2024 ====== BSC_Tests.TC_dyn_pdch_ipa_act_deact pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_pdch_ipa_act_deact.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=673699) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_ipa_act_deact pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_ipa_act_nack'. ------ BSC_Tests.TC_dyn_pdch_ipa_act_nack ------ Sun Apr 21 06:33:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_ipa_act_nack' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_ipa_act_nack started. VirtMSC-M3UA(2239)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2239)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2239)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2238)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2239)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2239)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2241)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2241)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2241)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2240)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2241)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2244)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2244)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2244)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2244)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_pdch_ipa_act_nack() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2238)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2239)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2237)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2242)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2240)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2241)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2244)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2243)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2237): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2238): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2239): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2240): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2241): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2242): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2243): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2244): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_ipa_act_nack finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_ipa_act_nack pass'. Sun Apr 21 06:33:38 UTC 2024 ====== BSC_Tests.TC_dyn_pdch_ipa_act_nack pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_pdch_ipa_act_nack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=675543) Waiting for packet dumper to finish... 1 (prev_count=675543, count=676129) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_ipa_act_nack pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_osmo_act_deact'. ------ BSC_Tests.TC_dyn_pdch_osmo_act_deact ------ Sun Apr 21 06:33:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_osmo_act_deact' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_osmo_act_deact started. VirtMSC-M3UA(2247)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2247)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2247)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2246)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2247)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2247)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2249)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2249)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2249)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2248)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2249)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2252)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2252)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2252)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2252)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_pdch_osmo_act_deact() start" MTC@6aa4ca6fe73c: TCH/F_TCH/H_PDCH pchan starts out in disabled mode: MTC@6aa4ca6fe73c: TCH/F_TCH/H_PDCH requested to PDCH ACT on startup, which was ACKed, so now in PDCH: MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 IPA-CTRL-CLI-IPA(2250)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2246)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2247)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2245)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2248)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2251)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2252)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2249)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2245): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2246): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2247): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2248): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2249): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2250): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2251): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2252): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_osmo_act_deact finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_osmo_act_deact pass'. Sun Apr 21 06:33:51 UTC 2024 ====== BSC_Tests.TC_dyn_pdch_osmo_act_deact pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_pdch_osmo_act_deact.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=664518) Waiting for packet dumper to finish... 1 (prev_count=664518, count=666106) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_osmo_act_deact pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_osmo_act_nack'. ------ BSC_Tests.TC_dyn_pdch_osmo_act_nack ------ Sun Apr 21 06:33:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_pdch_osmo_act_nack' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_osmo_act_nack started. VirtMSC-M3UA(2255)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2255)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2255)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2254)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2255)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2255)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2257)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2257)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2257)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2256)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2257)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2260)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2260)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2260)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2260)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_pdch_osmo_act_nack() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2254)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2255)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2253)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2258)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2256)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2257)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2260)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2259)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2253): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2254): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2255): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2256): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2257): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2258): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2259): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2260): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_pdch_osmo_act_nack finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_osmo_act_nack pass'. Sun Apr 21 06:34:04 UTC 2024 ====== BSC_Tests.TC_dyn_pdch_osmo_act_nack pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_pdch_osmo_act_nack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=654864) Waiting for packet dumper to finish... 1 (prev_count=654864, count=656452) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_pdch_osmo_act_nack pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_act_deact'. ------ BSC_Tests.TC_dyn_ts_sdcch8_act_deact ------ Sun Apr 21 06:34:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_act_deact' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_act_deact started. VirtMSC-M3UA(2263)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2263)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2263)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2262)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2263)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2263)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2265)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2265)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2265)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2264)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2265)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2268)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2268)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2268)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2268)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_ts_sdcch8_act_deact() start" MTC@6aa4ca6fe73c: TCH/F_TCH/H_SDCCH8_PDCH pchan starts out in disabled mode: MTC@6aa4ca6fe73c: TCH/F_TCH/H_SDCCH8_PDC requested to PDCH ACT on startup, which was ACKed, so now in PDCH: VirtMSC-SCCP(2262)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2262)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(2262)@6aa4ca6fe73c: First idle individual index:2 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[2]. VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[2], which is already active (running or expired). VirtMSC-SCCP(2262)@6aa4ca6fe73c: First idle individual index:3 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[3]. VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[3], which is already active (running or expired). VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(2262)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2262)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2262)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2262)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2262)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2262)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2262)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2263)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2262)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2261)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2266)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2264)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2265)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2267)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2268)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2261): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2262): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2263): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2264): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2265): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2266): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2267): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2268): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_act_deact finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_act_deact pass'. Sun Apr 21 06:34:27 UTC 2024 ====== BSC_Tests.TC_dyn_ts_sdcch8_act_deact pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_ts_sdcch8_act_deact.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=690314) Waiting for packet dumper to finish... 1 (prev_count=690314, count=886437) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_act_deact pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used'. ------ BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used ------ Sun Apr 21 06:34:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_all_subslots_used started. VirtMSC-M3UA(2271)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2271)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2271)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2270)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2271)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2271)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2273)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2273)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2273)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2272)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2273)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2276)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2276)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2276)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2276)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_ts_sdcch8_all_subslots_used() start" VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:2 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[2]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[2], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:3 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[3]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[3], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:4 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[4]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[4], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:5 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[5]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[5], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[6]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[6], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:7 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[7]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[7], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:8 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[8]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[8], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:9 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[9]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:9 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[9], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: First idle individual index:10 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[10]. VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:10 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[10], which is already active (running or expired). VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:4 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:4 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:5 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:5 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:7 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:7 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:8 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:9 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:8 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:9 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:9 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:10 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2270)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2270)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:9 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:10 VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2270)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on connection ID:10 VirtMSC-SCCP(2270)@6aa4ca6fe73c: Session index based on local reference:10 VirtMSC-SCCP(2270)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2271)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2270)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2269)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2274)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2272)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2273)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2276)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2275)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2269): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2270): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2271): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2272): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2273): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2274): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2275): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2276): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_all_subslots_used finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used pass'. Sun Apr 21 06:35:02 UTC 2024 ====== BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1307994) Waiting for packet dumper to finish... 1 (prev_count=1307994, count=1309582) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact'. ------ BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact ------ Sun Apr 21 06:35:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_tch_call_act_deact started. VirtMSC-M3UA(2279)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2279)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2279)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2278)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2279)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2279)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2281)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2281)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2281)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2280)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2281)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2284)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2284)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2284)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2284)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_ts_sdcch8_tch_call_act_deact() start" MTC@6aa4ca6fe73c: TCH/F_TCH/H_SDCCH8_PDCH pchan starts out in disabled mode: MTC@6aa4ca6fe73c: TCH/F_TCH/H_SDCCH8_PDC requested to PDCH ACT on startup, which was ACKed, so now in PDCH: VirtMSC-SCCP(2278)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2278)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(2278)@6aa4ca6fe73c: First idle individual index:2 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[2]. VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[2], which is already active (running or expired). VirtMSC-SCCP(2278)@6aa4ca6fe73c: First idle individual index:3 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[3]. VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[3], which is already active (running or expired). VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(2278)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2278)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2278)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2278)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2278)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2278)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2277)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2279)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2282)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2280)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2281)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2284)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2283)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2277): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2278): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2279): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2280): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2281): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2282): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2283): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2284): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_tch_call_act_deact finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact pass'. Sun Apr 21 06:35:25 UTC 2024 ====== BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=687223) Waiting for packet dumper to finish... 1 (prev_count=687223, count=883346) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_act_nack'. ------ BSC_Tests.TC_dyn_ts_sdcch8_act_nack ------ Sun Apr 21 06:35:30 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_dyn_ts_sdcch8_act_nack' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_act_nack started. VirtMSC-M3UA(2287)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2287)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2287)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2286)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2287)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2287)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2289)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2289)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2289)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2288)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2289)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2292)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2292)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2292)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2292)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_dyn_ts_sdcch8_act_nack() start" MTC@6aa4ca6fe73c: TCH/F_TCH/H_SDCCH8_PDCH pchan starts out in disabled mode: MTC@6aa4ca6fe73c: TCH/F_TCH/H_SDCCH8_PDC requested to PDCH ACT on startup, which was ACKed, so now in PDCH: VirtMSC-SCCP(2286)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2286)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(2286)@6aa4ca6fe73c: First idle individual index:2 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[2]. VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[2], which is already active (running or expired). VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2286)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2286)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2286)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2286)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2286)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(2286)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2286)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(2286)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2286)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2287)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2285)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2290)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2288)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2289)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2292)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2291)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2285): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2286): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2287): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2288): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2289): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2290): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2291): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2292): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_dyn_ts_sdcch8_act_nack finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_act_nack pass'. Sun Apr 21 06:35:45 UTC 2024 ====== BSC_Tests.TC_dyn_ts_sdcch8_act_nack pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_dyn_ts_sdcch8_act_nack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=662093) Waiting for packet dumper to finish... 1 (prev_count=662093, count=850125) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_dyn_ts_sdcch8_act_nack pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chopped_ipa_ping'. ------ BSC_Tests.TC_chopped_ipa_ping ------ Sun Apr 21 06:35:50 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chopped_ipa_ping' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chopped_ipa_ping started. 2293@6aa4ca6fe73c: sending byte '00'O 2293@6aa4ca6fe73c: Warning: There is no GetMsgLen function registered for connId: 1. The messages will not be dissected on this connection! This warning is logged only once per testport. 2293@6aa4ca6fe73c: sending byte '01'O 2293@6aa4ca6fe73c: sending byte 'FE'O 2293@6aa4ca6fe73c: sending byte '00'O 2293@6aa4ca6fe73c: received pong from "172.18.60.20" port 3003: '0001FE01'O 2293@6aa4ca6fe73c: setverdict(pass): none -> pass 2293@6aa4ca6fe73c: Final verdict of PTC: pass 2294@6aa4ca6fe73c: sending byte '00'O 2294@6aa4ca6fe73c: Warning: There is no GetMsgLen function registered for connId: 1. The messages will not be dissected on this connection! This warning is logged only once per testport. 2294@6aa4ca6fe73c: sending byte '01'O 2294@6aa4ca6fe73c: sending byte 'FE'O 2294@6aa4ca6fe73c: sending byte '00'O 2294@6aa4ca6fe73c: received pong from "172.18.60.20" port 3002: '0001FE01'O 2294@6aa4ca6fe73c: setverdict(pass): none -> pass 2294@6aa4ca6fe73c: Final verdict of PTC: pass 2295@6aa4ca6fe73c: sending byte '00'O 2295@6aa4ca6fe73c: sending byte '01'O 2295@6aa4ca6fe73c: sending byte 'FE'O 2295@6aa4ca6fe73c: sending byte '00'O 2295@6aa4ca6fe73c: Warning: There is no GetMsgLen function registered for connId: 1. The messages will not be dissected on this connection! This warning is logged only once per testport. 2295@6aa4ca6fe73c: received pong from "172.18.60.20" port 4249: '0001FE01'O 2295@6aa4ca6fe73c: setverdict(pass): none -> pass 2295@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC with component reference 2293: pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC with component reference 2294: pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC with component reference 2295: pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chopped_ipa_ping finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chopped_ipa_ping pass'. Sun Apr 21 06:37:03 UTC 2024 ====== BSC_Tests.TC_chopped_ipa_ping pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chopped_ipa_ping.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=375992) Waiting for packet dumper to finish... 1 (prev_count=375992, count=389446) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chopped_ipa_ping pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chopped_ipa_payload'. ------ BSC_Tests.TC_chopped_ipa_payload ------ Sun Apr 21 06:37:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chopped_ipa_payload' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chopped_ipa_payload started. 2296@6aa4ca6fe73c: sending byte '04'O 2296@6aa4ca6fe73c: Warning: There is no GetMsgLen function registered for connId: 1. The messages will not be dissected on this connection! This warning is logged only once per testport. 2296@6aa4ca6fe73c: sending byte '01'O 2296@6aa4ca6fe73c: sending byte '08'O ("\b") 2296@6aa4ca6fe73c: sending byte '01'O 2296@6aa4ca6fe73c: sending byte '07'O ("\a") 2296@6aa4ca6fe73c: sending byte '01'O 2296@6aa4ca6fe73c: sending byte '02'O 2296@6aa4ca6fe73c: setverdict(pass): none -> pass 2296@6aa4ca6fe73c: Final verdict of PTC: pass 2297@6aa4ca6fe73c: sending byte '04'O 2297@6aa4ca6fe73c: Warning: There is no GetMsgLen function registered for connId: 1. The messages will not be dissected on this connection! This warning is logged only once per testport. 2297@6aa4ca6fe73c: sending byte '01'O 2297@6aa4ca6fe73c: sending byte '08'O ("\b") 2297@6aa4ca6fe73c: sending byte '01'O 2297@6aa4ca6fe73c: sending byte '07'O ("\a") 2297@6aa4ca6fe73c: sending byte '01'O 2297@6aa4ca6fe73c: sending byte '02'O 2297@6aa4ca6fe73c: setverdict(pass): none -> pass 2297@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC with component reference 2296: pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC with component reference 2297: pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chopped_ipa_payload finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chopped_ipa_payload pass'. Sun Apr 21 06:38:34 UTC 2024 ====== BSC_Tests.TC_chopped_ipa_payload pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chopped_ipa_payload.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=439303) Waiting for packet dumper to finish... 1 (prev_count=439303, count=440301) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chopped_ipa_payload pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_verify_ms_power_params_ie'. ------ BSC_Tests.TC_assignment_verify_ms_power_params_ie ------ Sun Apr 21 06:38:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_verify_ms_power_params_ie' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_verify_ms_power_params_ie started. MTC@6aa4ca6fe73c: "TC_assignment_verify_ms_power_params_ie": using IMSI '001014529602460'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2301)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2301)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2301)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2299)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2304)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2304)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2304)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2302)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2301)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2304)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2300)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2300)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2303)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2307)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2307)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2307)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2307)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_verify_ms_power_params_ie() start" VirtMSC-RAN(2300)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105492064206'O, n_connectPointCode := omit VirtMSC-RAN(2300)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105492064206'O to be handled at TC_assignment_verify_ms_power_params_ie(2309) VirtMSC-SCCP(2299)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2300)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2300)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105492064206'O handled at TC_assignment_verify_ms_power_params_ie(2309) VirtMSC-RAN(2300)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_verify_ms_power_params_ie(2309)6602851 VirtMSC-SCCP(2299)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2308)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2306)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_verify_ms_power_params_ie(2309) VirtMSC-SCCP(2299)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2299)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(2306)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "460", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "ae" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_verify_ms_power_params_ie(2309) TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(2308)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2299)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2299)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2299)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6682B3A9'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7D071882'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: "TC_assignment_verify_ms_power_params_ie": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: "TC_assignment_verify_ms_power_params_ie": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2299)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2299)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2299)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2299)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2299)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2300)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_verify_ms_power_params_ie(2309)6602851 VirtMSC-SCCP(2299)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2299)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2299)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_verify_ms_power_params_ie(2309)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2301)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2305)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2299)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2300)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2298)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2303)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2304)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2302)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2306)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2307)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2308)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2298): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2299): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2300): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2301): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2302): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2303): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2304): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2305): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2306): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2307): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2308): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_verify_ms_power_params_ie(2309): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_verify_ms_power_params_ie finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_verify_ms_power_params_ie pass'. Sun Apr 21 06:38:47 UTC 2024 ====== BSC_Tests.TC_assignment_verify_ms_power_params_ie pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_verify_ms_power_params_ie.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=354618) Waiting for packet dumper to finish... 1 (prev_count=354618, count=542237) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_verify_ms_power_params_ie pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_c0_power_red_mode'. ------ BSC_Tests.TC_c0_power_red_mode ------ Sun Apr 21 06:38:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_c0_power_red_mode' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_c0_power_red_mode started. VirtMSC-M3UA(2312)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2312)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2312)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2311)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2312)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2312)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2314)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2314)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2314)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2313)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2314)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2317)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2317)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2317)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2317)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_c0_power_red_mode() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2311)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2312)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2310)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2315)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2313)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2314)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2317)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2316)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2310): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2311): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2312): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2313): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2314): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2315): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2316): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2317): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_c0_power_red_mode finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_c0_power_red_mode pass'. Sun Apr 21 06:38:56 UTC 2024 ====== BSC_Tests.TC_c0_power_red_mode pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_c0_power_red_mode.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=208012) Waiting for packet dumper to finish... 1 (prev_count=208012, count=393805) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_c0_power_red_mode pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Compl_on_1_msc'. ------ BSC_Tests.TC_mscpool_L3Compl_on_1_msc ------ Sun Apr 21 06:39:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Compl_on_1_msc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Compl_on_1_msc started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2321)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2321)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2321)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2319)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2324)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2324)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2324)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2322)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2321)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2324)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2320)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2320)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2323)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2327)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2327)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2327)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2327)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_L3Compl_on_1_msc() start" MTC@6aa4ca6fe73c: "TC_mscpool_L3Compl_on_1_msc": using IMSI '001012087854618'H MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2320)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A52080910100000000010'O, n_connectPointCode := omit VirtMSC-RAN(2320)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A52080910100000000010'O to be handled at TC_mscpool_L3Compl_on_1_msc(2329) TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2319)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2320)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2320)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A52080910100000000010'O handled at TC_mscpool_L3Compl_on_1_msc(2329) VirtMSC-RAN(2320)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)2631309 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 42, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 18, layer3info := '05080200F110172A52080910100000000010'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2320)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)2631309 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2320)@6aa4ca6fe73c: f_create_expect(l3 := '05240403505902080910100000000020'O, n_connectPointCode := omit VirtMSC-RAN(2320)@6aa4ca6fe73c: Created Expect[0] for '05240403505902080910100000000020'O to be handled at TC_mscpool_L3Compl_on_1_msc(2329) TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2319)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2320)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2320)@6aa4ca6fe73c: Found Expect[0] for '05240403505902080910100000000020'O handled at TC_mscpool_L3Compl_on_1_msc(2329) VirtMSC-RAN(2320)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)2074900 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240403505902080910100000000020'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2320)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)2074900 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2320)@6aa4ca6fe73c: f_create_expect(l3 := '06270003505902080910100000000030'O, n_connectPointCode := omit VirtMSC-RAN(2320)@6aa4ca6fe73c: Created Expect[0] for '06270003505902080910100000000030'O to be handled at TC_mscpool_L3Compl_on_1_msc(2329) TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2319)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2320)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2320)@6aa4ca6fe73c: Found Expect[0] for '06270003505902080910100000000030'O handled at TC_mscpool_L3Compl_on_1_msc(2329) VirtMSC-RAN(2320)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)8108479 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '06270003505902080910100000000030'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-RAN(2320)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)8108479 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2320)@6aa4ca6fe73c: f_create_expect(l3 := '050152080910100000000040'O, n_connectPointCode := omit VirtMSC-RAN(2320)@6aa4ca6fe73c: Created Expect[0] for '050152080910100000000040'O to be handled at TC_mscpool_L3Compl_on_1_msc(2329) TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2319)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2320)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2320)@6aa4ca6fe73c: Found Expect[0] for '050152080910100000000040'O handled at TC_mscpool_L3Compl_on_1_msc(2329) VirtMSC-RAN(2320)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)10880700 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 12, layer3info := '050152080910100000000040'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2319)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2319)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-RAN(2320)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Compl_on_1_msc(2329)10880700 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2319)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_mscpool_L3Compl_on_1_msc(2329)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 4 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2319)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2320)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2318)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2325)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2321)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2323)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2322)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2328)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2324)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2326)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2327)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2318): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2319): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2320): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2321): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2322): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2323): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2324): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2325): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2326): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2327): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2328): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Compl_on_1_msc(2329): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Compl_on_1_msc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Compl_on_1_msc pass'. Sun Apr 21 06:39:18 UTC 2024 ====== BSC_Tests.TC_mscpool_L3Compl_on_1_msc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_L3Compl_on_1_msc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=467813) Waiting for packet dumper to finish... 1 (prev_count=467813, count=654430) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Compl_on_1_msc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin'. ------ BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin ------ Sun Apr 21 06:39:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_imsi_round_robin started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2333)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2333)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2333)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2331)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2336)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2336)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2336)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2334)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2339)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2339)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2339)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2337)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2333)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2336)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2339)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2332)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2332)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2335)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2335)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2338)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2342)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2342)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2342)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2342)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2344)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2344)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2344)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2344)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2346)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2346)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2346)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2346)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2348)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2348)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2348)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2348)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2350)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2350)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2350)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2350)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2352)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2352)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2352)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2352)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_imsi_round_robin() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_imsi_round_robin": using IMSI '001016793613957'H TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2332)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A52080910100000000010'O, n_connectPointCode := omit VirtMSC-RAN(2332)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A52080910100000000010'O to be handled at TC_mscpool_L3Complete_by_imsi_round_robin(2354) TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2331)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2332)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2332)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A52080910100000000010'O handled at TC_mscpool_L3Complete_by_imsi_round_robin(2354) VirtMSC-RAN(2332)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_imsi_round_robin(2354)3030841 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 42, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 18, layer3info := '05080200F110172A52080910100000000010'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2331)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2331)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2331)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2332)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_imsi_round_robin(2354)3030841 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_imsi_round_robin(2354)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_imsi_round_robin": using IMSI '001014884369915'H TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2335)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100000000020'O, n_connectPointCode := omit VirtMSC-RAN(2335)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100000000020'O to be handled at TC_mscpool_L3Complete_by_imsi_round_robin(2355) TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2334)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2334)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2335)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2335)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100000000020'O handled at TC_mscpool_L3Complete_by_imsi_round_robin(2355) VirtMSC-RAN(2335)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_imsi_round_robin(2355)15755784 VirtMSC-SCCP(2334)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2334)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240103505902080910100000000020'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2334)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2334)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2334)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2334)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2334)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2334)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2334)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2334)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2335)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_imsi_round_robin(2355)15755784 VirtMSC-SCCP(2334)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2334)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2334)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_imsi_round_robin(2355)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_imsi_round_robin": using IMSI '001015935980780'H TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2332)@6aa4ca6fe73c: f_create_expect(l3 := '06270003505902080910100000000030'O, n_connectPointCode := omit VirtMSC-RAN(2332)@6aa4ca6fe73c: Created Expect[0] for '06270003505902080910100000000030'O to be handled at TC_mscpool_L3Complete_by_imsi_round_robin(2356) TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2331)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2331)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2332)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2332)@6aa4ca6fe73c: Found Expect[0] for '06270003505902080910100000000030'O handled at TC_mscpool_L3Complete_by_imsi_round_robin(2356) VirtMSC-RAN(2332)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_imsi_round_robin(2356)11151204 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '06270003505902080910100000000030'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2331)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2331)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2331)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2332)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_imsi_round_robin(2356)11151204 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2331)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_imsi_round_robin(2356)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 2 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2336)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2335)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2331)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2332)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2333)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2334)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2330)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2340)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2337)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2338)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2339)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2347)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2343)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2344)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2341)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2346)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2348)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2342)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2345)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2351)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2353)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2349)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2352)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2350)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2330): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2331): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2332): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2333): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2334): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2335): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2336): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2337): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2338): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2339): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2340): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2341): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2342): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2343): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2344): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2345): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2346): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2347): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2348): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2349): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2350): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2351): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2352): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2353): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_imsi_round_robin(2354): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_imsi_round_robin(2355): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_imsi_round_robin(2356): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_imsi_round_robin finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin pass'. Sun Apr 21 06:39:42 UTC 2024 ====== BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=809777) Waiting for packet dumper to finish... 1 (prev_count=809777, count=1598249) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin'. ------ BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin ------ Sun Apr 21 06:39:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_LU_by_tmsi_null_nri_0_round_robin started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2360)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2360)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2360)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2358)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2363)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2363)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2363)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2361)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2366)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2366)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2366)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2364)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2360)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2363)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2366)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2359)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2359)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2362)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2362)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2365)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2369)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2369)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2369)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2369)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2371)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2371)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2371)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2371)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2373)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2373)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2373)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2373)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2375)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2375)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2375)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2375)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2377)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2377)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2377)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2377)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2379)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2379)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2379)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2379)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_0_round_robin() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_0_round_robin": using IMSI '001012130582584'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=0, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010000000000000000000100011'B == '42000023'O TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2359)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442000023'O, n_connectPointCode := omit VirtMSC-RAN(2359)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442000023'O to be handled at TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381) TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2358)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2359)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2359)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442000023'O handled at TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381) VirtMSC-RAN(2359)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)1647782 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442000023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2358)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2358)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2358)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2359)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)1647782 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_0_round_robin": using IMSI '001014798673184'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=0, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010000000000000000000100011'B == '42000023'O TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2362)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442000023'O, n_connectPointCode := omit VirtMSC-RAN(2362)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442000023'O to be handled at TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382) TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2361)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2361)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2362)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2362)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442000023'O handled at TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382) VirtMSC-RAN(2362)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)15902188 VirtMSC-SCCP(2361)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2361)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442000023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2361)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2361)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2361)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2361)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2361)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2361)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2361)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2361)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2362)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)15902188 VirtMSC-SCCP(2361)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2361)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2361)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_0_round_robin": using IMSI '001010886553019'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=0, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010000000000000000000100011'B == '42000023'O TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2359)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442000023'O, n_connectPointCode := omit VirtMSC-RAN(2359)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442000023'O to be handled at TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383) TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2358)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2358)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2359)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2359)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442000023'O handled at TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383) VirtMSC-RAN(2359)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)5415653 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442000023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2358)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2358)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2358)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2359)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)5415653 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2358)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 2 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2359)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2361)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2362)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2363)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2360)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2358)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2367)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2357)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2364)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2372)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2370)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2365)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2374)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2366)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2375)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2368)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2376)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2371)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2378)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2373)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2380)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2369)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2377)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2379)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2357): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2358): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2359): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2360): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2361): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2362): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2363): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2364): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2365): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2366): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2367): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2368): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2369): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2370): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2371): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2372): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2373): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2374): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2375): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2376): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2377): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2378): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2379): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2380): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2381): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2382): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_null_nri_0_round_robin(2383): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_LU_by_tmsi_null_nri_0_round_robin finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin pass'. Sun Apr 21 06:40:05 UTC 2024 ====== BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=826086) Waiting for packet dumper to finish... 1 (prev_count=826086, count=1614346) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin'. ------ BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin ------ Sun Apr 21 06:40:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_LU_by_tmsi_null_nri_1_round_robin started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2387)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2387)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2387)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2385)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2390)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2390)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2390)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2388)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2393)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2393)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2393)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2391)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2387)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2390)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2393)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2386)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2386)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2389)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2389)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2392)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2396)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2396)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2396)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2396)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2398)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2398)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2398)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2398)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2400)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2400)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2400)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2400)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2402)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2402)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2402)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2402)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2404)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2404)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2404)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2404)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2406)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2406)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2406)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2406)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_1_round_robin() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_1_round_robin": using IMSI '001011466924274'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=1, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010000000000100000000100011'B == '42004023'O TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2386)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442004023'O, n_connectPointCode := omit VirtMSC-RAN(2386)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442004023'O to be handled at TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408) TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2385)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2386)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2386)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442004023'O handled at TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408) VirtMSC-RAN(2386)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)8452010 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442004023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2385)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2386)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)8452010 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_1_round_robin": using IMSI '001017333452092'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=1, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010000000000100000000100011'B == '42004023'O TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2389)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442004023'O, n_connectPointCode := omit VirtMSC-RAN(2389)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442004023'O to be handled at TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409) TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2388)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2388)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2389)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2389)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442004023'O handled at TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409) VirtMSC-RAN(2389)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)13390088 VirtMSC-SCCP(2388)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2388)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442004023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2388)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2388)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2388)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2388)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2388)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2388)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2388)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2388)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2389)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)13390088 VirtMSC-SCCP(2388)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2388)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2388)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_null_nri_1_round_robin": using IMSI '001015716069835'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=1, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010000000000100000000100011'B == '42004023'O TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2386)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442004023'O, n_connectPointCode := omit VirtMSC-RAN(2386)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442004023'O to be handled at TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410) TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2385)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2385)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2386)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2386)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442004023'O handled at TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410) VirtMSC-RAN(2386)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)587397 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442004023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2385)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2386)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)587397 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 2 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 1 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2385)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2388)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2387)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2390)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2394)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2389)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2384)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2386)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(2397)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2392)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2391)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2393)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2403)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2399)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2405)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2401)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2407)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2404)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2395)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2396)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2400)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2406)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2402)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2398)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2384): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2385): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2386): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2387): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2388): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2389): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2390): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2391): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2392): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2393): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2394): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2395): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2396): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2397): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2398): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2399): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2400): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2401): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2402): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2403): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2404): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2405): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2406): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2407): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2408): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2409): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_null_nri_1_round_robin(2410): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_LU_by_tmsi_null_nri_1_round_robin finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin pass'. Sun Apr 21 06:40:28 UTC 2024 ====== BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=822160) Waiting for packet dumper to finish... 1 (prev_count=822160, count=1610146) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin'. ------ BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin ------ Sun Apr 21 06:40:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2414)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2414)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2414)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2412)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2417)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2417)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2417)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2415)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2420)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2420)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2420)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2418)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2414)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2417)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2420)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2413)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2413)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2416)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2416)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2419)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2423)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2423)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2423)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2423)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2425)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2425)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2425)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2425)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2427)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2427)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2427)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2427)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2429)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2429)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2429)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2429)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2431)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2431)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2431)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2431)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2433)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2433)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2433)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2433)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin": using IMSI '001015981623372'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=1023, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010111111111100000000100011'B == '42FFC023'O TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2413)@6aa4ca6fe73c: f_create_expect(l3 := '05015205F442FFC023'O, n_connectPointCode := omit VirtMSC-RAN(2413)@6aa4ca6fe73c: Created Expect[0] for '05015205F442FFC023'O to be handled at TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435) TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2412)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2413)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2413)@6aa4ca6fe73c: Found Expect[0] for '05015205F442FFC023'O handled at TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435) VirtMSC-RAN(2413)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)617633 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 33, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '05015205F442FFC023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2412)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2412)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2412)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2413)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)617633 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin": using IMSI '001016885547094'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=768, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010110000000000000000100011'B == '42C00023'O TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2416)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442C00023'O, n_connectPointCode := omit VirtMSC-RAN(2416)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442C00023'O to be handled at TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436) TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2415)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2415)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2416)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2416)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442C00023'O handled at TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436) VirtMSC-RAN(2416)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)7442005 VirtMSC-SCCP(2415)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2415)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442C00023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2415)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2415)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2415)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2415)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2415)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2415)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2415)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2415)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2416)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)7442005 VirtMSC-SCCP(2415)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2415)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2415)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin": using IMSI '001014929665824'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=819, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010110011001100000000100011'B == '42CCC023'O TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2413)@6aa4ca6fe73c: f_create_expect(l3 := '0524080350590205F442CCC023'O, n_connectPointCode := omit VirtMSC-RAN(2413)@6aa4ca6fe73c: Created Expect[0] for '0524080350590205F442CCC023'O to be handled at TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437) TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2412)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2412)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2413)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2413)@6aa4ca6fe73c: Found Expect[0] for '0524080350590205F442CCC023'O handled at TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437) VirtMSC-RAN(2413)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)2578230 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0524080350590205F442CCC023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2412)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2412)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2412)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2413)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)2578230 VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2412)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2412)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 2 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2415)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2417)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2414)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2412)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2416)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2421)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2411)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2413)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2418)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2426)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2424)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2419)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2420)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2428)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2430)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2432)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2434)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2423)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2425)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2429)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2431)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2422)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2427)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2433)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2411): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2412): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2413): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2414): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2415): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2416): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2417): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2418): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2419): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2420): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2421): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2422): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2423): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2424): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2425): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2426): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2427): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2428): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2429): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2430): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2431): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2432): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2433): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2434): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2435): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2436): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin(2437): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin pass'. Sun Apr 21 06:40:51 UTC 2024 ====== BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=820669) Waiting for packet dumper to finish... 1 (prev_count=820669, count=1608929) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin'. ------ BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin ------ Sun Apr 21 06:40:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2441)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2441)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2441)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2439)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2444)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2444)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2444)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2442)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2447)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2447)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2447)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2445)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2441)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2444)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2447)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2440)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2440)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2443)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2443)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2446)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2450)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2450)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2450)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2450)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2452)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2452)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2452)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2452)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2454)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2454)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2454)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2454)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2456)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2456)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2456)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2456)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2458)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2458)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2458)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2458)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2460)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2460)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2460)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2460)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin": using IMSI '001011310036750'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=512, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010100000000000000000100011'B == '42800023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2440)@6aa4ca6fe73c: f_create_expect(l3 := '0627000350590205F442800023'O, n_connectPointCode := omit VirtMSC-RAN(2440)@6aa4ca6fe73c: Created Expect[0] for '0627000350590205F442800023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462) TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2439)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2440)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2440)@6aa4ca6fe73c: Found Expect[0] for '0627000350590205F442800023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462) VirtMSC-RAN(2440)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)11228897 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0627000350590205F442800023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2439)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2439)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2439)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2440)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)11228897 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 1 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin": using IMSI '001016719601662'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=767, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010101111111100000000100011'B == '42BFC023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2443)@6aa4ca6fe73c: f_create_expect(l3 := '05015205F442BFC023'O, n_connectPointCode := omit VirtMSC-RAN(2443)@6aa4ca6fe73c: Created Expect[0] for '05015205F442BFC023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463) TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2442)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2442)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2443)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2443)@6aa4ca6fe73c: Found Expect[0] for '05015205F442BFC023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463) VirtMSC-RAN(2443)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)8770999 VirtMSC-SCCP(2442)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2442)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 33, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '05015205F442BFC023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2442)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2442)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2442)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2442)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2442)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2442)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2442)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2442)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2443)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)8770999 VirtMSC-SCCP(2442)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2442)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2442)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 2 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin": using IMSI '001015392037935'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=750, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010101110111000000000100011'B == '42BB8023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2440)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F442BB8023'O, n_connectPointCode := omit VirtMSC-RAN(2440)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F442BB8023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464) TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2439)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2439)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2440)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2440)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F442BB8023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464) VirtMSC-RAN(2440)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)4990009 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F442BB8023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2439)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2439)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2439)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2440)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)4990009 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2439)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 2 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 3 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2442)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2444)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2440)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2439)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2441)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2448)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2443)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2438)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2446)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2457)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2453)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2451)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2445)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2459)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2455)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2447)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2460)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2461)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2449)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2454)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2450)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2456)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2452)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2458)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2438): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2439): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2440): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2441): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2442): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2443): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2444): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2445): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2446): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2447): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2448): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2449): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2450): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2451): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2452): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2453): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2454): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2455): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2456): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2457): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2458): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2459): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2460): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2461): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2462): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2463): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin(2464): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin pass'. Sun Apr 21 06:41:15 UTC 2024 ====== BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=824791) Waiting for packet dumper to finish... 1 (prev_count=824791, count=1613051) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1'. ------ BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1 ------ Sun Apr 21 06:41:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_valid_nri_1 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2468)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2468)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2468)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2466)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2471)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2471)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2471)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2469)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2474)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2474)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2474)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2472)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2468)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2471)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2474)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2467)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2467)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2470)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2470)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2473)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2477)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2477)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2477)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2477)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2479)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2479)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2479)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2479)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2481)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2481)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2481)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2481)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2483)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2483)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2483)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2483)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2487)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2487)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2487)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2487)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_1() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_1": using IMSI '001019016312952'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=256, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010010000000000000000100011'B == '42400023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2470)@6aa4ca6fe73c: f_create_expect(l3 := '0524040350590205F442400023'O, n_connectPointCode := omit VirtMSC-RAN(2470)@6aa4ca6fe73c: Created Expect[0] for '0524040350590205F442400023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489) TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2469)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2470)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2470)@6aa4ca6fe73c: Found Expect[0] for '0524040350590205F442400023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489) VirtMSC-RAN(2470)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)6929240 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0524040350590205F442400023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2469)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2470)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)6929240 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 1 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_1": using IMSI '001018512914797'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=260, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010010000010000000000100011'B == '42410023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2470)@6aa4ca6fe73c: f_create_expect(l3 := '0627000350590205F442410023'O, n_connectPointCode := omit VirtMSC-RAN(2470)@6aa4ca6fe73c: Created Expect[0] for '0627000350590205F442410023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490) TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2469)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2470)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2470)@6aa4ca6fe73c: Found Expect[0] for '0627000350590205F442410023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490) VirtMSC-RAN(2470)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)7054386 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0627000350590205F442410023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2469)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2470)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)7054386 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 2 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_1": using IMSI '001014205235859'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=511, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010011111111100000000100011'B == '427FC023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2470)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F4427FC023'O, n_connectPointCode := omit VirtMSC-RAN(2470)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F4427FC023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491) TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2469)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2470)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2470)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F4427FC023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491) VirtMSC-RAN(2470)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)16442804 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F4427FC023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2469)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2469)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2470)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)16442804 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2469)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 3 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2470)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2467)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2469)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2466)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2471)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2468)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2465)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2475)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2472)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2478)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2473)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2482)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2474)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2480)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2476)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2486)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2488)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2483)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2479)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2477)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2484)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2481)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2485)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2487)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2465): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2466): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2467): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2468): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2469): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2470): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2471): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2472): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2473): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2474): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2475): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2476): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2477): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2478): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2479): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2480): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2481): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2482): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2483): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2484): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2485): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2486): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2487): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2488): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2489): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2490): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_1(2491): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_valid_nri_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1 pass'. Sun Apr 21 06:41:38 UTC 2024 ====== BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=818837) Waiting for packet dumper to finish... 1 (prev_count=818837, count=1607097) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2'. ------ BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2 ------ Sun Apr 21 06:41:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_valid_nri_2 started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2495)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2495)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2495)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2493)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2498)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2498)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2498)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2496)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2501)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2501)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2501)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2499)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2504)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2504)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2504)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2502)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2495)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2498)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2501)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23907 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2504)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2497)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2494)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2500)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2497)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2500)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2494)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2503)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2507)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2507)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2507)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2507)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2509)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2509)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2509)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2509)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2511)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2511)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2511)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2511)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2513)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2513)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2513)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2513)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2515)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2515)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2515)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2515)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2517)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2517)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2517)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2517)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_2() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_2": using IMSI '001015358668433'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=512, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010100000000000000000100011'B == '42800023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2500)@6aa4ca6fe73c: f_create_expect(l3 := '0524040350590205F442800023'O, n_connectPointCode := omit VirtMSC-RAN(2500)@6aa4ca6fe73c: Created Expect[0] for '0524040350590205F442800023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519) TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2499)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2500)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2500)@6aa4ca6fe73c: Found Expect[0] for '0524040350590205F442800023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519) VirtMSC-RAN(2500)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)10062760 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0524040350590205F442800023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2499)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2499)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2499)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2500)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)10062760 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 1 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_2": using IMSI '001017610017248'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=678, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010101010011000000000100011'B == '42A98023'O TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2500)@6aa4ca6fe73c: f_create_expect(l3 := '0627000350590205F442A98023'O, n_connectPointCode := omit VirtMSC-RAN(2500)@6aa4ca6fe73c: Created Expect[0] for '0627000350590205F442A98023'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520) TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2499)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2499)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2500)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2500)@6aa4ca6fe73c: Found Expect[0] for '0627000350590205F442A98023'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520) VirtMSC-RAN(2500)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)8056552 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0627000350590205F442A98023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2499)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2499)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2499)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2500)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)8056552 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2499)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 2 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_L3Complete_by_tmsi_valid_nri_2": using IMSI '001011321106710'H TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2497)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A52080910100000000031'O, n_connectPointCode := omit VirtMSC-RAN(2497)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A52080910100000000031'O to be handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521) TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2496)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2496)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2497)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2497)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A52080910100000000031'O handled at TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521) VirtMSC-RAN(2497)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)6446323 VirtMSC-SCCP(2496)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2496)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 42, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 18, layer3info := '05080200F110172A52080910100000000031'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2496)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2496)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2496)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2496)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2496)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2496)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2496)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2496)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2497)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)6446323 VirtMSC-SCCP(2496)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2496)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2496)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 2 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2496)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2495)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2493)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2494)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2500)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2497)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2492)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2501)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2499)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2498)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2505)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2503)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2502)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2504)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2508)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2509)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2507)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2510)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2506)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2512)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2513)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2511)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2514)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2516)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2515)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2517)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2518)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2492): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2493): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2494): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2495): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2496): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2497): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2498): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2499): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2500): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2501): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2502): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2503): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2504): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2505): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2506): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2507): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2508): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2509): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2510): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2511): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2512): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2513): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2514): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2515): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2516): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2517): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2518): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2519): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2520): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_L3Complete_by_tmsi_valid_nri_2(2521): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_L3Complete_by_tmsi_valid_nri_2 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2 pass'. Sun Apr 21 06:42:01 UTC 2024 ====== BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=842225) Waiting for packet dumper to finish... 1 (prev_count=842225, count=1630250) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN'. ------ BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN ------ Sun Apr 21 06:42:06 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_LU_by_tmsi_from_other_PLMN started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2525)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2525)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2525)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2523)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2528)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2528)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2528)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2526)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2531)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2531)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2531)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2529)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2534)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2534)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2534)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2532)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2525)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2528)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2531)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23907 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2534)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2524)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2524)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2527)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2527)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2530)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2530)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2533)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2537)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2537)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2537)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2537)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2539)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2539)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2539)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2539)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2541)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2541)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2541)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2541)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2543)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2543)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2543)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2543)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2545)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2545)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2545)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2545)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2547)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2547)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2547)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2547)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_from_other_PLMN() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_from_other_PLMN": using IMSI '001014806412468'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=260, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010010000010000000000100011'B == '42410023'O TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2524)@6aa4ca6fe73c: f_create_expect(l3 := '05080299F999172A5205F442410023'O, n_connectPointCode := omit VirtMSC-RAN(2524)@6aa4ca6fe73c: Created Expect[0] for '05080299F999172A5205F442410023'O to be handled at TC_mscpool_LU_by_tmsi_from_other_PLMN(2549) TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2523)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2523)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2524)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2524)@6aa4ca6fe73c: Found Expect[0] for '05080299F999172A5205F442410023'O handled at TC_mscpool_LU_by_tmsi_from_other_PLMN(2549) VirtMSC-RAN(2524)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)15368644 VirtMSC-SCCP(2523)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2523)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080299F999172A5205F442410023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2523)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2523)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2523)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2523)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2523)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2523)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2523)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2523)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2524)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)15368644 VirtMSC-SCCP(2523)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2523)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2523)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_from_other_PLMN(2549)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_LU_by_tmsi_from_other_PLMN": using IMSI '001014527376751'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=555, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010100010101100000000100011'B == '428AC023'O TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2530)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A5205F4428AC023'O, n_connectPointCode := omit VirtMSC-RAN(2530)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A5205F4428AC023'O to be handled at TC_mscpool_LU_by_tmsi_from_other_PLMN(2550) TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2529)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2529)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2530)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2530)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A5205F4428AC023'O handled at TC_mscpool_LU_by_tmsi_from_other_PLMN(2550) VirtMSC-RAN(2530)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)11685975 VirtMSC-SCCP(2529)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2529)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 39, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 15, layer3info := '05080200F110172A5205F4428AC023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2529)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2529)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2529)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2529)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2529)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2529)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2529)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2529)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2530)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)11685975 VirtMSC-SCCP(2529)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2529)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2529)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_LU_by_tmsi_from_other_PLMN(2550)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 1 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2526)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2525)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2523)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2529)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2528)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2531)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2524)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2527)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2522)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2530)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2535)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2532)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2533)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2534)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2540)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2539)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2536)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2537)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2541)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2538)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2542)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2544)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2546)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2548)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2543)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2545)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2547)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2522): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2523): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2524): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2525): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2526): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2527): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2528): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2529): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2530): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2531): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2532): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2533): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2534): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2535): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2536): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2537): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2538): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2539): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2540): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2541): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2542): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2543): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2544): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2545): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2546): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2547): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2548): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_from_other_PLMN(2549): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_LU_by_tmsi_from_other_PLMN(2550): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_LU_by_tmsi_from_other_PLMN finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN pass'. Sun Apr 21 06:42:21 UTC 2024 ====== BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=776355) Waiting for packet dumper to finish... 1 (prev_count=776355, count=1564380) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_paging_and_response_imsi'. ------ BSC_Tests.TC_mscpool_paging_and_response_imsi ------ Sun Apr 21 06:42:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_paging_and_response_imsi' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_paging_and_response_imsi started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2554)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2554)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2554)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2552)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2557)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2557)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2557)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2555)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2560)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2560)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2560)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2558)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2563)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2563)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2563)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2561)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2554)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2557)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2560)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23907 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2563)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2553)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2553)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2556)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2556)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2559)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2559)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2562)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2566)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2566)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2566)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2566)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_paging_and_response_imsi() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_paging_and_response_imsi": using IMSI '001010315182399'H TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2553)@6aa4ca6fe73c: f_create_expect(l3 := '06270003505902080910100000001032'O, n_connectPointCode := omit VirtMSC-RAN(2553)@6aa4ca6fe73c: Created Expect[0] for '06270003505902080910100000001032'O to be handled at TC_mscpool_paging_and_response_imsi(2568) TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2552)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2552)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2553)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2553)@6aa4ca6fe73c: Found Expect[0] for '06270003505902080910100000001032'O handled at TC_mscpool_paging_and_response_imsi(2568) VirtMSC-RAN(2553)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_paging_and_response_imsi(2568)3218286 VirtMSC-SCCP(2552)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2552)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '06270003505902080910100000001032'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2552)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2552)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2552)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2552)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2552)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2552)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2552)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2552)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2553)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_paging_and_response_imsi(2568)3218286 VirtMSC-SCCP(2552)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2552)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2552)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_paging_and_response_imsi(2568)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 1 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2554)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2557)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2558)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2552)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2555)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2559)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2556)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2553)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2564)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2560)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2551)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2561)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2567)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2563)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2562)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2565)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2566)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2551): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2552): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2553): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2554): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2555): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2556): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2557): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2558): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2559): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2560): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2561): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2562): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2563): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2564): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2565): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2566): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2567): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_paging_and_response_imsi(2568): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_paging_and_response_imsi finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_paging_and_response_imsi pass'. Sun Apr 21 06:42:34 UTC 2024 ====== BSC_Tests.TC_mscpool_paging_and_response_imsi pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_paging_and_response_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=370137) Waiting for packet dumper to finish... 1 (prev_count=370137, count=557756) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_paging_and_response_imsi pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_paging_and_response_tmsi'. ------ BSC_Tests.TC_mscpool_paging_and_response_tmsi ------ Sun Apr 21 06:42:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_paging_and_response_tmsi' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_paging_and_response_tmsi started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2572)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2572)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2572)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2570)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2575)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2575)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2575)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2573)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2578)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2578)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2578)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2576)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2581)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2581)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2581)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2579)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2572)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2575)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2578)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23907 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2581)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2571)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2571)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2574)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2574)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2577)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2577)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2580)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2584)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2584)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2584)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2584)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_paging_and_response_tmsi() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_paging_and_response_tmsi": using IMSI '001015147347059'H TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=300, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010010010110000000000100011'B == '424B0023'O TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=300, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010010010110000000000100011'B == '424B0023'O TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2571)@6aa4ca6fe73c: f_create_expect(l3 := '0627000350590205F4424B0023'O, n_connectPointCode := omit VirtMSC-RAN(2571)@6aa4ca6fe73c: Created Expect[0] for '0627000350590205F4424B0023'O to be handled at TC_mscpool_paging_and_response_tmsi(2586) TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2570)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2570)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2571)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2571)@6aa4ca6fe73c: Found Expect[0] for '0627000350590205F4424B0023'O handled at TC_mscpool_paging_and_response_tmsi(2586) VirtMSC-RAN(2571)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_paging_and_response_tmsi(2586)7991334 VirtMSC-SCCP(2570)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2570)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0627000350590205F4424B0023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2570)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2570)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2570)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2570)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2570)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2570)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2570)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2570)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2571)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_paging_and_response_tmsi(2586)7991334 VirtMSC-SCCP(2570)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2570)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2570)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_paging_and_response_tmsi(2586)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 1 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2571)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2577)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2570)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2578)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2573)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2575)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2576)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2572)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2574)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2582)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2569)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2579)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2585)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2580)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2583)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2584)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2581)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2569): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2570): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2571): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2572): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2573): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2574): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2575): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2576): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2577): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2578): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2579): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2580): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2581): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2582): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2583): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2584): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2585): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_paging_and_response_tmsi(2586): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_paging_and_response_tmsi finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_paging_and_response_tmsi pass'. Sun Apr 21 06:42:48 UTC 2024 ====== BSC_Tests.TC_mscpool_paging_and_response_tmsi pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_paging_and_response_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=357822) Waiting for packet dumper to finish... 1 (prev_count=357822, count=544751) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_paging_and_response_tmsi pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_no_allow_attach_round_robin'. ------ BSC_Tests.TC_mscpool_no_allow_attach_round_robin ------ Sun Apr 21 06:42:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_no_allow_attach_round_robin' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_no_allow_attach_round_robin started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2590)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2590)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2590)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2588)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2593)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2593)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2593)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2591)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2596)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2596)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2596)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2594)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2599)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2599)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2599)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2597)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2590)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2593)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2596)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23907 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2599)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2589)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2589)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2592)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2592)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2595)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2595)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2598)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2602)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2602)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2602)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2602)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2604)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2604)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2604)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2604)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2606)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2606)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2606)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2606)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2608)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2608)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2608)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2608)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2610)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2610)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2610)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2610)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2612)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2612)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2612)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2612)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_round_robin() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_round_robin": using IMSI '001017907857039'H TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2589)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A52080910100000000010'O, n_connectPointCode := omit VirtMSC-RAN(2589)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A52080910100000000010'O to be handled at TC_mscpool_no_allow_attach_round_robin(2614) TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2588)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2589)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2589)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A52080910100000000010'O handled at TC_mscpool_no_allow_attach_round_robin(2614) VirtMSC-RAN(2589)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_no_allow_attach_round_robin(2614)14599432 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 42, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 18, layer3info := '05080200F110172A52080910100000000010'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2588)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2588)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2588)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2589)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_no_allow_attach_round_robin(2614)14599432 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_no_allow_attach_round_robin(2614)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_round_robin": using IMSI '001017999380841'H TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2595)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100000000020'O, n_connectPointCode := omit VirtMSC-RAN(2595)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100000000020'O to be handled at TC_mscpool_no_allow_attach_round_robin(2615) TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2594)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2594)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2595)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2595)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100000000020'O handled at TC_mscpool_no_allow_attach_round_robin(2615) VirtMSC-RAN(2595)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_no_allow_attach_round_robin(2615)876890 VirtMSC-SCCP(2594)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2594)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240103505902080910100000000020'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2594)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2594)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2594)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2594)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2594)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2594)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2594)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2594)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2595)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_no_allow_attach_round_robin(2615)876890 VirtMSC-SCCP(2594)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2594)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2594)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_no_allow_attach_round_robin(2615)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_round_robin": using IMSI '001016408018894'H TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2589)@6aa4ca6fe73c: f_create_expect(l3 := '06270003505902080910100000000030'O, n_connectPointCode := omit VirtMSC-RAN(2589)@6aa4ca6fe73c: Created Expect[0] for '06270003505902080910100000000030'O to be handled at TC_mscpool_no_allow_attach_round_robin(2616) TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2588)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2588)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2589)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2589)@6aa4ca6fe73c: Found Expect[0] for '06270003505902080910100000000030'O handled at TC_mscpool_no_allow_attach_round_robin(2616) VirtMSC-RAN(2589)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_no_allow_attach_round_robin(2616)10353143 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '06270003505902080910100000000030'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2588)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2588)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2588)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2589)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_no_allow_attach_round_robin(2616)10353143 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_no_allow_attach_round_robin(2616)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 2 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2588)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2596)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2589)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2593)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2594)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2591)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2592)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2595)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2587)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2600)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2590)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2598)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2599)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2597)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2602)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2604)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2601)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2603)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2609)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2607)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2611)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2613)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2606)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2608)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2610)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2612)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2605)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2587): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2588): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2589): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2590): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2591): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2592): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2593): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2594): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2595): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2596): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2597): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2598): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2599): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2600): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2601): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2602): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2603): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2604): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2605): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2606): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2607): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2608): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2609): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2610): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2611): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2612): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2613): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_no_allow_attach_round_robin(2614): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_no_allow_attach_round_robin(2615): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_no_allow_attach_round_robin(2616): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_no_allow_attach_round_robin finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_no_allow_attach_round_robin pass'. Sun Apr 21 06:43:12 UTC 2024 ====== BSC_Tests.TC_mscpool_no_allow_attach_round_robin pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_no_allow_attach_round_robin.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=840357) Waiting for packet dumper to finish... 1 (prev_count=840357, count=1628175) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_no_allow_attach_round_robin pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_no_allow_attach_valid_nri'. ------ BSC_Tests.TC_mscpool_no_allow_attach_valid_nri ------ Sun Apr 21 06:43:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_no_allow_attach_valid_nri' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_no_allow_attach_valid_nri started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2620)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2620)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2620)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2618)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2623)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2623)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2623)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2621)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2626)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2626)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2626)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2624)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2629)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2629)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2629)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2627)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2620)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2623)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2626)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23907 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2629)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2619)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2619)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2622)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2622)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2625)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2625)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2628)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2632)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2632)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2632)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2632)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2634)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2634)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2634)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2634)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2636)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2636)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2636)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2636)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2638)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2638)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2638)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2638)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2640)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2640)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2640)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2640)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2642)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2642)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2642)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2642)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_valid_nri() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_valid_nri": using IMSI '001016449192836'H MTC@6aa4ca6fe73c: f_gen_tmsi(suffix:=0, nri_v:=260, nri_bitlen:=10, base_tmsi:='42000023'O) -> prefix:='01000010'B, suffix:='00000000100011'B, total_bits:='01000010010000010000000000100011'B == '42410023'O TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2622)@6aa4ca6fe73c: f_create_expect(l3 := '0524010350590205F442410023'O, n_connectPointCode := omit VirtMSC-RAN(2622)@6aa4ca6fe73c: Created Expect[0] for '0524010350590205F442410023'O to be handled at TC_mscpool_no_allow_attach_valid_nri(2644) TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2621)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2621)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2622)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2622)@6aa4ca6fe73c: Found Expect[0] for '0524010350590205F442410023'O handled at TC_mscpool_no_allow_attach_valid_nri(2644) VirtMSC-RAN(2622)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_no_allow_attach_valid_nri(2644)3386024 VirtMSC-SCCP(2621)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2621)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 37, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 13, layer3info := '0524010350590205F442410023'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2621)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2621)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2621)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2621)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2621)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2621)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2621)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2621)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2622)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_no_allow_attach_valid_nri(2644)3386024 VirtMSC-SCCP(2621)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2621)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2621)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_no_allow_attach_valid_nri(2644)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 1 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_valid_nri": using IMSI '001012372348330'H TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2619)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100000000020'O, n_connectPointCode := omit VirtMSC-RAN(2619)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100000000020'O to be handled at TC_mscpool_no_allow_attach_valid_nri(2645) TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2618)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2618)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2619)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2619)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100000000020'O handled at TC_mscpool_no_allow_attach_valid_nri(2645) VirtMSC-RAN(2619)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_no_allow_attach_valid_nri(2645)15201566 VirtMSC-SCCP(2618)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2618)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240103505902080910100000000020'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2618)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2618)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2618)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2618)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2618)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2618)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2618)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2618)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2619)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_no_allow_attach_valid_nri(2645)15201566 VirtMSC-SCCP(2618)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2618)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2618)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_no_allow_attach_valid_nri(2645)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 1 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_no_allow_attach_valid_nri": using IMSI '001017743003037'H TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2625)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100000000030'O, n_connectPointCode := omit VirtMSC-RAN(2625)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100000000030'O to be handled at TC_mscpool_no_allow_attach_valid_nri(2646) TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2624)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2624)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2625)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2625)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100000000030'O handled at TC_mscpool_no_allow_attach_valid_nri(2646) VirtMSC-RAN(2625)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_no_allow_attach_valid_nri(2646)3999121 VirtMSC-SCCP(2624)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2624)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240103505902080910100000000030'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2624)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2624)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2624)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2624)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2624)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2624)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2624)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2624)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2625)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_no_allow_attach_valid_nri(2646)3999121 VirtMSC-SCCP(2624)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2624)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2624)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_no_allow_attach_valid_nri(2646)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 1 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2619)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2625)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2618)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2623)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2620)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2626)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2621)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2622)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2624)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2617)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2630)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2628)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2633)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2627)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2629)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2637)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2634)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2638)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2632)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2639)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2635)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2631)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2643)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2641)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2640)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2642)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2636)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2617): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2618): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2619): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2620): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2621): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2622): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2623): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2624): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2625): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2626): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2627): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2628): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2629): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2630): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2631): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2632): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2633): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2634): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2635): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2636): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2637): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2638): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2639): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2640): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2641): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2642): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2643): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_no_allow_attach_valid_nri(2644): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_no_allow_attach_valid_nri(2645): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_no_allow_attach_valid_nri(2646): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_no_allow_attach_valid_nri finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_no_allow_attach_valid_nri pass'. Sun Apr 21 06:43:35 UTC 2024 ====== BSC_Tests.TC_mscpool_no_allow_attach_valid_nri pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_no_allow_attach_valid_nri.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=853393) Waiting for packet dumper to finish... 1 (prev_count=853393, count=1641418) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_no_allow_attach_valid_nri pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc'. ------ BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc ------ Sun Apr 21 06:43:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_sccp_n_pcstate_detaches_msc started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2650)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2650)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2650)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2648)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2653)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2653)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2653)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2651)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2656)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2656)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2656)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2654)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2650)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2653)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2656)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2649)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2649)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtMSC-RAN(2652)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2652)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2655)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2659)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2659)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2659)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2659)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2661)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2661)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2661)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2661)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2663)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2663)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2663)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2663)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2665)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2665)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2665)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2665)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2667)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2667)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2667)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2667)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2669)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2669)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2669)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2669)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_detaches_msc() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_detaches_msc": using IMSI '001012991012766'H TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2649)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A52080910100000000010'O, n_connectPointCode := omit VirtMSC-RAN(2649)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A52080910100000000010'O to be handled at TC_mscpool_sccp_n_pcstate_detaches_msc(2671) TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2648)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2648)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2649)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2649)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A52080910100000000010'O handled at TC_mscpool_sccp_n_pcstate_detaches_msc(2671) VirtMSC-RAN(2649)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_sccp_n_pcstate_detaches_msc(2671)13526667 VirtMSC-SCCP(2648)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2648)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 42, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 18, layer3info := '05080200F110172A52080910100000000010'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2648)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2648)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2648)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2648)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2648)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2648)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2648)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2648)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2649)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_sccp_n_pcstate_detaches_msc(2671)13526667 VirtMSC-SCCP(2648)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2648)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2648)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_sccp_n_pcstate_detaches_msc(2671)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_detaches_msc": using IMSI '001011347136019'H TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2652)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100000000020'O, n_connectPointCode := omit VirtMSC-RAN(2652)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100000000020'O to be handled at TC_mscpool_sccp_n_pcstate_detaches_msc(2672) TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2651)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2652)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2652)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100000000020'O handled at TC_mscpool_sccp_n_pcstate_detaches_msc(2672) VirtMSC-RAN(2652)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_sccp_n_pcstate_detaches_msc(2672)11754976 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240103505902080910100000000020'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2651)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2651)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2651)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2652)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_sccp_n_pcstate_detaches_msc(2672)11754976 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_sccp_n_pcstate_detaches_msc(2672)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "disconnecting msc0" VirtMSC-RAN(2649)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2650)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2648)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_detaches_msc": using IMSI '001015857627998'H TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2652)@6aa4ca6fe73c: f_create_expect(l3 := '06270003505902080910100000000030'O, n_connectPointCode := omit VirtMSC-RAN(2652)@6aa4ca6fe73c: Created Expect[0] for '06270003505902080910100000000030'O to be handled at TC_mscpool_sccp_n_pcstate_detaches_msc(2673) TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2651)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2651)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2652)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2652)@6aa4ca6fe73c: Found Expect[0] for '06270003505902080910100000000030'O handled at TC_mscpool_sccp_n_pcstate_detaches_msc(2673) VirtMSC-RAN(2652)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_sccp_n_pcstate_detaches_msc(2673)10165379 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '06270003505902080910100000000030'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2651)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2651)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2651)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2652)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_sccp_n_pcstate_detaches_msc(2673)10165379 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_sccp_n_pcstate_detaches_msc(2673)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 2 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2651)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2653)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2652)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2647)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2657)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS2-TRX2-RSL-RSL(2668)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2664)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2666)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2662)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2670)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2654)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2655)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2656)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2667)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2669)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2661)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2659)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2665)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2660)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2663)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2658)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2647): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2648): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2649): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2650): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2651): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2652): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2653): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2654): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2655): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2656): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2657): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2658): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2659): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2660): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2661): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2662): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2663): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2664): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2665): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2666): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2667): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2668): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2669): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2670): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_sccp_n_pcstate_detaches_msc(2671): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_sccp_n_pcstate_detaches_msc(2672): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_sccp_n_pcstate_detaches_msc(2673): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_sccp_n_pcstate_detaches_msc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc pass'. Sun Apr 21 06:43:58 UTC 2024 ====== BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=836425) Waiting for packet dumper to finish... 1 (prev_count=836425, count=1624411) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc'. ------ BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc ------ Sun Apr 21 06:44:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mscpool_sccp_n_pcstate_attaches_msc started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2677)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2677)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2677)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2675)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2680)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2680)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2680)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2678)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2677)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2680)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2676)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2676)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2679)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2683)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2683)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2683)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2683)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2685)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2685)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2685)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2685)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2687)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(2687)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(2687)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(2687)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2689)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(2689)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(2689)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(2689)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2691)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(2691)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(2691)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(2691)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2693)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(2693)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(2693)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(2693)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_attaches_msc() start" MTC@6aa4ca6fe73c: retrieved rate counters: "msc": { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: initial msc rate counters: { { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_attaches_msc": using IMSI '001013225697914'H TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2676)@6aa4ca6fe73c: f_create_expect(l3 := '05080200F110172A52090110100032000000F1'O, n_connectPointCode := omit VirtMSC-RAN(2676)@6aa4ca6fe73c: Created Expect[0] for '05080200F110172A52090110100032000000F1'O to be handled at TC_mscpool_sccp_n_pcstate_attaches_msc(2695) TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2675)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2676)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2676)@6aa4ca6fe73c: Found Expect[0] for '05080200F110172A52090110100032000000F1'O handled at TC_mscpool_sccp_n_pcstate_attaches_msc(2695) VirtMSC-RAN(2676)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_sccp_n_pcstate_attaches_msc(2695)218404 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 43, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 19, layer3info := '05080200F110172A52090110100032000000F1'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2675)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2675)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2675)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2676)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_sccp_n_pcstate_attaches_msc(2695)218404 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_sccp_n_pcstate_attaches_msc(2695)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_attaches_msc": using IMSI '001016505641240'H TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2676)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100032000020'O, n_connectPointCode := omit VirtMSC-RAN(2676)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100032000020'O to be handled at TC_mscpool_sccp_n_pcstate_attaches_msc(2696) TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2675)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2675)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2676)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2676)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100032000020'O handled at TC_mscpool_sccp_n_pcstate_attaches_msc(2696) VirtMSC-RAN(2676)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_sccp_n_pcstate_attaches_msc(2696)12061786 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240103505902080910100032000020'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2675)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2675)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2675)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2676)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_sccp_n_pcstate_attaches_msc(2696)12061786 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "Got RSL RR Release" TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_sccp_n_pcstate_attaches_msc(2696)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 2 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: "connecting msc1" MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2699)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2699)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2699)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2697)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2699)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23906 to server: "172.18.60.200":2905 association #8 MTC@6aa4ca6fe73c: "TC_mscpool_sccp_n_pcstate_attaches_msc": using IMSI '001014266912932'H VirtMSC-RAN(2698)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2698)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2698)@6aa4ca6fe73c: f_create_expect(l3 := '06270003505902080910100032000030'O, n_connectPointCode := omit VirtMSC-RAN(2698)@6aa4ca6fe73c: Created Expect[0] for '06270003505902080910100032000030'O to be handled at TC_mscpool_sccp_n_pcstate_attaches_msc(2700) TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2697)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2697)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2698)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2698)@6aa4ca6fe73c: Found Expect[0] for '06270003505902080910100032000030'O handled at TC_mscpool_sccp_n_pcstate_attaches_msc(2700) VirtMSC-RAN(2698)@6aa4ca6fe73c: Added conn table entry 0TC_mscpool_sccp_n_pcstate_attaches_msc(2700)7597481 VirtMSC-SCCP(2697)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2697)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0002'O, ci := '0001'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '06270003505902080910100032000030'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2697)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2697)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2697)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2697)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2697)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2697)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2697)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2697)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2698)@6aa4ca6fe73c: Deleted conn table entry 0TC_mscpool_sccp_n_pcstate_attaches_msc(2700)7597481 VirtMSC-SCCP(2697)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2697)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2697)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mscpool_sccp_n_pcstate_attaches_msc(2700)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: verifying msc rate counters: { { { name := "mscpool:subscr:new", val := 2 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 1 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } }, { { name := "mscpool:subscr:new", val := 0 }, { name := "mscpool:subscr:known", val := 0 }, { name := "mscpool:subscr:reattach", val := 0 }, { name := "mscpool:subscr:attach_lost", val := 0 }, { name := "mscpool:subscr:paged", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2675)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2676)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2677)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2698)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2674)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2681)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2699)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2697)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2679)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2684)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2686)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2678)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-RSL(2688)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2680)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2683)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2685)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(2687)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(2689)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2682)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-RSL(2690)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-RSL(2694)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-RSL(2692)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(2693)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(2691)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2674): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2675): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2676): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2677): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2678): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2679): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2680): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2681): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2682): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2683): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2684): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2685): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2686): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(2687): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-RSL(2688): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(2689): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-RSL(2690): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(2691): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-RSL(2692): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(2693): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-RSL(2694): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_sccp_n_pcstate_attaches_msc(2695): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_sccp_n_pcstate_attaches_msc(2696): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2697): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2698): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2699): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mscpool_sccp_n_pcstate_attaches_msc(2700): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mscpool_sccp_n_pcstate_attaches_msc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc pass'. Sun Apr 21 06:44:23 UTC 2024 ====== BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=841705) Waiting for packet dumper to finish... 1 (prev_count=841705, count=1629523) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_early_conn_fail'. ------ BSC_Tests.TC_early_conn_fail ------ Sun Apr 21 06:44:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_early_conn_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_early_conn_fail started. VirtMSC-M3UA(2703)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2703)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2703)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2702)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2703)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2703)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2705)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2705)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2705)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2704)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2705)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2708)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2708)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2708)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2708)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_early_conn_fail() start" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2702)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2703)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2706)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2701)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2704)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2707)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2705)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2708)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2701): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2702): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2703): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2704): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2705): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2706): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2707): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2708): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_early_conn_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_early_conn_fail pass'. Sun Apr 21 06:44:31 UTC 2024 ====== BSC_Tests.TC_early_conn_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_early_conn_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=226146) Waiting for packet dumper to finish... 1 (prev_count=226146, count=412941) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_early_conn_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_late_conn_fail'. ------ BSC_Tests.TC_late_conn_fail ------ Sun Apr 21 06:44:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_late_conn_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_late_conn_fail started. VirtMSC-M3UA(2711)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2711)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2711)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2710)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2711)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2711)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2713)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2713)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2713)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2712)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2713)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2716)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2716)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2716)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2716)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_late_conn_fail() start" VirtMSC-SCCP(2710)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2710)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2710)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2710)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2710)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2710)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2710)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2710)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2710)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2711)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2709)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2714)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2712)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2716)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2715)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2713)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2709): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2710): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2711): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2712): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2713): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2714): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2715): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2716): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_late_conn_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_late_conn_fail pass'. Sun Apr 21 06:44:43 UTC 2024 ====== BSC_Tests.TC_late_conn_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_late_conn_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=250542) Waiting for packet dumper to finish... 1 (prev_count=250542, count=437337) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_late_conn_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stats_conn_fail'. ------ BSC_Tests.TC_stats_conn_fail ------ Sun Apr 21 06:44:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_stats_conn_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_stats_conn_fail started. MTC@6aa4ca6fe73c: "TC_stats_conn_fail": using IMSI '001019898070234'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2720)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2720)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2720)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2718)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2723)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2723)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2723)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2721)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2720)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2723)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2719)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2719)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2722)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2726)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2726)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2726)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2726)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_stats_conn_fail() start" VirtMSC-RAN(2719)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108989702043'O, n_connectPointCode := omit VirtMSC-RAN(2719)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108989702043'O to be handled at TC_stats_conn_fail(2728) VirtMSC-SCCP(2718)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2719)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2719)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108989702043'O handled at TC_stats_conn_fail(2728) VirtMSC-RAN(2719)@6aa4ca6fe73c: Added conn table entry 0TC_stats_conn_fail(2728)9638894 VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(2727)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2725)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_stats_conn_fail(2728) VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: vl_len:16 VirtMSC-SCCP(2718)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000E010B030208FF7C06010203040926'O VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_stats_conn_fail(2728)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_stats_conn_fail(2728)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '6F790DFD'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := <unbound>, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 0, mdcx_seen := 0, crcx_seen_exp := 0, mdcx_seen_exp := 0, conn_id := '510C9310'H, mime_type := "AMR", sample_rate := 8000, ptime := 20, rtp_pt := 112, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_stats_conn_fail(2728)@6aa4ca6fe73c: "TC_stats_conn_fail": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 TC_stats_conn_fail(2728)@6aa4ca6fe73c: "TC_stats_conn_fail": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=0, crcx_seen_exp=0, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-STATS(2717)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bts.0.chan.rf_fail", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.chan.rf_fail", mtype := "c", min := 0, max := 0 } VirtMSC-STATS(2717)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bts.0.chan.rf_fail_sdcch", val := 0, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.chan.rf_fail_sdcch", mtype := "c", min := 0, max := 0 } VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-STATS(2717)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bts.0.chan.rf_fail", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.chan.rf_fail", mtype := "c", min := 1, max := 1 } VirtMSC-STATS(2717)@6aa4ca6fe73c: EXP match: { name := "TTCN3.bts.0.chan.rf_fail_sdcch", val := 1, mtype := "c", srate := omit } vs { name := "TTCN3.bts.0.chan.rf_fail_sdcch", mtype := "c", min := 1, max := 1 } TC_stats_conn_fail(2728)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2718)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2718)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_stats_conn_fail(2728)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2719)@6aa4ca6fe73c: Deleted conn table entry 0TC_stats_conn_fail(2728)9638894 VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on connection ID:0 TC_stats_conn_fail(2728)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2718)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_stats_conn_fail(2728)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_stats_conn_fail(2728)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_stats_conn_fail(2728)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2718)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2719)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2717)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2720)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2724)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2722)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2727)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2721)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2725)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2723)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2726)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2717): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2718): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2719): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2720): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2721): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2722): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2723): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2724): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2725): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2726): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2727): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_stats_conn_fail(2728): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_stats_conn_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stats_conn_fail pass'. Sun Apr 21 06:44:56 UTC 2024 ====== BSC_Tests.TC_stats_conn_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_stats_conn_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=400630) Waiting for packet dumper to finish... 1 (prev_count=400630, count=595751) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_stats_conn_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_allow'. ------ BSC_Tests.TC_assignment_emerg_setup_allow ------ Sun Apr 21 06:45:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_allow' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_allow started. MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_allow": using IMSI '001014680177522'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2732)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2732)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2732)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2730)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(2735)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2735)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2735)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(2733)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2732)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2735)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2731)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2731)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2734)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2738)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2738)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2738)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2738)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_allow() start" VirtMSC-RAN(2731)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106408715722'O, n_connectPointCode := omit VirtMSC-RAN(2731)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106408715722'O to be handled at TC_assignment_emerg_setup_allow(2740) VirtMSC-SCCP(2730)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2731)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2731)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106408715722'O handled at TC_assignment_emerg_setup_allow(2740) VirtMSC-RAN(2731)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_emerg_setup_allow(2740)8410127 VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes IPA-BTS0-TRX0-RSL-RSL(2739)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2737)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_emerg_setup_allow(2740) VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: vl_len:26 VirtMSC-SCCP(2730)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0018010B06010AC29181057C060102030409267D058189018280'O TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { channelModeModify := { messageType := '00010000'B, channelDescription := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, channelMode := { mode := '01'O }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet := omit } } } } VirtMGW-MGCP-0(2737)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "465", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "da" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_emerg_setup_allow(2740) VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2730)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2730)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2731)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_emerg_setup_allow(2740)8410127 VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2730)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_emerg_setup_allow(2740)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2730)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2731)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2729)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2732)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2736)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2733)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2734)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2739)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2735)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2738)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2737)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2729): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2730): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2731): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2732): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2733): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2734): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2735): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2736): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2737): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2738): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2739): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_emerg_setup_allow(2740): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_allow finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_allow pass'. Sun Apr 21 06:45:09 UTC 2024 ====== BSC_Tests.TC_assignment_emerg_setup_allow pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_emerg_setup_allow.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=344491) Waiting for packet dumper to finish... 1 (prev_count=344491, count=531521) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_allow pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_allow_imei'. ------ BSC_Tests.TC_assignment_emerg_setup_allow_imei ------ Sun Apr 21 06:45:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_allow_imei' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_allow_imei started. MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_allow_imei": using IMSI '001016321609642'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2744)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2744)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2744)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2742)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2747)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2747)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2747)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2745)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2744)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2747)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2743)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2743)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2746)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2750)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2750)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2750)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2750)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_allow_imei() start" VirtMSC-RAN(2743)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080A10105792636903'O, n_connectPointCode := omit VirtMSC-RAN(2743)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080A10105792636903'O to be handled at TC_assignment_emerg_setup_allow_imei(2752) VirtMSC-SCCP(2742)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2743)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2743)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080A10105792636903'O handled at TC_assignment_emerg_setup_allow_imei(2752) VirtMSC-RAN(2743)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_emerg_setup_allow_imei(2752)9783934 VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes IPA-BTS0-TRX0-RSL-RSL(2751)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2749)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assignment_emerg_setup_allow_imei(2752) VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: vl_len:26 VirtMSC-SCCP(2742)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0018010B06010AC29181057C060102030409267D058189018280'O TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { channelModeModify := { messageType := '00010000'B, channelDescription := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, channelMode := { mode := '01'O }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet := omit } } } } VirtMGW-MGCP-0(2749)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "470", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "db" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assignment_emerg_setup_allow_imei(2752) VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2742)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2742)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2743)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_emerg_setup_allow_imei(2752)9783934 VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: "Got RSL RR Release" TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2742)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_assignment_emerg_setup_allow_imei(2752)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2742)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2744)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2743)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2741)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2748)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2746)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2745)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2751)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2747)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2749)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2750)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2741): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2742): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2743): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2744): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2745): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2746): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2747): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2748): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2749): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2750): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2751): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_emerg_setup_allow_imei(2752): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_allow_imei finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_allow_imei pass'. Sun Apr 21 06:45:23 UTC 2024 ====== BSC_Tests.TC_assignment_emerg_setup_allow_imei pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_emerg_setup_allow_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=343687) Waiting for packet dumper to finish... 1 (prev_count=343687, count=529480) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_allow_imei pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_deny_msc'. ------ BSC_Tests.TC_assignment_emerg_setup_deny_msc ------ Sun Apr 21 06:45:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_deny_msc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_deny_msc started. MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_deny_msc": using IMSI '001018910316891'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2756)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2756)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2756)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2754)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2759)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2759)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2759)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2757)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2756)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2759)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2755)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2755)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2758)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2762)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2762)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2762)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2762)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_deny_msc() start" VirtMSC-RAN(2755)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109801138619'O, n_connectPointCode := omit VirtMSC-RAN(2755)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109801138619'O to be handled at TC_assignment_emerg_setup_deny_msc(2764) VirtMSC-SCCP(2754)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2754)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2755)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2755)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109801138619'O handled at TC_assignment_emerg_setup_deny_msc(2764) VirtMSC-RAN(2755)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_emerg_setup_deny_msc(2764)8663038 VirtMSC-SCCP(2754)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2754)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2754)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2754)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2754)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2754)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_deny_msc(2764)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_emerg_setup_deny_msc(2764)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" TC_assignment_emerg_setup_deny_msc(2764)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_emerg_setup_deny_msc(2764)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" VirtMSC-SCCP(2754)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2754)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2754)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2754)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2754)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2754)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2754)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2754)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_deny_msc(2764)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2755)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_emerg_setup_deny_msc(2764)8663038 TC_assignment_emerg_setup_deny_msc(2764)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(2754)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(2754)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2754)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2755)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2753)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2756)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2754)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2760)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(2763)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2758)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2757)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2759)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2762)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2761)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2753): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2754): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2755): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2756): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2757): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2758): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2759): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2760): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2761): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2762): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2763): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_emerg_setup_deny_msc(2764): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_deny_msc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_deny_msc pass'. Sun Apr 21 06:45:36 UTC 2024 ====== BSC_Tests.TC_assignment_emerg_setup_deny_msc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_emerg_setup_deny_msc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=275018) Waiting for packet dumper to finish... 1 (prev_count=275018, count=470963) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_deny_msc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_deny_bts'. ------ BSC_Tests.TC_assignment_emerg_setup_deny_bts ------ Sun Apr 21 06:45:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_assignment_emerg_setup_deny_bts' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_deny_bts started. MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_deny_bts": using IMSI '001016830685246'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2768)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2768)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2768)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2766)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2771)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2771)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2771)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2769)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2768)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2771)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2767)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2767)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2770)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2774)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2774)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2774)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2774)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_assignment_emerg_setup_deny_bts() start" VirtMSC-RAN(2767)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108603862564'O, n_connectPointCode := omit VirtMSC-RAN(2767)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108603862564'O to be handled at TC_assignment_emerg_setup_deny_bts(2776) VirtMSC-SCCP(2766)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2766)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2767)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2767)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108603862564'O handled at TC_assignment_emerg_setup_deny_bts(2776) VirtMSC-RAN(2767)@6aa4ca6fe73c: Added conn table entry 0TC_assignment_emerg_setup_deny_bts(2776)9418037 VirtMSC-SCCP(2766)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2766)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2766)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2766)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2766)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2766)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_deny_bts(2776)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_assignment_emerg_setup_deny_bts(2776)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" TC_assignment_emerg_setup_deny_bts(2776)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_assignment_emerg_setup_deny_bts(2776)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" VirtMSC-SCCP(2766)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2766)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2766)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2766)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2766)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2766)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2766)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2766)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assignment_emerg_setup_deny_bts(2776)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2767)@6aa4ca6fe73c: Deleted conn table entry 0TC_assignment_emerg_setup_deny_bts(2776)9418037 VirtMSC-SCCP(2766)@6aa4ca6fe73c: Session index based on connection ID:0 TC_assignment_emerg_setup_deny_bts(2776)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(2766)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2766)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2767)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2768)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2772)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2766)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2765)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2769)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2770)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2775)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2771)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2773)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2774)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2765): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2766): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2767): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2768): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2769): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2770): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2771): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2772): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2773): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2774): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2775): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_assignment_emerg_setup_deny_bts(2776): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_assignment_emerg_setup_deny_bts finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_deny_bts pass'. Sun Apr 21 06:45:48 UTC 2024 ====== BSC_Tests.TC_assignment_emerg_setup_deny_bts pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_assignment_emerg_setup_deny_bts.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=274081) Waiting for packet dumper to finish... 1 (prev_count=274081, count=471340) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_assignment_emerg_setup_deny_bts pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_premption'. ------ BSC_Tests.TC_emerg_premption ------ Sun Apr 21 06:45:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_premption' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_emerg_premption started. VirtMSC-M3UA(2779)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2779)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2779)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2778)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2779)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2779)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2781)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2781)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2781)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2780)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2781)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2784)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2784)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2784)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2784)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_emerg_premption() start" VirtMSC-SCCP(2778)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2778)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: f_expect_chan_rel() expecting: expect_deact_sacch=true expect_rr_chan_rel=true expect_rll_rel_req=false VirtMSC-SCCP(2778)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2778)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2778)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2778)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2778)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2778)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: GOT CAUSE CODE: '05'O = GSM48_RR_CAUSE_PREMPTIVE_REL (5) MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: f_expect_chan_rel() summary: got_deact_sacch=true got_rr_chan_rel=true got_rll_rel_req=false MTC@6aa4ca6fe73c: XXX { userData := { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 4, pdu := { bssmap := { clearRequest := { messageType := '22'O ("\""), cause := { elementIdentifier := '04'O, lengthIndicator := 1, causeValue := '0101001'B, extensionCauseValue := '0'B, spare1 := omit } } } } }, connectionId := 15455081, importance := omit } VirtMSC-SCCP(2778)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2778)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2778)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2778)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040129'O VirtMSC-SCCP(2778)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2778)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2778)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2778)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2778)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(2778)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2778)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2779)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2777)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2782)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2778)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2780)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2781)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2783)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2784)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2777): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2778): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2779): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2780): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2781): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2782): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2783): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2784): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_emerg_premption finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_premption pass'. Sun Apr 21 06:46:01 UTC 2024 ====== BSC_Tests.TC_emerg_premption pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_emerg_premption.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=711987) Waiting for packet dumper to finish... 1 (prev_count=711987, count=722314) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_premption pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_chan_activ'. ------ BSC_Tests.TC_fh_params_chan_activ ------ Sun Apr 21 06:46:06 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_chan_activ' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_fh_params_chan_activ started. MTC@6aa4ca6fe73c: f_TC_fh_params_gen(): { arfcn := { pcs := false, uplink := <unbound>, spare := <unbound>, arfcn := 0 }, ts := { { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 51, maio := 28, ma := { 6, 12, 18, 24, 30, 36, 42, 48, 54, 60 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 4, maio := 41, ma := { 5, 10, 15, 20, 25, 30, 35, 40, 45, 50 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 38, maio := 2, ma := { 4, 8, 12, 16, 20, 24, 28 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } } } } VirtMSC-M3UA(2787)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2787)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2787)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2786)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2787)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2787)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2789)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2789)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2789)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2788)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2789)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2792)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2792)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2792)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2792)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_fh_params_chan_activ() start" IPA-BTS0-TRX0-RSL-IPA(2792)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2786)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2787)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2785)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2790)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-IPA(2792)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2788)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2791)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2789)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2785): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2786): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2787): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2788): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2789): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2790): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2791): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2792): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_fh_params_chan_activ finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_chan_activ pass'. Sun Apr 21 06:46:12 UTC 2024 ====== BSC_Tests.TC_fh_params_chan_activ pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_fh_params_chan_activ.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=806287) Waiting for packet dumper to finish... 1 (prev_count=806287, count=807875) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_chan_activ pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_imm_ass'. ------ BSC_Tests.TC_fh_params_imm_ass ------ Sun Apr 21 06:46:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_imm_ass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_fh_params_imm_ass started. MTC@6aa4ca6fe73c: f_TC_fh_params_gen(): { arfcn := { pcs := false, uplink := <unbound>, spare := <unbound>, arfcn := 1 }, ts := { { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 23, maio := 60, ma := { 6, 12, 18, 24, 30, 36 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 59, maio := 43, ma := { 4, 8, 12 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 8, maio := 34, ma := { 4, 8, 12 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } } } } VirtMSC-M3UA(2795)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2795)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2795)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2794)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2795)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2795)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2797)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2797)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2797)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2796)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2797)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2800)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2800)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2800)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2800)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_fh_params_imm_ass() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-IPA(2800)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2795)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2794)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2798)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2793)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2796)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2800)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2797)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2799)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2793): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2794): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2795): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2796): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2797): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2798): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2799): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2800): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_fh_params_imm_ass finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_imm_ass pass'. Sun Apr 21 06:46:24 UTC 2024 ====== BSC_Tests.TC_fh_params_imm_ass pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_fh_params_imm_ass.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=838993) Waiting for packet dumper to finish... 1 (prev_count=838993, count=840581) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_imm_ass pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_assignment_cmd'. ------ BSC_Tests.TC_fh_params_assignment_cmd ------ Sun Apr 21 06:46:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_assignment_cmd' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_fh_params_assignment_cmd started. MTC@6aa4ca6fe73c: f_TC_fh_params_gen(): { arfcn := { pcs := false, uplink := <unbound>, spare := <unbound>, arfcn := 2 }, ts := { { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 15, maio := 59, ma := { 6, 12, 18 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 14, maio := 27, ma := { 5, 10, 15 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 3, maio := 22, ma := { 5, 10, 15, 20, 25, 30, 35 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } } } } VirtMSC-M3UA(2803)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2803)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2803)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2802)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2803)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2803)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2805)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2805)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2805)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2804)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2805)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2808)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2808)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2808)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2808)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_fh_params_assignment_cmd() start" VirtMSC-SCCP(2802)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2802)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(2802)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2802)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2802)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2802)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 IPA-BTS0-TRX0-RSL-IPA(2808)@6aa4ca6fe73c: IPA: Closed VirtMSC-M3UA(2803)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2802)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2801)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2806)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2804)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2808)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2807)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2805)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2801): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2802): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2803): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2804): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2805): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2806): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2807): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2808): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_fh_params_assignment_cmd finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_assignment_cmd pass'. Sun Apr 21 06:46:40 UTC 2024 ====== BSC_Tests.TC_fh_params_assignment_cmd pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_fh_params_assignment_cmd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=681537) Waiting for packet dumper to finish... 1 (prev_count=681537, count=868154) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_assignment_cmd pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_handover_cmd'. ------ BSC_Tests.TC_fh_params_handover_cmd ------ Sun Apr 21 06:46:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_handover_cmd' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_fh_params_handover_cmd started. MTC@6aa4ca6fe73c: f_TC_fh_params_gen(): { arfcn := { pcs := false, uplink := <unbound>, spare := <unbound>, arfcn := 1 }, ts := { { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 3, maio := 59, ma := { 4, 8, 12, 16, 20 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 4, maio := 60, ma := { 6, 12, 18, 24, 30, 36, 42 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 3, maio := 10, ma := { 6, 12, 18, 24, 30, 36 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } } } } VirtMSC-M3UA(2811)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2811)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2811)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2810)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2811)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2811)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2813)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2813)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2813)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2812)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2813)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2816)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2816)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2816)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2816)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2817)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2817)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2817)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2817)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_fh_params_handover_cmd() start" VirtMSC-SCCP(2810)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(2810)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(2810)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2810)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2810)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2810)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2810)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(2810)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: RLC received in state:disconnect_pending IPA-BTS0-TRX0-RSL-IPA(2816)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2810)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2811)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2809)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2814)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2812)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2816)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2817)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2813)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2815)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2809): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2810): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2811): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2812): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2813): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2814): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2815): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2816): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2817): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_fh_params_handover_cmd finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_handover_cmd pass'. Sun Apr 21 06:46:54 UTC 2024 ====== BSC_Tests.TC_fh_params_handover_cmd pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_fh_params_handover_cmd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=837009) Waiting for packet dumper to finish... 1 (prev_count=837009, count=1011445) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_handover_cmd pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_si4_cbch'. ------ BSC_Tests.TC_fh_params_si4_cbch ------ Sun Apr 21 06:46:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_fh_params_si4_cbch' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_fh_params_si4_cbch started. MTC@6aa4ca6fe73c: f_TC_fh_params_gen(): { arfcn := { pcs := false, uplink := <unbound>, spare := <unbound>, arfcn := 1 }, ts := { { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := true, hsn := 42, maio := 50, ma := { 3, 6, 9, 12, 15 } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } }, { enabled := false, hsn := <unbound>, maio := <unbound>, ma := { } } } } VirtMSC-M3UA(2820)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2820)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2820)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2819)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2820)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2820)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2822)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2822)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2822)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2821)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2822)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2825)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2825)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2825)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2825)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_fh_params_si4_cbch() start" MTC@6aa4ca6fe73c: Warning: dec_SystemInformation(): Data remained at the end of the stream after successful decoding: '2B2B'O ("++") MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-IPA(2825)@6aa4ca6fe73c: IPA: Closed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2819)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2820)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2818)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2823)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2821)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2825)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2824)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2822)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2818): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2819): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2820): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2821): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2822): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2823): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2824): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2825): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_fh_params_si4_cbch finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_si4_cbch pass'. Sun Apr 21 06:47:05 UTC 2024 ====== BSC_Tests.TC_fh_params_si4_cbch pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_fh_params_si4_cbch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=459413) Waiting for packet dumper to finish... 1 (prev_count=459413, count=646120) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_fh_params_si4_cbch pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms'. ------ BSC_Tests.TC_lcs_loc_req_for_active_ms ------ Sun Apr 21 06:47:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms started. MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms": using IMSI '001015099258159'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2829)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2829)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2829)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2827)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(2832)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2832)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2832)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(2830)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2829)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2832)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2828)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2828)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2831)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2835)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2835)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2835)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2835)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms() start" VirtMSC-RAN(2828)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100599521895'O, n_connectPointCode := omit VirtMSC-RAN(2828)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100599521895'O to be handled at TC_lcs_loc_req_for_active_ms(2837) VirtMSC-SCCP(2827)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2828)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2828)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100599521895'O handled at TC_lcs_loc_req_for_active_ms(2837) VirtMSC-RAN(2828)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms(2837)8736871 VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-BSSAP_LE(2831)@6aa4ca6fe73c: Created IMSI[0] for '001015099258159'H'FFFFFFFF'O to be handled at TC_lcs_loc_req_for_active_ms(2837) VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2827)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910100599521895'O VirtSMLC-SCCP(2830)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2830)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2831)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_active_ms(2837) for IMSI '001015099258159'H VirtSMLC-BSSAP_LE(2831)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms(2837)14135500 VirtSMLC-SCCP(2830)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2830)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-SCCP(2830)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2830)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2830)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2830)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2830)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2831)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms(2837)14135500 VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2827)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2827)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2828)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms(2837)8736871 VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on connection ID:0 TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2827)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_active_ms(2837)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2827)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2828)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2829)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2826)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2833)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2831)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2836)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2830)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2832)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2834)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2835)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2826): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2827): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2828): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2829): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2830): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2831): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2832): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2833): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2834): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2835): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2836): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcs_loc_req_for_active_ms(2837): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms pass'. Sun Apr 21 06:47:20 UTC 2024 ====== BSC_Tests.TC_lcs_loc_req_for_active_ms pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lcs_loc_req_for_active_ms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=311672) Waiting for packet dumper to finish... 1 (prev_count=311672, count=499291) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req'. ------ BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req ------ Sun Apr 21 06:47:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms_ta_req started. MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms_ta_req": using IMSI '001014823931176'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2841)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2841)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2841)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2839)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2844)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2844)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2844)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2842)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2841)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2844)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2840)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2840)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2843)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2847)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2847)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2847)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2847)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms_ta_req() start" VirtMSC-RAN(2840)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108432391167'O, n_connectPointCode := omit VirtMSC-RAN(2840)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108432391167'O to be handled at TC_lcs_loc_req_for_active_ms_ta_req(2849) VirtMSC-SCCP(2839)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2840)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2840)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108432391167'O handled at TC_lcs_loc_req_for_active_ms_ta_req(2849) VirtMSC-RAN(2840)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_ta_req(2849)9141561 VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-BSSAP_LE(2843)@6aa4ca6fe73c: Created IMSI[0] for '001014823931176'H'FFFFFFFF'O to be handled at TC_lcs_loc_req_for_active_ms_ta_req(2849) VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2839)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910108432391167'O VirtSMLC-SCCP(2842)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2843)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_active_ms_ta_req(2849) for IMSI '001014823931176'H VirtSMLC-BSSAP_LE(2843)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_ta_req(2849)10834890 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: vl_len:8 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00062A4900020101'O VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2842)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2842)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2842)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2843)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_ta_req(2849)10834890 VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2839)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2839)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2840)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_ta_req(2849)9141561 VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: "Got RSL RR Release" TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_active_ms_ta_req(2849)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2839)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2838)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2845)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2840)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2841)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2843)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2848)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2842)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2844)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2847)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2846)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2838): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2839): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2840): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2841): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2842): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2843): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2844): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2845): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2846): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2847): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2848): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcs_loc_req_for_active_ms_ta_req(2849): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms_ta_req finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req pass'. Sun Apr 21 06:47:35 UTC 2024 ====== BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=318729) Waiting for packet dumper to finish... 1 (prev_count=318729, count=505847) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms'. ------ BSC_Tests.TC_lcs_loc_req_for_idle_ms ------ Sun Apr 21 06:47:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_idle_ms started. MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_idle_ms": using IMSI '001015632744399'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2853)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2853)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2853)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2851)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(2856)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2856)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2856)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(2854)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2853)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2856)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2852)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2852)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2859)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2859)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2859)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2859)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_idle_ms() start" VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: Created IMSI[0] for '001015632744399'H'FFFFFFFF'O to be handled at TC_lcs_loc_req_for_idle_ms(2861) VirtMSC-RAN(2852)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_idle_ms(2861)13344778 VirtMSC-SCCP(2851)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'CBA00A'O, sourceLocRef := '000018'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(2851)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_idle_ms(2861) for IMSI '001015632744399'H VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_idle_ms(2861)10286730 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: vl_len:8 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00062A4900020101'O TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2852)@6aa4ca6fe73c: f_create_expect(l3 := '06270003505902080910106523473499'O, n_connectPointCode := omit VirtMSC-RAN(2852)@6aa4ca6fe73c: Created Expect[0] for '06270003505902080910106523473499'O to be handled at TC_lcs_loc_req_for_idle_ms(2861) TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2854)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2854)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: "Got RSL RR Release" TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2851)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2851)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2851)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_idle_ms(2861)10286730 TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: "f_verify_active_A_conn_and_clear: test A link, then clear" VirtMSC-SCCP(2851)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2851)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910106523473499'O VirtSMLC-SCCP(2854)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_idle_ms(2861) for IMSI '001015632744399'H VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_idle_ms(2861)2956965 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2851)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2851)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2851)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2851)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2851)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2854)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2854)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2854)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(2852)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_idle_ms(2861)13344778 VirtMSC-SCCP(2851)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2851)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_idle_ms(2861)2956965 TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_idle_ms(2861)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2852)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2851)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2857)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2850)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2853)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2854)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2855)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2860)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2856)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2859)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2858)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2850): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2851): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2852): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2853): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2854): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2855): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2856): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2857): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2858): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2859): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2860): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcs_loc_req_for_idle_ms(2861): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_idle_ms finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms pass'. Sun Apr 21 06:47:54 UTC 2024 ====== BSC_Tests.TC_lcs_loc_req_for_idle_ms pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lcs_loc_req_for_idle_ms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=356324) Waiting for packet dumper to finish... 1 (prev_count=356324, count=543944) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_no_subscriber'. ------ BSC_Tests.TC_lcs_loc_req_no_subscriber ------ Sun Apr 21 06:47:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_no_subscriber' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_no_subscriber started. MTC@6aa4ca6fe73c: "TC_lcs_loc_req_no_subscriber": using IMSI '001018170641017'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2865)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2865)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2865)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2863)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2868)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2868)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2868)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2866)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2865)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2868)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2864)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2864)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2867)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2871)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2871)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2871)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2871)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcs_loc_req_no_subscriber() start" VirtSMLC-BSSAP_LE(2867)@6aa4ca6fe73c: Created IMSI[0] for '001018170641017'H'FFFFFFFF'O to be handled at TC_lcs_loc_req_no_subscriber(2873) VirtMSC-RAN(2864)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_no_subscriber(2873)4184657 VirtMSC-SCCP(2863)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: { messageType := 2, destLocRef := '3FDA51'O, sourceLocRef := '000019'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(2863)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2863)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2863)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_no_subscriber(2873)@6aa4ca6fe73c: "f_verify_active_A_conn_and_clear: test A link, then clear" VirtMSC-SCCP(2863)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2863)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910101807460171'O VirtSMLC-SCCP(2866)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2866)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2867)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_no_subscriber(2873) for IMSI '001018170641017'H VirtSMLC-BSSAP_LE(2867)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_no_subscriber(2873)6648321 VirtSMLC-SCCP(2866)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2866)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2863)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2863)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2863)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2863)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2863)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2866)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2866)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2866)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2866)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(2864)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_no_subscriber(2873)4184657 VirtMSC-SCCP(2863)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtSMLC-SCCP(2866)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2867)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_no_subscriber(2873)6648321 TC_lcs_loc_req_no_subscriber(2873)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcs_loc_req_no_subscriber(2873)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_no_subscriber(2873)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2863)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2865)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2862)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2864)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2869)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2867)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2872)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2866)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2868)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2870)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2871)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2862): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2863): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2864): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2865): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2866): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2867): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2868): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2869): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2870): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2871): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2872): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcs_loc_req_no_subscriber(2873): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_no_subscriber finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_no_subscriber pass'. Sun Apr 21 06:48:12 UTC 2024 ====== BSC_Tests.TC_lcs_loc_req_no_subscriber pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lcs_loc_req_no_subscriber.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=297155) Waiting for packet dumper to finish... 1 (prev_count=297155, count=494103) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_no_subscriber pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout'. ------ BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout ------ Sun Apr 21 06:48:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms_le_timeout started. MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms_le_timeout": using IMSI '001013483167814'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2877)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2877)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2877)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2875)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2880)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2880)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2880)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2878)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2877)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2880)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2876)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2876)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2883)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2883)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2883)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2883)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms_le_timeout() start" VirtMSC-RAN(2876)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104338618741'O, n_connectPointCode := omit VirtMSC-RAN(2876)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104338618741'O to be handled at TC_lcs_loc_req_for_active_ms_le_timeout(2885) VirtMSC-SCCP(2875)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2876)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2876)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104338618741'O handled at TC_lcs_loc_req_for_active_ms_le_timeout(2885) VirtMSC-RAN(2876)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout(2885)14390706 VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: Created IMSI[0] for '001013483167814'H'FFFFFFFF'O to be handled at TC_lcs_loc_req_for_active_ms_le_timeout(2885) VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2875)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910104338618741'O VirtSMLC-SCCP(2878)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_active_ms_le_timeout(2885) for IMSI '001013483167814'H VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout(2885)4811586 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2875)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2875)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2878)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2878)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout(2885)4811586 TC_lcs_loc_req_for_active_ms_le_timeout(2885)@6aa4ca6fe73c: "f_verify_active_A_conn_and_clear: test A link, then clear" VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2875)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910104338618741'O VirtSMLC-SCCP(2878)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_active_ms_le_timeout(2885) for IMSI '001013483167814'H VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout(2885)15109505 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2875)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2875)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2875)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2878)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2878)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2878)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(2876)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout(2885)14390706 VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout(2885)15109505 TC_lcs_loc_req_for_active_ms_le_timeout(2885)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcs_loc_req_for_active_ms_le_timeout(2885)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_active_ms_le_timeout(2885)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2875)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2876)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2877)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2874)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2881)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2879)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2878)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2884)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2880)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2882)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2883)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2874): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2875): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2876): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2877): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2878): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2879): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2880): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2881): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2882): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2883): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2884): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcs_loc_req_for_active_ms_le_timeout(2885): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms_le_timeout finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout pass'. Sun Apr 21 06:48:35 UTC 2024 ====== BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=348827) Waiting for packet dumper to finish... 1 (prev_count=348827, count=545273) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2'. ------ BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2 ------ Sun Apr 21 06:48:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms_le_timeout2 started. MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms_le_timeout2": using IMSI '001014284141120'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2889)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2889)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2889)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2887)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2892)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2892)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2892)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2890)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2889)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2892)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2888)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2888)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2895)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2895)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2895)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2895)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_active_ms_le_timeout2() start" VirtMSC-RAN(2888)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102448411102'O, n_connectPointCode := omit VirtMSC-RAN(2888)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102448411102'O to be handled at TC_lcs_loc_req_for_active_ms_le_timeout2(2897) VirtMSC-SCCP(2887)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2888)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2888)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102448411102'O handled at TC_lcs_loc_req_for_active_ms_le_timeout2(2897) VirtMSC-RAN(2888)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout2(2897)5867117 VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: Created IMSI[0] for '001014284141120'H'FFFFFFFF'O to be handled at TC_lcs_loc_req_for_active_ms_le_timeout2(2897) VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2887)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910102448411102'O VirtSMLC-SCCP(2890)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_active_ms_le_timeout2(2897) for IMSI '001014284141120'H VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout2(2897)6173996 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: vl_len:8 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00062A4900020101'O VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_active_ms_le_timeout2(2897)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2887)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2887)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout2(2897)6173996 TC_lcs_loc_req_for_active_ms_le_timeout2(2897)@6aa4ca6fe73c: "f_verify_active_A_conn_and_clear: test A link, then clear" VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2887)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910102448411102'O VirtSMLC-SCCP(2890)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_active_ms_le_timeout2(2897) for IMSI '001014284141120'H VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout2(2897)1885357 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2887)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2887)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2887)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2890)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(2888)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout2(2897)5867117 VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_active_ms_le_timeout2(2897)1885357 TC_lcs_loc_req_for_active_ms_le_timeout2(2897)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_active_ms_le_timeout2(2897)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_active_ms_le_timeout2(2897)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2887)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2889)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2888)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2893)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2886)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2891)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2896)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2890)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2892)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2895)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2894)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2886): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2887): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2888): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2889): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2890): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2891): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2892): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2893): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2894): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2895): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2896): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcs_loc_req_for_active_ms_le_timeout2(2897): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_active_ms_le_timeout2 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2 pass'. Sun Apr 21 06:48:58 UTC 2024 ====== BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=360357) Waiting for packet dumper to finish... 1 (prev_count=360357, count=557216) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp'. ------ BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp ------ Sun Apr 21 06:49:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_idle_ms_no_pag_resp started. MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_idle_ms_no_pag_resp": using IMSI '001012351886315'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2901)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2901)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2901)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2899)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2904)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2904)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2904)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2902)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2901)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2904)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2900)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2900)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2907)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2907)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2907)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2907)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcs_loc_req_for_idle_ms_no_pag_resp() start" VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: Created IMSI[0] for '001012351886315'H'FFFFFFFF'O to be handled at TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909) VirtMSC-RAN(2900)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)15971604 VirtMSC-SCCP(2899)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'F3B514'O, sourceLocRef := '00001A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(2899)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909) for IMSI '001012351886315'H VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)3614619 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: vl_len:8 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00062A4900020101'O TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2902)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2902)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "got Paging Command" TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: Warning: dec_BSSLAP_PDU(): Data remained at the end of the stream after successful decoding: '03'O TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: vl_len:6 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042D470107'O VirtMSC-SCCP(2899)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2899)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2899)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)3614619 TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: "f_verify_active_A_conn_and_clear: test A link, then clear" VirtMSC-SCCP(2899)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2899)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910103215883651'O VirtSMLC-SCCP(2902)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909) for IMSI '001012351886315'H VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: Added conn table entry 0TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)7031868 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2899)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2899)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2899)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2899)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2899)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2902)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2902)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2902)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(2900)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)15971604 VirtMSC-SCCP(2899)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2899)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)7031868 TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2901)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2899)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2898)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2900)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2905)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(2908)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2903)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2904)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2902)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2906)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2907)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2898): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2899): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2900): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2901): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2902): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2903): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2904): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2905): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2906): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2907): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2908): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcs_loc_req_for_idle_ms_no_pag_resp(2909): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcs_loc_req_for_idle_ms_no_pag_resp finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp pass'. Sun Apr 21 06:49:21 UTC 2024 ====== BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=369003) Waiting for packet dumper to finish... 1 (prev_count=369003, count=564124) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_cm_service_during_lcs_loc_req'. ------ BSC_Tests.TC_cm_service_during_lcs_loc_req ------ Sun Apr 21 06:49:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_cm_service_during_lcs_loc_req' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cm_service_during_lcs_loc_req started. MTC@6aa4ca6fe73c: "TC_cm_service_during_lcs_loc_req": using IMSI '001019772722132'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2913)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2913)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2913)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2911)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2916)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2916)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2916)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2914)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2913)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2916)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2912)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2912)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2915)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2919)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2919)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2919)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2919)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cm_service_during_lcs_loc_req() start" VirtSMLC-BSSAP_LE(2915)@6aa4ca6fe73c: Created IMSI[0] for '001019772722132'H'FFFFFFFF'O to be handled at TC_cm_service_during_lcs_loc_req(2921) VirtMSC-RAN(2912)@6aa4ca6fe73c: Added conn table entry 0TC_cm_service_during_lcs_loc_req(2921)13939893 VirtMSC-SCCP(2911)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: { messageType := 2, destLocRef := 'D4B4B5'O, sourceLocRef := '00001B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43BB00FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2915)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_cm_service_during_lcs_loc_req(2921) for IMSI '001019772722132'H VirtSMLC-BSSAP_LE(2915)@6aa4ca6fe73c: Added conn table entry 0TC_cm_service_during_lcs_loc_req(2921)4327318 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "establish channel, send Complete Layer 3 Info" VirtMSC-RAN(2912)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107927271223'O, n_connectPointCode := omit VirtMSC-RAN(2912)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107927271223'O to be handled at TC_cm_service_during_lcs_loc_req(2921) TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "expect BSSAP Complete Layer 3 Info at MSC" VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "received expected Complete Layer 3 Info at MSC" TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: rx exp_l3_compl = { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 40, pdu := { bssmap := { completeLayer3Information := { messageType := '57'O ("W"), cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F110'O, lac := '0001'O, ci := '0000'O } } }, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 16, layer3info := '05240103505902080910107927271223'O }, chosenChannel := omit, lSAIdentifier := omit, aPDU := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 9, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := GSM_EFR (2), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := FR_AMR (3), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '01010111'B }, { codecType := GSM_HR (1), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit }, { codecType := HR_AMR (4), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := '00000100'B, s8_15 := '00000111'B } } }, redirectAttemptFlag := omit, sendSequenceNumber := omit, iMSI := omit } } } } TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: vl_len:8 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00062A4900020101'O VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2914)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2914)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2914)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2915)@6aa4ca6fe73c: Deleted conn table entry 0TC_cm_service_during_lcs_loc_req(2921)4327318 VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2911)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2911)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2912)@6aa4ca6fe73c: Deleted conn table entry 0TC_cm_service_during_lcs_loc_req(2921)13939893 VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2911)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "Got RSL RR Release" TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_cm_service_during_lcs_loc_req(2921)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2912)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2911)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2913)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2910)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2917)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2915)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2920)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2914)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2916)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2918)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2919)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2910): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2911): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2912): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2913): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2914): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2915): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2916): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2917): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2918): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2919): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2920): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_cm_service_during_lcs_loc_req(2921): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cm_service_during_lcs_loc_req finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_cm_service_during_lcs_loc_req pass'. Sun Apr 21 06:49:37 UTC 2024 ====== BSC_Tests.TC_cm_service_during_lcs_loc_req pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_cm_service_during_lcs_loc_req.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=323500) Waiting for packet dumper to finish... 1 (prev_count=323500, count=510618) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_cm_service_during_lcs_loc_req pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_during_lcs_loc_req'. ------ BSC_Tests.TC_ho_during_lcs_loc_req ------ Sun Apr 21 06:49:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_during_lcs_loc_req' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_during_lcs_loc_req started. MTC@6aa4ca6fe73c: "TC_ho_during_lcs_loc_req": using IMSI '001016173361364'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2925)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2925)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2925)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2923)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2928)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2928)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2928)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2926)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2925)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2928)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2924)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2924)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2927)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2931)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2931)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2931)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2931)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2933)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(2933)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(2933)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(2933)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_during_lcs_loc_req() start" VirtMSC-RAN(2924)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101637633146'O, n_connectPointCode := omit VirtMSC-RAN(2924)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101637633146'O to be handled at TC_ho_during_lcs_loc_req(2935) VirtMSC-SCCP(2923)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2924)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2924)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101637633146'O handled at TC_ho_during_lcs_loc_req(2935) VirtMSC-RAN(2924)@6aa4ca6fe73c: Added conn table entry 0TC_ho_during_lcs_loc_req(2935)9222895 VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-BSSAP_LE(2927)@6aa4ca6fe73c: Created IMSI[0] for '001016173361364'H'FFFFFFFF'O to be handled at TC_ho_during_lcs_loc_req(2935) VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2923)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910101637633146'O VirtSMLC-SCCP(2926)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2926)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2927)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_ho_during_lcs_loc_req(2935) for IMSI '001016173361364'H VirtSMLC-BSSAP_LE(2927)@6aa4ca6fe73c: Added conn table entry 0TC_ho_during_lcs_loc_req(2935)3137355 VirtSMLC-SCCP(2926)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2926)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS1-TRX0-RSL-RSL(2934)@6aa4ca6fe73c: Suspending DChan TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '011'B, ncc := '001'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '67'O ("g") }, channelDescription2 := { timeslotNumber := '000'B, channelTypeandTDMAOffset := '00100'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, handoverReference := { handoverReferenceValue := '23'O ("#") }, powerCommandAndAccesstype := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := { elementIdentifier := '63'O ("c"), mode := '00'O }, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: handoverCommand: verified TSC = 3 (matches 3) IPA-BTS1-TRX0-RSL-RSL(2934)@6aa4ca6fe73c: Resuming DChan VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2926)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-SCCP(2926)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtSMLC-SCCP(2926)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtSMLC-SCCP(2926)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: Warning: dec_BSSLAP_PDU(): Data remained at the end of the stream after successful decoding: '04'O TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2926)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2926)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2926)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2926)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2926)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2927)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_during_lcs_loc_req(2935)3137355 VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2923)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2923)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2924)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_during_lcs_loc_req(2935)9222895 VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: "Got RSL RR Release" TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_during_lcs_loc_req(2935)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2923)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2925)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2924)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2922)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2929)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2927)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(2934)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2932)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2926)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2928)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2930)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2931)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(2933)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2922): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2923): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2924): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2925): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2926): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2927): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2928): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2929): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2930): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2931): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2932): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(2933): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(2934): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_during_lcs_loc_req(2935): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_during_lcs_loc_req finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_during_lcs_loc_req pass'. Sun Apr 21 06:49:56 UTC 2024 ====== BSC_Tests.TC_ho_during_lcs_loc_req pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_during_lcs_loc_req.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=656110) Waiting for packet dumper to finish... 1 (prev_count=656110, count=830514) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_during_lcs_loc_req pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req'. ------ BSC_Tests.TC_emerg_call_and_lcs_loc_req ------ Sun Apr 21 06:50:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_emerg_call_and_lcs_loc_req started. MTC@6aa4ca6fe73c: "TC_emerg_call_and_lcs_loc_req": using IMSI '001011363491384'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2939)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2939)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2939)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2937)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2942)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2942)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2942)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2940)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2939)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2942)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2938)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2938)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2941)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2945)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2945)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2945)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2945)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_emerg_call_and_lcs_loc_req() start" VirtMSC-RAN(2938)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103136943148'O, n_connectPointCode := omit VirtMSC-RAN(2938)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103136943148'O to be handled at TC_emerg_call_and_lcs_loc_req(2947) VirtMSC-SCCP(2937)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2938)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2938)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103136943148'O handled at TC_emerg_call_and_lcs_loc_req(2947) VirtMSC-RAN(2938)@6aa4ca6fe73c: Added conn table entry 0TC_emerg_call_and_lcs_loc_req(2947)16469744 VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-BSSAP_LE(2941)@6aa4ca6fe73c: Created IMSI[0] for '001011363491384'H'FFFFFFFF'O to be handled at TC_emerg_call_and_lcs_loc_req(2947) VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2937)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910103136943148'O VirtSMLC-SCCP(2940)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2940)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2941)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_emerg_call_and_lcs_loc_req(2947) for IMSI '001011363491384'H VirtSMLC-BSSAP_LE(2941)@6aa4ca6fe73c: Added conn table entry 0TC_emerg_call_and_lcs_loc_req(2947)14257164 VirtSMLC-SCCP(2940)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2940)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-SCCP(2940)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2940)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2940)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2940)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2940)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2941)@6aa4ca6fe73c: Deleted conn table entry 0TC_emerg_call_and_lcs_loc_req(2947)14257164 IPA-BTS0-TRX0-RSL-RSL(2946)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(2944)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_emerg_call_and_lcs_loc_req(2947) VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: vl_len:26 VirtMSC-SCCP(2937)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0018010B06010AC29181057C060102030409267D058189018280'O TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { channelModeModify := { messageType := '00010000'B, channelDescription := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, channelMode := { mode := '01'O }, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet := omit } } } } VirtMGW-MGCP-0(2944)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "478", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "f5" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_emerg_call_and_lcs_loc_req(2947) VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2937)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2937)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2938)@6aa4ca6fe73c: Deleted conn table entry 0TC_emerg_call_and_lcs_loc_req(2947)16469744 VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on connection ID:0 TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: "Got RSL RR Release" TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2937)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_emerg_call_and_lcs_loc_req(2947)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(2937)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2938)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2936)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2939)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2943)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(2941)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2946)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2940)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2942)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2944)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2945)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2936): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2937): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2938): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2939): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2940): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2941): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2942): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2943): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2944): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2945): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2946): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_emerg_call_and_lcs_loc_req(2947): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_emerg_call_and_lcs_loc_req finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req pass'. Sun Apr 21 06:50:10 UTC 2024 ====== BSC_Tests.TC_emerg_call_and_lcs_loc_req pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_emerg_call_and_lcs_loc_req.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=370328) Waiting for packet dumper to finish... 1 (prev_count=370328, count=557035) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind'. ------ BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind ------ Sun Apr 21 06:50:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind started. MTC@6aa4ca6fe73c: "TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind": using IMSI '001016410183182'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(2951)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2951)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2951)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(2949)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2954)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2954)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2954)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2952)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2951)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2954)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2950)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2950)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2953)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2957)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2957)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2957)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2957)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind() start" VirtMSC-RAN(2950)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104601811328'O, n_connectPointCode := omit VirtMSC-RAN(2950)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104601811328'O to be handled at TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959) VirtMSC-SCCP(2949)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2950)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2950)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104601811328'O handled at TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959) VirtMSC-RAN(2950)@6aa4ca6fe73c: Added conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)14982842 VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-BSSAP_LE(2953)@6aa4ca6fe73c: Created IMSI[0] for '001016410183182'H'FFFFFFFF'O to be handled at TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959) VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2949)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910104601811328'O VirtSMLC-SCCP(2952)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2952)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2953)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959) for IMSI '001016410183182'H VirtSMLC-BSSAP_LE(2953)@6aa4ca6fe73c: Added conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)6384915 VirtSMLC-SCCP(2952)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2952)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" VirtSMLC-SCCP(2952)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2952)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2952)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2952)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2952)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2953)@6aa4ca6fe73c: Deleted conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)6384915 TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2949)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2949)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2950)@6aa4ca6fe73c: Deleted conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)14982842 TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(2949)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2949)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(2951)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2949)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2955)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(2950)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2948)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2952)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2953)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2958)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2954)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2956)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2957)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2948): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2949): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2950): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2951): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2952): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2953): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2954): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2955): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2956): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2957): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2958): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind(2959): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind pass'. Sun Apr 21 06:50:24 UTC 2024 ====== BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=315353) Waiting for packet dumper to finish... 1 (prev_count=315353, count=501647) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail'. ------ BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail ------ Sun Apr 21 06:50:30 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail started. MTC@6aa4ca6fe73c: "TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail": using IMSI '001014558676838'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2963)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2963)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2963)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2961)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2966)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2966)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2966)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2964)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2963)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2966)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2962)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2962)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2965)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2969)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2969)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2969)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2969)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail() start" VirtMSC-RAN(2962)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105485768683'O, n_connectPointCode := omit VirtMSC-RAN(2962)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105485768683'O to be handled at TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971) VirtMSC-SCCP(2961)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2962)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2962)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105485768683'O handled at TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971) VirtMSC-RAN(2962)@6aa4ca6fe73c: Added conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)814897 VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-BSSAP_LE(2965)@6aa4ca6fe73c: Created IMSI[0] for '001014558676838'H'FFFFFFFF'O to be handled at TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971) VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(2961)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00242B44010005080062F2240017002A4801204301003E040092000008080910105485768683'O VirtSMLC-SCCP(2964)@6aa4ca6fe73c: First idle individual index:0 VirtSMLC-SCCP(2964)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtSMLC-BSSAP_LE(2965)@6aa4ca6fe73c: ExpectedCreateCallback: Found ConnHdlr TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971) for IMSI '001014558676838'H VirtSMLC-BSSAP_LE(2965)@6aa4ca6fe73c: Added conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)15378746 VirtSMLC-SCCP(2964)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2964)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtSMLC-SCCP(2964)@6aa4ca6fe73c: Session index based on connection ID:0 VirtSMLC-SCCP(2964)@6aa4ca6fe73c: vl_len:13 VirtSMLC-SCCP(2964)@6aa4ca6fe73c: vl_from0 VirtSMLC-SCCP(2964)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000B2D450810B0646D0D5F6627'O VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtSMLC-SCCP(2964)@6aa4ca6fe73c: Session index based on local reference:0 VirtSMLC-BSSAP_LE(2965)@6aa4ca6fe73c: Deleted conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)15378746 TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2961)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2961)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2962)@6aa4ca6fe73c: Deleted conn table entry 0TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)814897 VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on connection ID:0 TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(2961)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2961)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2962)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2961)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2960)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2963)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2967)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2964)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2965)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2970)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2968)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2966)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2969)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2960): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2961): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2962): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2963): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2964): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2965): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2966): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2967): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2968): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2969): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2970): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail(2971): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail pass'. Sun Apr 21 06:50:36 UTC 2024 ====== BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=300928) Waiting for packet dumper to finish... 1 (prev_count=300928, count=487723) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_no_msc'. ------ BSC_Tests.TC_no_msc ------ Sun Apr 21 06:50:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_no_msc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_no_msc started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2975)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2975)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2975)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2973)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2978)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2978)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2978)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2976)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2975)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2978)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2974)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2974)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2977)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(2981)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2981)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2981)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2981)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_no_msc() start" MTC@6aa4ca6fe73c: "TC_no_msc": using IMSI '001010936097102'H MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "mscpool:subscr:no_msc", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "mscpool:subscr:no_msc", val := 0 } } } TC_no_msc(2983)@6aa4ca6fe73c: "Got RSL RR Release" TC_no_msc(2983)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_no_msc(2983)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_no_msc(2983)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_no_msc(2983)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2974)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2975)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2973)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2972)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2979)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(2977)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(2982)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2976)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2978)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2980)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2981)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2972): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2973): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2974): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2975): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2976): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2977): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2978): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2979): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2980): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2981): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(2982): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_no_msc(2983): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_no_msc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_no_msc pass'. Sun Apr 21 06:50:46 UTC 2024 ====== BSC_Tests.TC_no_msc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_no_msc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=249010) Waiting for packet dumper to finish... 1 (prev_count=249010, count=435717) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_no_msc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_refuse_chan_act_to_vamos'. ------ BSC_Tests.TC_refuse_chan_act_to_vamos ------ Sun Apr 21 06:50:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_refuse_chan_act_to_vamos' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_refuse_chan_act_to_vamos started. VirtMSC-M3UA(2986)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2986)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2986)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2985)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2986)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(2986)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(2988)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2988)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2988)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2987)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(2988)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(2991)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(2991)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(2991)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(2991)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_refuse_chan_act_to_vamos() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-M3UA(2986)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2985)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2984)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(2987)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2988)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(2991)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(2990)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2989)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2984): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2985): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2986): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2987): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2988): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2989): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(2990): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(2991): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_refuse_chan_act_to_vamos finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_refuse_chan_act_to_vamos pass'. Sun Apr 21 06:51:00 UTC 2024 ====== BSC_Tests.TC_refuse_chan_act_to_vamos pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_refuse_chan_act_to_vamos.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=212178) Waiting for packet dumper to finish... 1 (prev_count=212178, count=398472) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_refuse_chan_act_to_vamos pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_refuse_mode_modif_to_vamos'. ------ BSC_Tests.TC_refuse_mode_modif_to_vamos ------ Sun Apr 21 06:51:06 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_refuse_mode_modif_to_vamos' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_refuse_mode_modif_to_vamos started. MTC@6aa4ca6fe73c: "TC_refuse_mode_modif_to_vamos": using IMSI '001012270628330'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(2995)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(2995)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(2995)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(2993)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(2998)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(2998)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(2998)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(2996)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(2995)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(2998)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(2994)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(2994)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(2997)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3001)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3001)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3001)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3001)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_refuse_mode_modif_to_vamos() start" TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(2994)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910102207263803'O, n_connectPointCode := omit VirtMSC-RAN(2994)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910102207263803'O to be handled at TC_refuse_mode_modif_to_vamos(3003) VirtMSC-SCCP(2993)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(2994)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(2994)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910102207263803'O handled at TC_refuse_mode_modif_to_vamos(3003) VirtMSC-RAN(2994)@6aa4ca6fe73c: Added conn table entry 0TC_refuse_mode_modif_to_vamos(3003)16177877 VirtMSC-SCCP(2993)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3002)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3000)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_refuse_mode_modif_to_vamos(3003) VirtMSC-SCCP(2993)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(2993)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3000)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "483", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "fb" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_refuse_mode_modif_to_vamos(3003) TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3002)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(2993)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2993)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2993)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '0E0726C4'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '77CD7694'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: "TC_refuse_mode_modif_to_vamos": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: "TC_refuse_mode_modif_to_vamos": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: Warning: Stopping inactive timer T. TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(2993)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(2993)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(2993)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(2993)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(2993)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(2994)@6aa4ca6fe73c: Deleted conn table entry 0TC_refuse_mode_modif_to_vamos(3003)16177877 VirtMSC-SCCP(2993)@6aa4ca6fe73c: Session index based on connection ID:0 TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: "Got RSL RR Release" TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(2993)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(2993)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_refuse_mode_modif_to_vamos(3003)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(2994)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(2995)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(2993)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(2992)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2999)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(2996)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(2997)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3002)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(2998)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3001)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3000)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(2992): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(2993): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(2994): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(2995): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(2996): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(2997): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(2998): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(2999): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3000): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3001): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3002): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_refuse_mode_modif_to_vamos(3003): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_refuse_mode_modif_to_vamos finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_refuse_mode_modif_to_vamos pass'. Sun Apr 21 06:51:19 UTC 2024 ====== BSC_Tests.TC_refuse_mode_modif_to_vamos pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_refuse_mode_modif_to_vamos.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=369535) Waiting for packet dumper to finish... 1 (prev_count=369535, count=556242) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_refuse_mode_modif_to_vamos pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_reassignment_fr'. ------ BSC_Tests.TC_reassignment_fr ------ Sun Apr 21 06:51:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_reassignment_fr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_reassignment_fr started. MTC@6aa4ca6fe73c: "TC_reassignment_fr": using IMSI '001016044100819'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(3007)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3007)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3007)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(3005)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3010)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3010)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3010)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3008)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3007)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3010)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3006)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3006)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3009)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3013)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3013)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3013)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3013)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_reassignment_fr() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_reassignment_fr(3015)@6aa4ca6fe73c: expecting ASS COMPL like this: { discriminator := '0'B, spare := '0000000'B, dlci := *, lengthIndicator := ?, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := *, circuitIdentityCode := omit, cellIdentifier := *, chosenChannel := *, chosenEncryptionAlgorithm := *, circuitPool := *, speechVersion := *, lSAIdentifier := *, talkerPriority := *, aoIPTransportLayer := ?, speechCodec := { elementIdentifier := ?, lengthIndicator := ?, codecElements := { { codecType := GSM_FR (0), tF := '0'B, pT := '0'B, pI := '0'B, fI := '1'B, extendedCodecType := omit, s0_7 := omit, s8_15 := omit } } }, codecList := *, lCLS_BSS_Status := *, osmuxCID := omit } } } } VirtMSC-RAN(3006)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100644018091'O, n_connectPointCode := omit VirtMSC-RAN(3006)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100644018091'O to be handled at TC_reassignment_fr(3015) VirtMSC-SCCP(3005)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3006)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3006)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100644018091'O handled at TC_reassignment_fr(3015) VirtMSC-RAN(3006)@6aa4ca6fe73c: Added conn table entry 0TC_reassignment_fr(3015)3962179 VirtMSC-SCCP(3005)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3014)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3012)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_reassignment_fr(3015) VirtMSC-SCCP(3005)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3005)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3012)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "488", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "fc" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_reassignment_fr(3015) TC_reassignment_fr(3015)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3014)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3005)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3005)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3005)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_reassignment_fr(3015)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_reassignment_fr(3015)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '6A780694'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6028155A'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_reassignment_fr(3015)@6aa4ca6fe73c: "TC_reassignment_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_reassignment_fr(3015)@6aa4ca6fe73c: "TC_reassignment_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_reassignment_fr(3015)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3014)@6aa4ca6fe73c: Queueing of DChan messages is already enabled/disabled TC_reassignment_fr(3015)@6aa4ca6fe73c: "TC_reassignment_fr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=2, mdcx_seen_exp=2 TC_reassignment_fr(3015)@6aa4ca6fe73c: "TC_reassignment_fr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_reassignment_fr(3015)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_reassignment_fr(3015)@6aa4ca6fe73c: show lchan summary: "BTS 0, TRX 0, Timeslot 0 CCCH+SDCCH4+CBCH, Lchan 2, Type CBCH TSC-s1c0, State CBCH - L1 MS Power: 0 dBm RXL-FULL-dl: -110 dBm RXL-FULL-ul: -110 dBm\nBTS 0, TRX 0, Timeslot 2 TCH/F, Lchan 0, Type TCH_F TSC-s1c2, State ESTABLISHED - L1 MS Power: 0 dBm RXL-FULL-dl: -110 dBm RXL-FULL-ul: -110 dBm" VirtMSC-SCCP(3005)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3005)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3005)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3005)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3005)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(3006)@6aa4ca6fe73c: Deleted conn table entry 0TC_reassignment_fr(3015)3962179 VirtMSC-SCCP(3005)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3005)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_reassignment_fr(3015)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "492", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "fc" }, { code := "I", val := "6A780694" } }, sdp := omit } TC_reassignment_fr(3015)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "493", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "fc" }, { code := "I", val := "6028155A" } }, sdp := omit } TC_reassignment_fr(3015)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(3006)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3005)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3007)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3004)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3011)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed IPA-BTS0-TRX0-RSL-RSL(3014)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3009)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3008)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3012)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3010)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3013)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3004): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3005): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3006): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3007): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3008): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3009): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3010): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3011): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3012): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3013): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3014): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_reassignment_fr(3015): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_reassignment_fr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_reassignment_fr pass'. Sun Apr 21 06:51:41 UTC 2024 ====== BSC_Tests.TC_reassignment_fr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_reassignment_fr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=604182) Waiting for packet dumper to finish... 1 (prev_count=604182, count=790977) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_reassignment_fr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_cm_reestablishment'. ------ BSC_Tests.TC_cm_reestablishment ------ Sun Apr 21 06:51:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_cm_reestablishment' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cm_reestablishment started. MTC@6aa4ca6fe73c: "TC_cm_reestablishment": using IMSI '001013317677885'H MTC@6aa4ca6fe73c: "TC_cm_reestablishment": using IMSI '001012568472580'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(3019)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3019)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3019)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(3017)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3022)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3022)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3022)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3020)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3019)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3022)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3018)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3018)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3021)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3025)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3025)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3025)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3025)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3027)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3027)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3027)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3027)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cm_reestablishment() start" VirtMSC-RAN(3018)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103371768758'O, n_connectPointCode := omit VirtMSC-RAN(3018)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103371768758'O to be handled at TC_cm_reestablishment(3029) VirtMSC-SCCP(3017)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3018)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3018)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103371768758'O handled at TC_cm_reestablishment(3029) VirtMSC-RAN(3018)@6aa4ca6fe73c: Added conn table entry 0TC_cm_reestablishment(3029)11730876 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3026)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3024)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_cm_reestablishment(3029) VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3024)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "494", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "fd" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_cm_reestablishment(3029) TC_cm_reestablishment(3029)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3026)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_reestablishment(3029)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_cm_reestablishment(3029)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '3EFF4836'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '600E9354'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_cm_reestablishment(3029)@6aa4ca6fe73c: "TC_cm_reestablishment": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_cm_reestablishment(3029)@6aa4ca6fe73c: "TC_cm_reestablishment": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3018)@6aa4ca6fe73c: f_create_expect(l3 := '05280003505902080910103371768758'O, n_connectPointCode := omit VirtMSC-RAN(3018)@6aa4ca6fe73c: Created Expect[0] for '05280003505902080910103371768758'O to be handled at TC_cm_reestablishment(3030) VirtMSC-SCCP(3017)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3018)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3018)@6aa4ca6fe73c: Found Expect[0] for '05280003505902080910103371768758'O handled at TC_cm_reestablishment(3030) VirtMSC-RAN(3018)@6aa4ca6fe73c: Added conn table entry 1TC_cm_reestablishment(3030)15408038 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). TC_cm_reestablishment(3029)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_reestablishment(3029)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3018)@6aa4ca6fe73c: Deleted conn table entry 0TC_cm_reestablishment(3029)11730876 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:0 TC_cm_reestablishment(3029)@6aa4ca6fe73c: "Got RSL RR Release" TC_cm_reestablishment(3029)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_cm_reestablishment(3029)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_cm_reestablishment(3029)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMGW-MGCP-0(3024)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_cm_reestablishment(3030) IPA-BTS1-TRX0-RSL-RSL(3028)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3024)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "499", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "fe" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_cm_reestablishment(3030) TC_cm_reestablishment(3030)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '63'O ("c"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS1-TRX0-RSL-RSL(3028)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } IPA-BTS1-TRX0-RSL-RSL(3028)@6aa4ca6fe73c: Storing an RSL message in the waiting queue IPA-BTS1-TRX0-RSL-RSL(3028)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_reestablishment(3030)@6aa4ca6fe73c: "f_tc_cm_reestablishment_2 clearing" TC_cm_reestablishment(3030)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3017)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3017)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_reestablishment(3030)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3018)@6aa4ca6fe73c: Deleted conn table entry 1TC_cm_reestablishment(3030)15408038 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on connection ID:1 TC_cm_reestablishment(3030)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(3017)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3017)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_cm_reestablishment(3030)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_cm_reestablishment(3030)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_cm_reestablishment(3030)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3017)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3018)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3016)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3019)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3023)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3020)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3026)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3021)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(3028)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3022)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3024)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3025)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3027)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3016): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3017): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3018): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3019): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3020): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3021): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3022): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3023): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3024): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3025): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3026): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3027): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(3028): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_cm_reestablishment(3029): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_cm_reestablishment(3030): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cm_reestablishment finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_cm_reestablishment pass'. Sun Apr 21 06:52:08 UTC 2024 ====== BSC_Tests.TC_cm_reestablishment pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_cm_reestablishment.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=787157) Waiting for packet dumper to finish... 1 (prev_count=787157, count=971934) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_cm_reestablishment pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_post_chan_ack'. ------ BSC_Tests.TC_imm_ass_post_chan_ack ------ Sun Apr 21 06:52:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_post_chan_ack' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_imm_ass_post_chan_ack started. VirtMSC-M3UA(3033)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3033)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3033)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3032)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3033)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3033)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3035)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3035)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3035)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3034)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3035)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3038)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3038)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3038)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3038)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_imm_ass_post_chan_ack() start" VirtMSC-SCCP(3032)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3032)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3032)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3032)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3032)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3032)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3032)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3032)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3032)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3032)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3032)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3032)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3032)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(3032)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3032)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3032)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3033)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3031)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3036)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3034)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3035)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3037)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3038)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3031): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3032): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3033): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3034): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3035): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3036): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3037): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3038): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_imm_ass_post_chan_ack finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_post_chan_ack pass'. Sun Apr 21 06:52:24 UTC 2024 ====== BSC_Tests.TC_imm_ass_post_chan_ack pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_imm_ass_post_chan_ack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=267589) Waiting for packet dumper to finish... 1 (prev_count=267589, count=453883) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_post_chan_ack pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_chan_ack'. ------ BSC_Tests.TC_imm_ass_pre_chan_ack ------ Sun Apr 21 06:52:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_chan_ack' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_chan_ack started. VirtMSC-M3UA(3041)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3041)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3041)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3040)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3041)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3041)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3043)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3043)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3043)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3042)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3043)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3046)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3046)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3046)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3046)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_imm_ass_pre_chan_ack() start" VirtMSC-SCCP(3040)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3040)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3040)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3040)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3040)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3040)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3040)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3040)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3040)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3039)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3041)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3044)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3042)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3045)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3043)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3046)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3039): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3040): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3041): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3042): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3043): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3044): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3045): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3046): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_chan_ack finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_chan_ack pass'. Sun Apr 21 06:52:39 UTC 2024 ====== BSC_Tests.TC_imm_ass_pre_chan_ack pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_imm_ass_pre_chan_ack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=272293) Waiting for packet dumper to finish... 1 (prev_count=272293, count=459824) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_chan_ack pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_ts_ack'. ------ BSC_Tests.TC_imm_ass_pre_ts_ack ------ Sun Apr 21 06:52:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_ts_ack' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_ts_ack started. VirtMSC-M3UA(3049)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3049)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3049)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3048)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3049)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3049)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3051)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3051)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3051)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3050)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3051)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3054)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3054)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3054)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3054)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_imm_ass_pre_ts_ack() start" VirtMSC-SCCP(3048)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3048)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3048)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3048)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3048)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3048)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3048)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3048)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3048)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3048)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3048)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3048)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3048)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(3048)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3048)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-STATS(3047)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3052)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3048)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3049)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-M3UA(3051)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3050)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3053)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3054)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3047): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3048): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3049): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3050): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3051): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3052): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3053): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3054): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_ts_ack finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_ts_ack pass'. Sun Apr 21 06:52:55 UTC 2024 ====== BSC_Tests.TC_imm_ass_pre_ts_ack pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_imm_ass_pre_ts_ack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=279661) Waiting for packet dumper to finish... 1 (prev_count=279661, count=466278) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_ts_ack pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts'. ------ BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts ------ Sun Apr 21 06:53:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_chan_ack_dyn_ts started. VirtMSC-M3UA(3057)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3057)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3057)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3056)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3057)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3057)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3059)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3059)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3059)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3058)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3059)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3062)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3062)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3062)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3062)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_imm_ass_pre_chan_ack_dyn_ts() start" VirtMSC-SCCP(3056)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3056)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3056)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3056)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3056)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3056)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3056)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3056)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3056)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3056)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3056)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3056)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3056)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(3056)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3056)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3056)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3057)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3055)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3060)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3058)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3059)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3062)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3061)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3055): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3056): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3057): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3058): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3059): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3060): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3061): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3062): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_chan_ack_dyn_ts finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts pass'. Sun Apr 21 06:53:14 UTC 2024 ====== BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=764155) Waiting for packet dumper to finish... 1 (prev_count=764155, count=766892) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts'. ------ BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts ------ Sun Apr 21 06:53:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_ts_ack_dyn_ts started. VirtMSC-M3UA(3065)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3065)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3065)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3064)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3065)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3065)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3067)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3067)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3067)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3066)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3067)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3070)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3070)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3070)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3070)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_imm_ass_pre_ts_ack_dyn_ts() start" VirtMSC-SCCP(3064)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3064)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3064)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3064)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3064)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3064)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3064)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3064)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3064)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3064)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3064)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3064)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3064)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(3064)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3064)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3064)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3065)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3063)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3068)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3066)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3070)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3069)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3067)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3063): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3064): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3065): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3066): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3067): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3068): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3069): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3070): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_imm_ass_pre_ts_ack_dyn_ts finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts pass'. Sun Apr 21 06:53:32 UTC 2024 ====== BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=754738) Waiting for packet dumper to finish... 1 (prev_count=754738, count=756649) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl_trx_rf_locked'. ------ BSC_Tests.TC_ctrl_trx_rf_locked ------ Sun Apr 21 06:53:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ctrl_trx_rf_locked' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ctrl_trx_rf_locked started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3074)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3074)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3074)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3072)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3077)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3077)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3077)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3075)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3074)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3077)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3073)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3073)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3076)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3080)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3080)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3080)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3080)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3082)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3082)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3082)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3082)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ctrl_trx_rf_locked() start" MTC@6aa4ca6fe73c: "TC_ctrl_trx_rf_locked: lock BTS 1 TRX 0" MTC@6aa4ca6fe73c: "TC_ctrl_trx_rf_locked: lock the already locked TRX, nothing should change" MTC@6aa4ca6fe73c: "TC_ctrl_trx_rf_locked: unlock BTS 1 TRX 0" MTC@6aa4ca6fe73c: "TC_ctrl_trx_rf_locked: unlock an already unlocked TRX, nothing should change" MTC@6aa4ca6fe73c: "TC_ctrl_trx_rf_locked: unlock an inoperational TRX" MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3072)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3073)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3074)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3071)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3078)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(3076)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3081)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3075)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-RSL(3083)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3079)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3077)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3080)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3082)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3071): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3072): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3073): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3074): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3075): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3076): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3077): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3078): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3079): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3080): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3081): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3082): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-RSL(3083): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ctrl_trx_rf_locked finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl_trx_rf_locked pass'. Sun Apr 21 06:53:49 UTC 2024 ====== BSC_Tests.TC_ctrl_trx_rf_locked pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ctrl_trx_rf_locked.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=552816) Waiting for packet dumper to finish... 1 (prev_count=552816, count=728323) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ctrl_trx_rf_locked pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ratectr_all_available_allocated'. ------ BSC_Tests.TC_ratectr_all_available_allocated ------ Sun Apr 21 06:53:54 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ratectr_all_available_allocated' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ratectr_all_available_allocated started. VirtMSC-M3UA(3086)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3086)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3086)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3085)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3086)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3086)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3088)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3088)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3088)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3087)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3088)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3091)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3091)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3091)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3091)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ratectr_all_available_allocated() start" VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:2 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[2]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[2], which is already active (running or expired). MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:3 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[3]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[3], which is already active (running or expired). VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:4 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[4]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[4], which is already active (running or expired). VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:5 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[5]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[5], which is already active (running or expired). VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[6]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[6], which is already active (running or expired). VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:7 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[7]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[7], which is already active (running or expired). VirtMSC-SCCP(3085)@6aa4ca6fe73c: First idle individual index:8 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[8]. VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[8], which is already active (running or expired). MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "all_allocated:sdcch", val := 4 }, { name := "all_allocated:static_sdcch", val := 4 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "all_allocated:sdcch", val := 4 }, { name := "all_allocated:static_sdcch", val := 4 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "all_allocated:sdcch", val := 4 }, { name := "all_allocated:static_sdcch", val := 4 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "all_allocated:sdcch", val := 4 }, { name := "all_allocated:static_sdcch", val := 4 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:4 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:4 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:5 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:5 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:7 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3085)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3085)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:7 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:8 VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3085)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(3085)@6aa4ca6fe73c: Session index based on local reference:8 VirtMSC-SCCP(3085)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3086)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3085)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3084)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3089)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3087)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3088)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3090)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3091)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3084): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3085): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3086): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3087): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3088): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3089): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3090): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3091): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ratectr_all_available_allocated finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ratectr_all_available_allocated pass'. Sun Apr 21 06:54:26 UTC 2024 ====== BSC_Tests.TC_ratectr_all_available_allocated pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ratectr_all_available_allocated.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=815712) Waiting for packet dumper to finish... 1 (prev_count=815712, count=1002330) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ratectr_all_available_allocated pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ratectr_all_available_allocated_dyn'. ------ BSC_Tests.TC_ratectr_all_available_allocated_dyn ------ Sun Apr 21 06:54:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ratectr_all_available_allocated_dyn' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ratectr_all_available_allocated_dyn started. VirtMSC-M3UA(3094)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3094)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3094)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3093)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3094)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3094)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3096)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3096)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3096)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3095)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3096)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3099)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3099)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3099)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3099)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ratectr_all_available_allocated_dyn() start" VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:2 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[2]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[2], which is already active (running or expired). MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "all_allocated:sdcch", val := 0 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "all_allocated:sdcch", val := 0 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "all_allocated:sdcch", val := 0 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "all_allocated:sdcch", val := 0 }, { name := "all_allocated:static_sdcch", val := 1 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:3 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[3]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[3], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:4 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[4]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[4], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:5 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[5]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[5], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[6]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[6], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:7 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[7]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[7], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:8 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[8]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[8], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:9 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[9]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:9 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[9], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:10 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[10]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:10 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[10], which is already active (running or expired). MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 5 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 5 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 5 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "all_allocated:sdcch", val := 1 }, { name := "all_allocated:static_sdcch", val := 5 }, { name := "all_allocated:tch", val := 0 }, { name := "all_allocated:static_tch", val := 0 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:11 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[11]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:11 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[11], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:12 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[12]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:12 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[12], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:13 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[13]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:13 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[13], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:14 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[14]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:14 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[14], which is already active (running or expired). VirtMSC-SCCP(3093)@6aa4ca6fe73c: First idle individual index:15 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[15]. VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:15 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[15], which is already active (running or expired). MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "all_allocated:sdcch", val := 5 }, { name := "all_allocated:static_sdcch", val := 8 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "all_allocated:sdcch", val := 5 }, { name := "all_allocated:static_sdcch", val := 8 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "all_allocated:sdcch", val := 5 }, { name := "all_allocated:static_sdcch", val := 8 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "all_allocated:sdcch", val := 5 }, { name := "all_allocated:static_sdcch", val := 8 }, { name := "all_allocated:tch", val := 1 }, { name := "all_allocated:static_tch", val := 1 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:3 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:3 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 13 }, { name := "all_allocated:tch", val := 6 }, { name := "all_allocated:static_tch", val := 6 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 13 }, { name := "all_allocated:tch", val := 6 }, { name := "all_allocated:static_tch", val := 6 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 13 }, { name := "all_allocated:tch", val := 6 }, { name := "all_allocated:static_tch", val := 6 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 13 }, { name := "all_allocated:tch", val := 6 }, { name := "all_allocated:static_tch", val := 6 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:4 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:4 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:4 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:5 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:5 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:5 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:7 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:7 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:7 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:8 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:8 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:9 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:8 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:9 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:9 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:10 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:9 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:10 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:10 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:10 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 30 }, { name := "all_allocated:tch", val := 22 }, { name := "all_allocated:static_tch", val := 23 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 30 }, { name := "all_allocated:tch", val := 22 }, { name := "all_allocated:static_tch", val := 23 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 30 }, { name := "all_allocated:tch", val := 22 }, { name := "all_allocated:static_tch", val := 23 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "all_allocated:sdcch", val := 9 }, { name := "all_allocated:static_sdcch", val := 30 }, { name := "all_allocated:tch", val := 22 }, { name := "all_allocated:static_tch", val := 23 } } } MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:2 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:11 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:2 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:11 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:11 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:12 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:11 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:12 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:12 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:13 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:12 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:13 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:13 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:14 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:13 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:14 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:14 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:15 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3093)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:14 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:15 VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3093)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on connection ID:15 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Session index based on local reference:15 VirtMSC-SCCP(3093)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3093)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3094)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3092)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3097)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3095)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3099)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3096)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3098)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3092): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3093): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3094): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3095): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3096): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3097): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3098): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3099): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ratectr_all_available_allocated_dyn finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ratectr_all_available_allocated_dyn pass'. Sun Apr 21 06:55:26 UTC 2024 ====== BSC_Tests.TC_ratectr_all_available_allocated_dyn pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ratectr_all_available_allocated_dyn.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1599770) Waiting for packet dumper to finish... 1 (prev_count=1599770, count=1786977) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ratectr_all_available_allocated_dyn pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_cm_serv_rej'. ------ BSC_Tests.TC_cm_serv_rej ------ Sun Apr 21 06:55:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_cm_serv_rej' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cm_serv_rej started. MTC@6aa4ca6fe73c: "TC_cm_serv_rej": using IMSI '001014604579118'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3103)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3103)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3103)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3101)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(3106)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3106)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3106)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(3104)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3103)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3106)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3102)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3102)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3105)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3109)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3109)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3109)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3109)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cm_serv_rej() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "cm_serv_rej", val := 0 }, { name := "cm_serv_rej:imsi_unknown_in_hlr", val := 0 }, { name := "cm_serv_rej:illegal_ms", val := 0 }, { name := "cm_serv_rej:imsi_unknown_in_vlr", val := 0 }, { name := "cm_serv_rej:imei_not_accepted", val := 0 }, { name := "cm_serv_rej:illegal_me", val := 0 }, { name := "cm_serv_rej:plmn_not_allowed", val := 0 }, { name := "cm_serv_rej:loc_not_allowed", val := 0 }, { name := "cm_serv_rej:roaming_not_allowed", val := 0 }, { name := "cm_serv_rej:network_failure", val := 0 }, { name := "cm_serv_rej:synch_failure", val := 0 }, { name := "cm_serv_rej:congestion", val := 0 }, { name := "cm_serv_rej:srv_opt_not_supported", val := 0 }, { name := "cm_serv_rej:rqd_srv_opt_not_supported", val := 0 }, { name := "cm_serv_rej:srv_opt_tmp_out_of_order", val := 0 }, { name := "cm_serv_rej:call_can_not_be_identified", val := 0 }, { name := "cm_serv_rej:incorrect_message", val := 0 }, { name := "cm_serv_rej:invalid_mandantory_inf", val := 0 }, { name := "cm_serv_rej:msg_type_not_implemented", val := 0 }, { name := "cm_serv_rej:msg_type_not_compatible", val := 0 }, { name := "cm_serv_rej:inf_eleme_not_implemented", val := 0 }, { name := "cm_serv_rej:condtional_ie_error", val := 0 }, { name := "cm_serv_rej:msg_not_compatible", val := 0 }, { name := "cm_serv_rej:protocol_error", val := 0 }, { name := "cm_serv_rej:retry_in_new_cell", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "cm_serv_rej", val := 0 }, { name := "cm_serv_rej:imsi_unknown_in_hlr", val := 0 }, { name := "cm_serv_rej:illegal_ms", val := 0 }, { name := "cm_serv_rej:imsi_unknown_in_vlr", val := 0 }, { name := "cm_serv_rej:imei_not_accepted", val := 0 }, { name := "cm_serv_rej:illegal_me", val := 0 }, { name := "cm_serv_rej:plmn_not_allowed", val := 0 }, { name := "cm_serv_rej:loc_not_allowed", val := 0 }, { name := "cm_serv_rej:roaming_not_allowed", val := 0 }, { name := "cm_serv_rej:network_failure", val := 0 }, { name := "cm_serv_rej:synch_failure", val := 0 }, { name := "cm_serv_rej:congestion", val := 0 }, { name := "cm_serv_rej:srv_opt_not_supported", val := 0 }, { name := "cm_serv_rej:rqd_srv_opt_not_supported", val := 0 }, { name := "cm_serv_rej:srv_opt_tmp_out_of_order", val := 0 }, { name := "cm_serv_rej:call_can_not_be_identified", val := 0 }, { name := "cm_serv_rej:incorrect_message", val := 0 }, { name := "cm_serv_rej:invalid_mandantory_inf", val := 0 }, { name := "cm_serv_rej:msg_type_not_implemented", val := 0 }, { name := "cm_serv_rej:msg_type_not_compatible", val := 0 }, { name := "cm_serv_rej:inf_eleme_not_implemented", val := 0 }, { name := "cm_serv_rej:condtional_ie_error", val := 0 }, { name := "cm_serv_rej:msg_not_compatible", val := 0 }, { name := "cm_serv_rej:protocol_error", val := 0 }, { name := "cm_serv_rej:retry_in_new_cell", val := 0 } } } VirtMSC-RAN(3102)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106440751981'O, n_connectPointCode := omit VirtMSC-RAN(3102)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106440751981'O to be handled at TC_cm_serv_rej(3111) VirtMSC-SCCP(3101)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3102)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3102)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106440751981'O handled at TC_cm_serv_rej(3111) VirtMSC-RAN(3102)@6aa4ca6fe73c: Added conn table entry 0TC_cm_serv_rej(3111)10404253 VirtMSC-SCCP(3101)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3101)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3101)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '010003052202'O TC_cm_serv_rej(3111)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3101)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3101)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3101)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3101)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3101)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_serv_rej(3111)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3102)@6aa4ca6fe73c: Deleted conn table entry 0TC_cm_serv_rej(3111)10404253 VirtMSC-SCCP(3101)@6aa4ca6fe73c: Session index based on connection ID:0 TC_cm_serv_rej(3111)@6aa4ca6fe73c: "Got RSL RR Release" TC_cm_serv_rej(3111)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(3101)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_cm_serv_rej(3111)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_cm_serv_rej(3111)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3101)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3102)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3103)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3100)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3107)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-BSSAP_LE(3105)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3110)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3104)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3109)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3106)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3108)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3100): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3101): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3102): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3103): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3104): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3105): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3106): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3107): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3108): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3109): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3110): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_cm_serv_rej(3111): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cm_serv_rej finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_cm_serv_rej pass'. Sun Apr 21 06:55:40 UTC 2024 ====== BSC_Tests.TC_cm_serv_rej pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_cm_serv_rej.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=316948) Waiting for packet dumper to finish... 1 (prev_count=316948, count=504567) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_cm_serv_rej pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lost_sdcch_during_assignment'. ------ BSC_Tests.TC_lost_sdcch_during_assignment ------ Sun Apr 21 06:55:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_lost_sdcch_during_assignment' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lost_sdcch_during_assignment started. MTC@6aa4ca6fe73c: "TC_lost_sdcch_during_assignment": using IMSI '001013404821793'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3115)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3115)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3115)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3113)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(3118)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3118)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3118)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-SCCP(3116)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3115)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3118)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3114)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3114)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3117)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3121)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3121)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3121)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3121)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lost_sdcch_during_assignment() start" VirtMSC-RAN(3114)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104340287139'O, n_connectPointCode := omit VirtMSC-RAN(3114)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104340287139'O to be handled at TC_lost_sdcch_during_assignment(3123) VirtMSC-SCCP(3113)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3114)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3114)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104340287139'O handled at TC_lost_sdcch_during_assignment(3123) VirtMSC-RAN(3114)@6aa4ca6fe73c: Added conn table entry 0TC_lost_sdcch_during_assignment(3123)8581134 VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3122)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3120)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lost_sdcch_during_assignment(3123) VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3113)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3120)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "504", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "11e" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lost_sdcch_during_assignment(3123) VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3113)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3113)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(3114)@6aa4ca6fe73c: Deleted conn table entry 0TC_lost_sdcch_during_assignment(3123)8581134 VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_lost_sdcch_during_assignment(3123)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3113)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3114)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3115)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3112)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3119)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3116)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3122)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3117)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3118)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3120)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3121)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3112): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3113): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3114): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3115): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3116): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3117): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3118): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3119): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3120): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3121): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3122): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lost_sdcch_during_assignment(3123): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lost_sdcch_during_assignment finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lost_sdcch_during_assignment pass'. Sun Apr 21 06:55:51 UTC 2024 ====== BSC_Tests.TC_lost_sdcch_during_assignment pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_lost_sdcch_during_assignment.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=482016) Waiting for packet dumper to finish... 1 (prev_count=482016, count=484429) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_lost_sdcch_during_assignment pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_alloc_algo_ascending'. ------ BSC_Tests.TC_chan_alloc_algo_ascending ------ Sun Apr 21 06:55:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_alloc_algo_ascending' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_alloc_algo_ascending started. VirtMSC-M3UA(3126)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3126)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3126)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3125)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3126)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3126)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3128)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3128)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3128)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3127)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3128)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3131)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3131)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3131)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3131)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3132)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3132)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3132)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3132)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3133)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3133)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3133)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3133)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3134)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3134)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3134)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3134)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3135)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3135)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3135)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3135)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3136)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3136)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3136)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3136)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_alloc_algo_ascending() start" VirtMSC-SCCP(3125)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3125)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3125)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3125)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3125)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3125)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3125)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3126)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3124)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3125)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3129)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3127)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3128)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3131)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3133)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3130)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3134)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3136)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3132)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3135)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3124): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3125): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3126): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3127): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3128): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3129): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3130): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3131): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3132): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3133): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3134): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3135): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3136): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_alloc_algo_ascending finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_alloc_algo_ascending pass'. Sun Apr 21 06:56:15 UTC 2024 ====== BSC_Tests.TC_chan_alloc_algo_ascending pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_alloc_algo_ascending.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=920265) Waiting for packet dumper to finish... 1 (prev_count=920265, count=1708290) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_alloc_algo_ascending pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_alloc_algo_descending'. ------ BSC_Tests.TC_chan_alloc_algo_descending ------ Sun Apr 21 06:56:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_alloc_algo_descending' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_alloc_algo_descending started. VirtMSC-M3UA(3139)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3139)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3139)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3138)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3139)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3139)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3141)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3141)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3141)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3140)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3141)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3144)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3144)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3144)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3144)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3145)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3145)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3145)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3145)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3146)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3146)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3146)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3146)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3147)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3147)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3147)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3147)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3148)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3148)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3148)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3148)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3149)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3149)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3149)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3149)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_alloc_algo_descending() start" VirtMSC-SCCP(3138)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3138)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3138)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3138)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3138)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3138)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3138)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(3138)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3138)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3139)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3138)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3137)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3142)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3140)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3141)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3144)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3143)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3145)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3146)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3148)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3147)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3149)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3137): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3138): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3139): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3140): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3141): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3142): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3143): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3144): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3145): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3146): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3147): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3148): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3149): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_alloc_algo_descending finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_alloc_algo_descending pass'. Sun Apr 21 06:56:42 UTC 2024 ====== BSC_Tests.TC_chan_alloc_algo_descending pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_alloc_algo_descending.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1130726) Waiting for packet dumper to finish... 1 (prev_count=1130726, count=1918751) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_alloc_algo_descending pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_alloc_algo_ass_dynamic'. ------ BSC_Tests.TC_chan_alloc_algo_ass_dynamic ------ Sun Apr 21 06:56:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_chan_alloc_algo_ass_dynamic' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_chan_alloc_algo_ass_dynamic started. VirtMSC-M3UA(3152)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3152)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3152)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3151)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3152)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3152)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3154)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3154)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3154)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3153)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3154)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3157)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3157)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3157)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3157)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3158)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3158)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3158)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3158)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3159)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3159)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3159)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3159)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3160)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3160)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3160)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3160)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3161)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3161)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3161)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3161)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3162)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3162)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3162)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3162)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_chan_alloc_algo_ass_dynamic() start" MTC@6aa4ca6fe73c: "Case a) Unknown Uplink RxLev, fall-back to ascending" VirtMSC-SCCP(3151)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: "Case b) Not enough RxLev samples, use ascending" VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3151)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: "Case c) Uplink RxLev below the threshold, use ascending" VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3151)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: "Case d) Uplink RxLev above the threshold, use descending" VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3151)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: "Case e) Uplink RxLev above the threshold, but C0 load is not" VirtMSC-SCCP(3151)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_guard[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3151)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3151)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3151)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3150)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3155)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3152)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3153)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3154)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3157)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3158)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3160)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3162)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3159)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3156)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3161)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3150): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3151): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3152): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3153): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3154): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3155): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3156): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3157): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3158): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3159): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3160): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3161): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3162): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_chan_alloc_algo_ass_dynamic finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_alloc_algo_ass_dynamic pass'. Sun Apr 21 06:57:06 UTC 2024 ====== BSC_Tests.TC_chan_alloc_algo_ass_dynamic pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_chan_alloc_algo_ass_dynamic.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=1149397) Waiting for packet dumper to finish... 1 (prev_count=1149397, count=1937422) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_chan_alloc_algo_ass_dynamic pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_all_used'. ------ BSC_Tests.TC_mgwpool_all_used ------ Sun Apr 21 06:57:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_all_used' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mgwpool_all_used started. MTC@6aa4ca6fe73c: "TC_mgwpool_all_used": using IMSI '001010116700833'H MTC@6aa4ca6fe73c: "TC_mgwpool_all_used": using IMSI '001012550218215'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(3166)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3166)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3166)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(3164)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3169)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3169)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3169)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3167)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3166)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3169)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3165)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3165)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3168)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3173)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3173)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3173)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3173)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mgwpool_all_used() start" VirtMSC-RAN(3165)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101061078033'O, n_connectPointCode := omit VirtMSC-RAN(3165)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101061078033'O to be handled at TC_mgwpool_all_used(3175) VirtMSC-SCCP(3164)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3165)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3165)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101061078033'O handled at TC_mgwpool_all_used(3175) VirtMSC-RAN(3165)@6aa4ca6fe73c: Added conn table entry 0TC_mgwpool_all_used(3175)9472556 VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3174)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3171)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mgwpool_all_used(3175) VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3171)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "520", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "12d" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mgwpool_all_used(3175) TC_mgwpool_all_used(3175)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3174)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_all_used(3175)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mgwpool_all_used(3175)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '53C4E6D3'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '33F9B6F7'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_mgwpool_all_used(3175)@6aa4ca6fe73c: "TC_mgwpool_all_used": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_mgwpool_all_used(3175)@6aa4ca6fe73c: "TC_mgwpool_all_used": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3165)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105205122851'O, n_connectPointCode := omit VirtMSC-RAN(3165)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105205122851'O to be handled at TC_mgwpool_all_used(3176) VirtMSC-SCCP(3164)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3164)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3165)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3165)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105205122851'O handled at TC_mgwpool_all_used(3176) VirtMSC-RAN(3165)@6aa4ca6fe73c: Added conn table entry 1TC_mgwpool_all_used(3176)11969024 VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3164)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3174)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-1(3172)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mgwpool_all_used(3176) VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-1(3172)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "1", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "12e" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mgwpool_all_used(3176) TC_mgwpool_all_used(3176)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3174)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_all_used(3176)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mgwpool_all_used(3176)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '01205E47'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '78B75824'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_mgwpool_all_used(3176)@6aa4ca6fe73c: "TC_mgwpool_all_used": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_mgwpool_all_used(3176)@6aa4ca6fe73c: "TC_mgwpool_all_used": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_mgwpool_all_used(3176)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" TC_mgwpool_all_used(3175)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3164)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3164)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_all_used(3176)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_mgwpool_all_used(3175)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3165)@6aa4ca6fe73c: Deleted conn table entry 1TC_mgwpool_all_used(3176)11969024 VirtMSC-RAN(3165)@6aa4ca6fe73c: Deleted conn table entry 0TC_mgwpool_all_used(3175)9472556 VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:1 TC_mgwpool_all_used(3176)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mgwpool_all_used(3176)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3164)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mgwpool_all_used(3175)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(3164)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3164)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mgwpool_all_used(3175)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mgwpool_all_used(3175)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mgwpool_all_used(3176)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mgwpool_all_used(3175)@6aa4ca6fe73c: Final verdict of PTC: pass TC_mgwpool_all_used(3176)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(3165)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3166)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3164)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3163)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3170)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3167)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3168)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3174)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3171)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3169)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-1(3172)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3173)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3163): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3164): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3165): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3166): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3167): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3168): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3169): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3170): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3171): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-1(3172): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3173): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3174): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_all_used(3175): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_all_used(3176): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mgwpool_all_used finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_all_used pass'. Sun Apr 21 06:57:22 UTC 2024 ====== BSC_Tests.TC_mgwpool_all_used pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mgwpool_all_used.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=481342) Waiting for packet dumper to finish... 1 (prev_count=481342, count=668137) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_all_used pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_blocked_not_used'. ------ BSC_Tests.TC_mgwpool_blocked_not_used ------ Sun Apr 21 06:57:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_blocked_not_used' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mgwpool_blocked_not_used started. MTC@6aa4ca6fe73c: "TC_mgwpool_blocked_not_used": using IMSI '001013933703470'H MTC@6aa4ca6fe73c: "TC_mgwpool_blocked_not_used": using IMSI '001015000339612'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3180)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3180)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3180)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3178)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3183)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3183)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3183)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3181)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3180)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3183)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3179)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3179)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3182)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3187)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3187)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3187)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3187)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mgwpool_blocked_not_used() start" VirtMSC-RAN(3179)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109333074307'O, n_connectPointCode := omit VirtMSC-RAN(3179)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109333074307'O to be handled at TC_mgwpool_blocked_not_used(3189) VirtMSC-SCCP(3178)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3179)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3179)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109333074307'O handled at TC_mgwpool_blocked_not_used(3189) VirtMSC-RAN(3179)@6aa4ca6fe73c: Added conn table entry 0TC_mgwpool_blocked_not_used(3189)1134467 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3188)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3185)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mgwpool_blocked_not_used(3189) VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3185)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "525", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "12f" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mgwpool_blocked_not_used(3189) TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3188)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '25D152A4'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '5E43D82A'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: "TC_mgwpool_blocked_not_used": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: "TC_mgwpool_blocked_not_used": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3179)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100500336921'O, n_connectPointCode := omit VirtMSC-RAN(3179)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100500336921'O to be handled at TC_mgwpool_blocked_not_used(3190) VirtMSC-SCCP(3178)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3179)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3179)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100500336921'O handled at TC_mgwpool_blocked_not_used(3190) VirtMSC-RAN(3179)@6aa4ca6fe73c: Added conn table entry 1TC_mgwpool_blocked_not_used(3190)16659135 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3188)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3185)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mgwpool_blocked_not_used(3190) VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3185)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "528", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "130" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mgwpool_blocked_not_used(3190) IPA-BTS0-TRX0-RSL-RSL(3188)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3188)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3188)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1F8B022F'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '74B80523'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: "TC_mgwpool_blocked_not_used": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: "TC_mgwpool_blocked_not_used": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3178)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3178)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3179)@6aa4ca6fe73c: Deleted conn table entry 1TC_mgwpool_blocked_not_used(3190)16659135 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-RAN(3179)@6aa4ca6fe73c: Deleted conn table entry 0TC_mgwpool_blocked_not_used(3189)1134467 TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3178)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(3178)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3178)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mgwpool_blocked_not_used(3190)@6aa4ca6fe73c: Final verdict of PTC: pass TC_mgwpool_blocked_not_used(3189)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(3179)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3178)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3180)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3177)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3184)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(3182)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3181)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3188)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3183)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-1(3186)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3185)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3187)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3177): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3178): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3179): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3180): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3181): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3182): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3183): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3184): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3185): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-1(3186): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3187): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3188): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_blocked_not_used(3189): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_blocked_not_used(3190): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mgwpool_blocked_not_used finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_blocked_not_used pass'. Sun Apr 21 06:57:38 UTC 2024 ====== BSC_Tests.TC_mgwpool_blocked_not_used pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mgwpool_blocked_not_used.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=475814) Waiting for packet dumper to finish... 1 (prev_count=475814, count=663433) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_blocked_not_used pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_pin_bts'. ------ BSC_Tests.TC_mgwpool_pin_bts ------ Sun Apr 21 06:57:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_pin_bts' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mgwpool_pin_bts started. MTC@6aa4ca6fe73c: "TC_mgwpool_pin_bts": using IMSI '001010086739738'H MTC@6aa4ca6fe73c: "TC_mgwpool_pin_bts": using IMSI '001013570381506'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3194)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3194)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3194)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3192)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3197)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3197)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3197)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3195)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3194)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3197)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3193)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3193)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3196)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3201)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3201)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3201)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3201)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mgwpool_pin_bts() start" VirtMSC-RAN(3193)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100068377983'O, n_connectPointCode := omit VirtMSC-RAN(3193)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100068377983'O to be handled at TC_mgwpool_pin_bts(3203) VirtMSC-SCCP(3192)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3193)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3193)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100068377983'O handled at TC_mgwpool_pin_bts(3203) VirtMSC-RAN(3193)@6aa4ca6fe73c: Added conn table entry 0TC_mgwpool_pin_bts(3203)16277340 VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3202)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3199)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mgwpool_pin_bts(3203) VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3199)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "535", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "131" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mgwpool_pin_bts(3203) TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3202)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '75A988B7'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '716BF041'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: "TC_mgwpool_pin_bts": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: "TC_mgwpool_pin_bts": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3193)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105307835160'O, n_connectPointCode := omit VirtMSC-RAN(3193)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105307835160'O to be handled at TC_mgwpool_pin_bts(3204) VirtMSC-SCCP(3192)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3192)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3193)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3193)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105307835160'O handled at TC_mgwpool_pin_bts(3204) VirtMSC-RAN(3193)@6aa4ca6fe73c: Added conn table entry 1TC_mgwpool_pin_bts(3204)9678058 VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3192)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3202)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3199)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mgwpool_pin_bts(3204) VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3199)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "538", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "132" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mgwpool_pin_bts(3204) IPA-BTS0-TRX0-RSL-RSL(3202)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3202)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3202)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '334989EC'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '13079E9D'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: "TC_mgwpool_pin_bts": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: "TC_mgwpool_pin_bts": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3192)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3192)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3193)@6aa4ca6fe73c: Deleted conn table entry 1TC_mgwpool_pin_bts(3204)9678058 VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-RAN(3193)@6aa4ca6fe73c: Deleted conn table entry 0TC_mgwpool_pin_bts(3203)16277340 TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: "Got RSL RR Release" VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3192)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMSC-SCCP(3192)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3192)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: "Got RSL Deact SACCH" TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mgwpool_pin_bts(3203)@6aa4ca6fe73c: Final verdict of PTC: pass TC_mgwpool_pin_bts(3204)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-STATS(3191)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3194)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3192)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3193)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3198)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(3196)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3202)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3195)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3197)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3199)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-1(3200)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3201)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3191): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3192): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3193): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3194): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3195): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3196): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3197): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3198): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3199): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-1(3200): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3201): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3202): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_pin_bts(3203): pass (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_pin_bts(3204): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mgwpool_pin_bts finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_pin_bts pass'. Sun Apr 21 06:57:54 UTC 2024 ====== BSC_Tests.TC_mgwpool_pin_bts pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mgwpool_pin_bts.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=476566) Waiting for packet dumper to finish... 1 (prev_count=476566, count=663361) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_pin_bts pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_keepalive_down_not_used'. ------ BSC_Tests.TC_mgwpool_keepalive_down_not_used ------ Sun Apr 21 06:58:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_mgwpool_keepalive_down_not_used' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_mgwpool_keepalive_down_not_used started. MTC@6aa4ca6fe73c: "TC_mgwpool_keepalive_down_not_used": using IMSI '001019407413755'H MTC@6aa4ca6fe73c: "TC_mgwpool_keepalive_down_not_used": using IMSI '001015704457658'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3208)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3208)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3208)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3206)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3211)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3211)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3211)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3209)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3208)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3211)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3207)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3207)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3210)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3215)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3215)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3215)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3215)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_mgwpool_keepalive_down_not_used() start" VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Ignoring MGCP { command := { line := { verb := "AUEP", trans_id := "545", ep := "null@mgw", ver := "1.0" }, params := { }, sdp := omit } } VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Ignoring MGCP { command := { line := { verb := "AUEP", trans_id := "546", ep := "null@mgw", ver := "1.0" }, params := { }, sdp := omit } } VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Ignoring MGCP { command := { line := { verb := "AUEP", trans_id := "547", ep := "null@mgw", ver := "1.0" }, params := { }, sdp := omit } } VirtMSC-RAN(3207)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107540546785'O, n_connectPointCode := omit VirtMSC-RAN(3207)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107540546785'O to be handled at TC_mgwpool_keepalive_down_not_used(3218) VirtMSC-SCCP(3206)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3207)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3207)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107540546785'O handled at TC_mgwpool_keepalive_down_not_used(3218) VirtMSC-RAN(3207)@6aa4ca6fe73c: Added conn table entry 0TC_mgwpool_keepalive_down_not_used(3218)10261017 VirtMSC-SCCP(3206)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3216)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-1(3214)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mgwpool_keepalive_down_not_used(3218) VirtMSC-SCCP(3206)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3206)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-1(3214)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "1", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "133" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mgwpool_keepalive_down_not_used(3218) TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3216)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3206)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3206)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3206)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Ignoring MGCP { command := { line := { verb := "AUEP", trans_id := "548", ep := "null@mgw", ver := "1.0" }, params := { }, sdp := omit } } VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Ignoring MGCP { command := { line := { verb := "AUEP", trans_id := "549", ep := "null@mgw", ver := "1.0" }, params := { }, sdp := omit } } TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '19431073'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '330DA34E'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: "TC_mgwpool_keepalive_down_not_used": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: "TC_mgwpool_keepalive_down_not_used": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" TC_mgwpool_keepalive_down_not_used(3217)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3206)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3206)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3206)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3206)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3206)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3207)@6aa4ca6fe73c: Deleted conn table entry 0TC_mgwpool_keepalive_down_not_used(3218)10261017 VirtMSC-SCCP(3206)@6aa4ca6fe73c: Session index based on connection ID:0 TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: "Got RSL RR Release" TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(3206)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: RLC received in state:disconnect_pending VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Ignoring MGCP { command := { line := { verb := "AUEP", trans_id := "550", ep := "null@mgw", ver := "1.0" }, params := { }, sdp := omit } } VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Ignoring MGCP { command := { line := { verb := "AUEP", trans_id := "551", ep := "null@mgw", ver := "1.0" }, params := { }, sdp := omit } } TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_mgwpool_keepalive_down_not_used(3218)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3206)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3208)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3207)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3212)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3205)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass IPA-BTS0-TRX0-RSL-RSL(3216)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3210)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3209)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-1(3214)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3211)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3215)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3213)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3205): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3206): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3207): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3208): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3209): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3210): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3211): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3212): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3213): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-1(3214): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3215): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3216): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_keepalive_down_not_used(3217): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_mgwpool_keepalive_down_not_used(3218): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_mgwpool_keepalive_down_not_used finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_keepalive_down_not_used pass'. Sun Apr 21 06:58:11 UTC 2024 ====== BSC_Tests.TC_mgwpool_keepalive_down_not_used pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_mgwpool_keepalive_down_not_used.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=368057) Waiting for packet dumper to finish... 1 (prev_count=368057, count=554263) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_mgwpool_keepalive_down_not_used pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_meas_rep_multi_band'. ------ BSC_Tests.TC_ho_meas_rep_multi_band ------ Sun Apr 21 06:58:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_meas_rep_multi_band' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_meas_rep_multi_band started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3222)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3222)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3222)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3220)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3225)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3225)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3225)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3223)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3222)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3225)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3221)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3221)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3224)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3228)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3228)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3228)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3228)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_meas_rep_multi_band() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: "TC_ho_meas_rep_multi_band": using IMSI '001013613932797'H VirtMSC-RAN(3221)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106331397279'O, n_connectPointCode := omit VirtMSC-RAN(3221)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106331397279'O to be handled at TC_ho_meas_rep_multi_band(3230) VirtMSC-SCCP(3220)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3221)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3221)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106331397279'O handled at TC_ho_meas_rep_multi_band(3230) VirtMSC-RAN(3221)@6aa4ca6fe73c: Added conn table entry 0TC_ho_meas_rep_multi_band(3230)5177807 VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3229)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3227)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_meas_rep_multi_band(3230) VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3220)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3227)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "552", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "134" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_meas_rep_multi_band(3230) TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3229)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '76708CD6'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '31E9EE22'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: "TC_ho_meas_rep_multi_band": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: "TC_ho_meas_rep_multi_band": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '001'B, ncc := '010'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '04'O }, channelDescription2 := { timeslotNumber := '110'B, channelTypeandTDMAOffset := '00001'B, octet3 := '00'O, octet4 := '09'O ("\t") }, handoverReference := { handoverReferenceValue := '00'O }, powerCommandAndAccesstype := { powerlevel := '00000'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := omit, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info, encoded: '062BD1040E00090000'O VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(3220)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C131709062BD1040E00090000'O TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: RSL Data Req went out to first BTS: { msg_disc := { msg_group := RSL_MDISC_RLL (1), transparent := true }, msg_type := RSL_MT_DATA_REQ (1), ies := { { iei := RSL_IE_CHAN_NR (1), body := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } } }, { iei := RSL_IE_LINK_IDENT (2), body := { link_id := { c := FACCH_SDCCH (0), na := false, prio := SAPI0_PRIO_NORMAL (0), sapi := 0 } } }, { iei := RSL_IE_L3_INFO (11), body := { l3_info := { len := 9, payload := '062BD1040E00090000'O } } } } } TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Found L3 Info: { l3_info := { len := 9, payload := '062BD1040E00090000'O } } TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Success: the BSC sent out the same RR Handover Command the other BSS forwarded. TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3220)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010B'O VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3220)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "555", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "134" }, { code := "I", val := "76708CD6" } }, sdp := omit } TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "556", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "134" }, { code := "I", val := "31E9EE22" } }, sdp := omit } VirtMSC-RAN(3221)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_meas_rep_multi_band(3230)5177807 VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3220)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_meas_rep_multi_band(3230)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3222)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3220)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3221)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3226)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3219)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3223)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3224)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3229)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3228)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3225)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3227)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3219): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3220): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3221): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3222): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3223): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3224): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3225): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3226): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3227): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3228): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3229): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_meas_rep_multi_band(3230): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_meas_rep_multi_band finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_meas_rep_multi_band pass'. Sun Apr 21 06:58:29 UTC 2024 ====== BSC_Tests.TC_ho_meas_rep_multi_band pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_meas_rep_multi_band.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=811750) Waiting for packet dumper to finish... 1 (prev_count=811750, count=1008831) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_meas_rep_multi_band pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_of_this_bsc'. ------ BSC_Tests.TC_ho_out_of_this_bsc ------ Sun Apr 21 06:58:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_ho_out_of_this_bsc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_ho_out_of_this_bsc started. MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3234)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3234)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3234)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3232)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3237)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3237)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3237)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3235)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3234)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3237)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3233)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3233)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3236)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3240)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3240)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3240)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3240)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_ho_out_of_this_bsc() start" MTC@6aa4ca6fe73c: retrieved rate counters: "bts": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bts rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } }, { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 }, { name := "incoming_intra_bsc_ho:attempted", val := 0 }, { name := "incoming_intra_bsc_ho:completed", val := 0 }, { name := "incoming_intra_bsc_ho:stopped", val := 0 }, { name := "incoming_intra_bsc_ho:no_channel", val := 0 }, { name := "incoming_intra_bsc_ho:timeout", val := 0 }, { name := "incoming_intra_bsc_ho:failed", val := 0 }, { name := "incoming_intra_bsc_ho:error", val := 0 } } } MTC@6aa4ca6fe73c: retrieved rate counters: "bsc": { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } MTC@6aa4ca6fe73c: initial bsc rate counters: { { { name := "assignment:attempted", val := 0 }, { name := "assignment:completed", val := 0 }, { name := "assignment:stopped", val := 0 }, { name := "assignment:no_channel", val := 0 }, { name := "assignment:timeout", val := 0 }, { name := "assignment:failed", val := 0 }, { name := "assignment:error", val := 0 }, { name := "handover:attempted", val := 0 }, { name := "handover:completed", val := 0 }, { name := "handover:stopped", val := 0 }, { name := "handover:no_channel", val := 0 }, { name := "handover:timeout", val := 0 }, { name := "handover:failed", val := 0 }, { name := "handover:error", val := 0 }, { name := "intra_cell_ho:attempted", val := 0 }, { name := "intra_cell_ho:completed", val := 0 }, { name := "intra_cell_ho:stopped", val := 0 }, { name := "intra_cell_ho:no_channel", val := 0 }, { name := "intra_cell_ho:timeout", val := 0 }, { name := "intra_cell_ho:failed", val := 0 }, { name := "intra_cell_ho:error", val := 0 }, { name := "intra_bsc_ho:attempted", val := 0 }, { name := "intra_bsc_ho:completed", val := 0 }, { name := "intra_bsc_ho:stopped", val := 0 }, { name := "intra_bsc_ho:no_channel", val := 0 }, { name := "intra_bsc_ho:timeout", val := 0 }, { name := "intra_bsc_ho:failed", val := 0 }, { name := "intra_bsc_ho:error", val := 0 }, { name := "interbsc_ho_out:attempted", val := 0 }, { name := "interbsc_ho_out:completed", val := 0 }, { name := "interbsc_ho_out:stopped", val := 0 }, { name := "interbsc_ho_out:timeout", val := 0 }, { name := "interbsc_ho_out:failed", val := 0 }, { name := "interbsc_ho_out:error", val := 0 }, { name := "interbsc_ho_in:attempted", val := 0 }, { name := "interbsc_ho_in:completed", val := 0 }, { name := "interbsc_ho_in:stopped", val := 0 }, { name := "interbsc_ho_in:no_channel", val := 0 }, { name := "interbsc_ho_in:timeout", val := 0 }, { name := "interbsc_ho_in:failed", val := 0 }, { name := "interbsc_ho_in:error", val := 0 } } } TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: "TC_ho_out_of_this_bsc": using IMSI '001010899350479'H VirtMSC-RAN(3233)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108099534097'O, n_connectPointCode := omit VirtMSC-RAN(3233)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108099534097'O to be handled at TC_ho_out_of_this_bsc(3242) VirtMSC-SCCP(3232)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3233)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3233)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108099534097'O handled at TC_ho_out_of_this_bsc(3242) VirtMSC-RAN(3233)@6aa4ca6fe73c: Added conn table entry 0TC_ho_out_of_this_bsc(3242)15539115 VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3241)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3239)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_out_of_this_bsc(3242) VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3232)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3239)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "557", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "135" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_out_of_this_bsc(3242) TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3241)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '24A032FF'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '085B9D2A'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: "TC_ho_out_of_this_bsc": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: "TC_ho_out_of_this_bsc": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { handoverCommand := { messageType := '00101011'B, cellDescription := { bcc := '001'B, ncc := '010'B, BCCHArfcn_HighPart := '11'B, BCCHArfcn_LowPart := '04'O }, channelDescription2 := { timeslotNumber := '110'B, channelTypeandTDMAOffset := '00001'B, octet3 := '00'O, octet4 := '09'O ("\t") }, handoverReference := { handoverReferenceValue := '00'O }, powerCommandAndAccesstype := { powerlevel := '00000'B, fPC_EP := '0'B, ePC_Mode := '0'B, aTC := '0'B }, synchronizationIndication := omit, frequencyShortListAfterTime := omit, frequencyListAfterTime := omit, cellChannelDescription := omit, multislotAllocation := omit, modeOfChannelSet1 := omit, modeOfChannelSet2 := omit, modeOfChannelSet3 := omit, modeOfChannelSet4 := omit, modeOfChannelSet5 := omit, modeOfChannelSet6 := omit, modeOfChannelSet7 := omit, modeOfChannelSet8 := omit, descrOf2ndCh_at := omit, modeOf2ndChannel := omit, frequencyChannelSequence_at := omit, mobileAllocation_at := omit, startingTime := omit, timeDifference := omit, timingAdvance := omit, frequencyShortListBeforeTime := omit, frequencyListBeforeTime := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence_bt := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, dynamicARFCN_Mapping := omit, vGCS_Ciphering_Parameters := omit, dedicatedServiceInformation := omit, pLMNIndex := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Remote cell's RR Handover Command passed through as L3 Info, encoded: '062BD1040E00090000'O VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: vl_len:14 VirtMSC-SCCP(3232)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000C131709062BD1040E00090000'O TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: RSL Data Req went out to first BTS: { msg_disc := { msg_group := RSL_MDISC_RLL (1), transparent := true }, msg_type := RSL_MT_DATA_REQ (1), ies := { { iei := RSL_IE_CHAN_NR (1), body := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } } }, { iei := RSL_IE_LINK_IDENT (2), body := { link_id := { c := FACCH_SDCCH (0), na := false, prio := SAPI0_PRIO_NORMAL (0), sapi := 0 } } }, { iei := RSL_IE_L3_INFO (11), body := { l3_info := { len := 9, payload := '062BD1040E00090000'O } } } } } TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Found L3 Info: { l3_info := { len := 9, payload := '062BD1040E00090000'O } } TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Success: the BSC sent out the same RR Handover Command the other BSS forwarded. TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3232)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '00042004010B'O VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3232)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Got first DLCX: { line := { verb := "DLCX", trans_id := "560", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "135" }, { code := "I", val := "24A032FF" } }, sdp := omit } TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Got second DLCX: { line := { verb := "DLCX", trans_id := "561", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "135" }, { code := "I", val := "085B9D2A" } }, sdp := omit } VirtMSC-RAN(3233)@6aa4ca6fe73c: Deleted conn table entry 0TC_ho_out_of_this_bsc(3242)15539115 VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_ho_out_of_this_bsc(3242)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3232)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3234)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3231)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3233)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3238)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3235)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3241)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3236)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3237)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3240)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3239)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3231): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3232): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3233): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3234): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3235): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3236): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3237): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3238): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3239): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3240): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3241): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_ho_out_of_this_bsc(3242): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_ho_out_of_this_bsc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_of_this_bsc pass'. Sun Apr 21 06:58:46 UTC 2024 ====== BSC_Tests.TC_ho_out_of_this_bsc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_ho_out_of_this_bsc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=805398) Waiting for packet dumper to finish... 1 (prev_count=805398, count=1000519) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_ho_out_of_this_bsc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1'. ------ BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1 ------ Sun Apr 21 06:58:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_unbreak_lchan_after_missing_rel_ack_1 started. MTC@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_1": using IMSI '001014779874490'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3246)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3246)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3246)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3244)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3249)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3249)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3249)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3247)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3246)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3249)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3245)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3245)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3248)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3252)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3252)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3252)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3252)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_1() start" VirtMSC-RAN(3245)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107497784409'O, n_connectPointCode := omit VirtMSC-RAN(3245)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107497784409'O to be handled at TC_unbreak_lchan_after_missing_rel_ack_1(3254) VirtMSC-SCCP(3244)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3245)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3245)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107497784409'O handled at TC_unbreak_lchan_after_missing_rel_ack_1(3254) VirtMSC-RAN(3245)@6aa4ca6fe73c: Added conn table entry 0TC_unbreak_lchan_after_missing_rel_ack_1(3254)10853329 VirtMSC-SCCP(3244)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3253)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3251)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_unbreak_lchan_after_missing_rel_ack_1(3254) VirtMSC-SCCP(3244)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3244)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3251)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "562", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "136" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_unbreak_lchan_after_missing_rel_ack_1(3254) TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3253)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3244)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3244)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3244)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7C714844'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '268D2D4B'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_1": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_1": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3244)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3244)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3244)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3244)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3244)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3245)@6aa4ca6fe73c: Deleted conn table entry 0TC_unbreak_lchan_after_missing_rel_ack_1(3254)10853329 VirtMSC-SCCP(3244)@6aa4ca6fe73c: Session index based on connection ID:0 TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: "Got RSL RR Release" TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(3244)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_unbreak_lchan_after_missing_rel_ack_1(3254)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3244)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3246)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3243)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3245)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3250)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-BSSAP_LE(3248)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3247)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3253)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3249)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3251)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3252)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3243): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3244): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3245): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3246): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3247): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3248): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3249): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3250): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3251): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3252): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3253): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_unbreak_lchan_after_missing_rel_ack_1(3254): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_unbreak_lchan_after_missing_rel_ack_1 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1 pass'. Sun Apr 21 06:59:10 UTC 2024 ====== BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=397429) Waiting for packet dumper to finish... 1 (prev_count=397429, count=584046) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2'. ------ BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2 ------ Sun Apr 21 06:59:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_unbreak_lchan_after_missing_rel_ack_2 started. MTC@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_2": using IMSI '001011687970103'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(3258)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3258)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3258)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(3256)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3261)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3261)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3261)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3259)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3258)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3261)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3257)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3257)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3260)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3264)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3264)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3264)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3264)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_2() start" VirtMSC-RAN(3257)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106178791030'O, n_connectPointCode := omit VirtMSC-RAN(3257)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106178791030'O to be handled at TC_unbreak_lchan_after_missing_rel_ack_2(3266) VirtMSC-SCCP(3256)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3257)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3257)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106178791030'O handled at TC_unbreak_lchan_after_missing_rel_ack_2(3266) VirtMSC-RAN(3257)@6aa4ca6fe73c: Added conn table entry 0TC_unbreak_lchan_after_missing_rel_ack_2(3266)14536337 VirtMSC-SCCP(3256)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3265)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3263)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_unbreak_lchan_after_missing_rel_ack_2(3266) VirtMSC-SCCP(3256)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: vl_len:19 VirtMSC-SCCP(3256)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0011010B030108017C060102030409267D0180'O VirtMGW-MGCP-0(3263)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "567", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "137" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_unbreak_lchan_after_missing_rel_ack_2(3266) TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3265)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3256)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3256)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3256)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '36BE2BDA'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '009464F3'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_2": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: "TC_unbreak_lchan_after_missing_rel_ack_2": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: "MSC instructs BSC to clear channel" VirtMSC-SCCP(3256)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3256)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3256)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3256)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3256)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: "Got BSSMAP Clear Complete" VirtMSC-RAN(3257)@6aa4ca6fe73c: Deleted conn table entry 0TC_unbreak_lchan_after_missing_rel_ack_2(3266)14536337 VirtMSC-SCCP(3256)@6aa4ca6fe73c: Session index based on connection ID:0 TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: "Got RSL RR Release" TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: "Got RSL Deact SACCH" VirtMSC-SCCP(3256)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3256)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: "Got RSL RF Chan Rel, sending Rel Ack" TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed TC_unbreak_lchan_after_missing_rel_ack_2(3266)@6aa4ca6fe73c: Final verdict of PTC: pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-RAN(3257)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3256)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3258)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3255)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3262)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3259)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3260)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3265)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3261)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3263)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3264)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3255): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3256): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3257): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3258): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3259): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3260): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3261): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3262): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3263): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3264): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3265): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_unbreak_lchan_after_missing_rel_ack_2(3266): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_unbreak_lchan_after_missing_rel_ack_2 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2 pass'. Sun Apr 21 06:59:34 UTC 2024 ====== BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=397541) Waiting for packet dumper to finish... 1 (prev_count=397541, count=585160) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2 pass' was executed successfully (exit status: 0). MC@6aa4ca6fe73c: Test execution finished. MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_only'. ------ BSC_Tests_LCLS.TC_lcls_gcr_only ------ Sun Apr 21 06:59:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_only' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_only started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_only": using IMSI '001010159527136'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3270)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3270)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3270)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3268)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3273)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3273)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3273)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3271)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3270)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3273)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3269)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3269)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3272)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3276)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3276)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3276)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3276)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_only() start" VirtMSC-RAN(3269)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910101095251763'O, n_connectPointCode := omit VirtMSC-RAN(3269)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910101095251763'O to be handled at TC_lcls_gcr_only-A(3278) VirtMSC-SCCP(3268)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3268)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3269)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3269)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910101095251763'O handled at TC_lcls_gcr_only-A(3278) VirtMSC-RAN(3269)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_only-A(3278)3009957 VirtMSC-SCCP(3268)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3268)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3277)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3275)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_only-A(3278) VirtMSC-SCCP(3268)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3268)@6aa4ca6fe73c: vl_len:34 VirtMSC-SCCP(3268)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3268)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0020010B030108017C060102030409267D0180890D0301020302040505060708090A'O VirtMGW-MGCP-0(3275)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "572", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "138" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_only-A(3278) TC_lcls_gcr_only-A(3278)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3277)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3268)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3268)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3268)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3268)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_only-A(3278)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_only-A(3278)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '0EDFD170'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7BF4A9D0'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_only-A(3278)@6aa4ca6fe73c: "TC_lcls_gcr_only": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_only-A(3278)@6aa4ca6fe73c: "TC_lcls_gcr_only": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3269)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3269)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_only-B(3279) VirtMSC-SCCP(3268)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3268)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3269)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3269)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_only-B(3279) VirtMSC-RAN(3269)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_only-B(3279)7586242 VirtMSC-SCCP(3268)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3268)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3277)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3275)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_only-B(3279) VirtMSC-SCCP(3268)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3268)@6aa4ca6fe73c: vl_len:34 VirtMSC-SCCP(3268)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3268)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0020010B030108017C060102030409267D0180890D0301020302040505060708090A'O VirtMGW-MGCP-0(3275)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "575", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "139" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_only-B(3279) TC_lcls_gcr_only-B(3279)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3277)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3277)@6aa4ca6fe73c: Storing an RSL message in the waiting queue IPA-BTS0-TRX0-RSL-RSL(3277)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3268)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3268)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3268)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3268)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_only-B(3279)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_only-B(3279)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '03F6DC46'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '1BC88AEE'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_only-B(3279)@6aa4ca6fe73c: "TC_lcls_gcr_only": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_only-B(3279)@6aa4ca6fe73c: "TC_lcls_gcr_only": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_gcr_only-A(3278)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_only-B(3279)@6aa4ca6fe73c: Final verdict of PTC: pass VirtSMLC-SCCP(3271)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3275)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3277)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3276)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3272)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3270)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3268)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3273)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3274)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3267)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3269)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3267): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3268): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3269): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3270): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3271): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3272): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3273): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3274): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3275): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3276): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3277): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_only-A(3278): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_only-B(3279): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_only finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_only pass'. Sun Apr 21 06:59:52 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_only pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_only.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=450400) Waiting for packet dumper to finish... 1 (prev_count=450400, count=648280) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_only pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect'. ------ BSC_Tests_LCLS.TC_lcls_gcr_bway_connect ------ Sun Apr 21 06:59:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_connect started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect": using IMSI '001013436164485'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3283)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3283)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3283)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3281)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT VirtSMLC-M3UA(3286)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3286)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3286)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3284)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3283)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3286)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3282)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3282)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3285)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3289)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3289)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3289)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3289)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect() start" VirtMSC-RAN(3282)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104363614458'O, n_connectPointCode := omit VirtMSC-RAN(3282)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104363614458'O to be handled at TC_lcls_gcr_bway_connect-A(3291) VirtMSC-SCCP(3281)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3282)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3282)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104363614458'O handled at TC_lcls_gcr_bway_connect-A(3291) VirtMSC-RAN(3282)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_bway_connect-A(3291)12135437 VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3290)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3288)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_connect-A(3291) VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3281)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O TC_lcls_gcr_bway_connect-A(3291)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3290)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMGW-MGCP-0(3288)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "582", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "13a" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_connect-A(3291) VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_connect-A(3291)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_connect-A(3291)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '78070A93'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '642E5624'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_bway_connect-A(3291)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_connect-A(3291)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3282)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3282)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_bway_connect-B(3292) VirtMSC-SCCP(3281)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3281)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3282)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3282)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_bway_connect-B(3292) VirtMSC-RAN(3282)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_bway_connect-B(3292)11177834 VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3281)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3290)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3288)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_connect-B(3292) VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3281)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3281)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3288)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "585", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "13b" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_connect-B(3292) TC_lcls_gcr_bway_connect-B(3292)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3290)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3281)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3281)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_connect-B(3292)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_connect-B(3292)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '36D3C419'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '6CA2D1C5'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "127.0.0.5", port_nr := 11002 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_bway_connect-B(3292)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_connect-B(3292)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_connect-A(3291)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_bway_connect-B(3292)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(3281)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3284)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3283)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3282)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3280)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3290)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3285)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3286)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3288)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3287)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3289)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3280): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3281): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3282): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3283): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3284): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3285): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3286): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3287): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3288): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3289): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3290): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_connect-A(3291): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_connect-B(3292): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_connect finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect pass'. Sun Apr 21 07:00:07 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_bway_connect pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_bway_connect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=474215) Waiting for packet dumper to finish... 1 (prev_count=474215, count=660832) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr'. ------ BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr ------ Sun Apr 21 07:00:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_connect_hr started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect_hr": using IMSI '001017092190896'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(3296)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3296)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3296)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(3294)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3299)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3299)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3299)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3297)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3296)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3299)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3295)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3295)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3298)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3302)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3302)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3302)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3302)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect_hr() start" VirtMSC-RAN(3295)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910100729918069'O, n_connectPointCode := omit VirtMSC-RAN(3295)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910100729918069'O to be handled at TC_lcls_gcr_bway_connect_hr-A(3304) VirtMSC-SCCP(3294)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3295)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3295)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910100729918069'O handled at TC_lcls_gcr_bway_connect_hr-A(3304) VirtMSC-RAN(3295)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_bway_connect_hr-A(3304)16364212 VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3303)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3301)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_connect_hr-A(3304) VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3294)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030109057C060102030409267D0181890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3301)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "594", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "13c" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_connect_hr-A(3304) TC_lcls_gcr_bway_connect_hr-A(3304)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3303)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_connect_hr-A(3304)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_connect_hr-A(3304)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '31E36371'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '00092D74'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_bway_connect_hr-A(3304)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_connect_hr-A(3304)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3295)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3295)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_bway_connect_hr-B(3305) VirtMSC-SCCP(3294)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3294)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3295)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3295)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_bway_connect_hr-B(3305) VirtMSC-RAN(3295)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_bway_connect_hr-B(3305)10095222 VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3294)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3303)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3301)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_connect_hr-B(3305) VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3294)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3294)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030109057C060102030409267D0181890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3301)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "597", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "13d" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_connect_hr-B(3305) IPA-BTS0-TRX0-RSL-RSL(3303)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { lm := { tag := '0001'B, sub_chan := 1 } }, tn := 5 } IPA-BTS0-TRX0-RSL-RSL(3303)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_gcr_bway_connect_hr-B(3305)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00011'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3303)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3294)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3294)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_connect_hr-B(3305)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_connect_hr-B(3305)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7E27B33D'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '4056E286'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "127.0.0.5", port_nr := 11002 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_bway_connect_hr-B(3305)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_connect_hr-B(3305)@6aa4ca6fe73c: "TC_lcls_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_connect_hr-A(3304)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_bway_connect_hr-B(3305)@6aa4ca6fe73c: Final verdict of PTC: pass IPA-BTS0-TRX0-RSL-RSL(3303)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3300)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3295)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3294)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3293)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3297)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3296)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3298)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3299)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3302)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3301)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3293): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3294): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3295): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3296): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3297): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3298): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3299): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3300): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3301): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3302): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3303): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_connect_hr-A(3304): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_connect_hr-B(3305): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_connect_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr pass'. Sun Apr 21 07:00:21 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=484702) Waiting for packet dumper to finish... 1 (prev_count=484702, count=672321) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch'. ------ BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch ------ Sun Apr 21 07:00:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_codec_mismatch started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_codec_mismatch": using IMSI '001018709002668'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT VirtMSC-M3UA(3309)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3309)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3309)@6aa4ca6fe73c: ************************************************* MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-SCCP(3307)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3312)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3312)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3312)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3310)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3309)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3312)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3308)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3308)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3311)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3315)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3315)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3315)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3315)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_codec_mismatch() start" VirtMSC-RAN(3308)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107890006286'O, n_connectPointCode := omit VirtMSC-RAN(3308)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107890006286'O to be handled at TC_lcls_gcr_bway_codec_mismatch-A(3317) VirtMSC-SCCP(3307)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3307)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3308)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3308)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107890006286'O handled at TC_lcls_gcr_bway_codec_mismatch-A(3317) VirtMSC-RAN(3308)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_bway_codec_mismatch-A(3317)10663935 VirtMSC-SCCP(3307)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3307)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3316)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3314)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_codec_mismatch-A(3317) VirtMSC-SCCP(3307)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3307)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3307)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3307)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030109057C060102030409267D0181890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3314)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "606", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "13e" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_codec_mismatch-A(3317) TC_lcls_gcr_bway_codec_mismatch-A(3317)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3316)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3307)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_codec_mismatch-A(3317)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_codec_mismatch-A(3317)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '787F589B'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '0CE2BF8D'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_bway_codec_mismatch-A(3317)@6aa4ca6fe73c: "TC_lcls_gcr_bway_codec_mismatch": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_codec_mismatch-A(3317)@6aa4ca6fe73c: "TC_lcls_gcr_bway_codec_mismatch": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3308)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3308)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_bway_codec_mismatch-B(3318) VirtMSC-SCCP(3307)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3307)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3308)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3308)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_bway_codec_mismatch-B(3318) VirtMSC-RAN(3308)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_bway_codec_mismatch-B(3318)11969718 VirtMSC-SCCP(3307)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3307)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3316)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3314)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_codec_mismatch-B(3318) VirtMSC-SCCP(3307)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3307)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3307)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3307)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3314)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "609", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "13f" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_codec_mismatch-B(3318) IPA-BTS0-TRX0-RSL-RSL(3316)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } IPA-BTS0-TRX0-RSL-RSL(3316)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_gcr_bway_codec_mismatch-B(3318)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3316)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3307)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3307)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3307)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_codec_mismatch-B(3318)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_codec_mismatch-B(3318)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7E74A747'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '2993C6C8'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_bway_codec_mismatch-B(3318)@6aa4ca6fe73c: "TC_lcls_gcr_bway_codec_mismatch": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_codec_mismatch-B(3318)@6aa4ca6fe73c: "TC_lcls_gcr_bway_codec_mismatch": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_gcr_bway_codec_mismatch-A(3317)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_bway_codec_mismatch-B(3318)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(3307)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3311)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3316)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3306)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3308)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3309)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3310)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3312)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3314)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3315)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3313)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3306): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3307): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3308): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3309): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3310): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3311): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3312): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3313): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3314): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3315): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3316): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_codec_mismatch-A(3317): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_codec_mismatch-B(3318): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_codec_mismatch finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch pass'. Sun Apr 21 07:00:36 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=458405) Waiting for packet dumper to finish... 1 (prev_count=458405, count=646438) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect'. ------ BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect ------ Sun Apr 21 07:00:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_nomatch_bway_connect started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_nomatch_bway_connect": using IMSI '001013474180984'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3322)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3322)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3322)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3320)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3325)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3325)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3325)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3323)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3322)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3325)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3321)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3321)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3324)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3328)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3328)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3328)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3328)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_nomatch_bway_connect() start" VirtMSC-RAN(3321)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910104347819048'O, n_connectPointCode := omit VirtMSC-RAN(3321)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910104347819048'O to be handled at TC_lcls_gcr_nomatch_bway_connect-A(3330) VirtMSC-SCCP(3320)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3320)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3321)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3321)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910104347819048'O handled at TC_lcls_gcr_nomatch_bway_connect-A(3330) VirtMSC-RAN(3321)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_nomatch_bway_connect-A(3330)205458 VirtMSC-SCCP(3320)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3320)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3329)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3327)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_nomatch_bway_connect-A(3330) VirtMSC-SCCP(3320)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3320)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3320)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3320)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3327)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "616", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "140" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_nomatch_bway_connect-A(3330) TC_lcls_gcr_nomatch_bway_connect-A(3330)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3329)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3320)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3320)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3320)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3320)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_nomatch_bway_connect-A(3330)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_nomatch_bway_connect-A(3330)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1FD4D9CE'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '1475ADD7'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_nomatch_bway_connect-A(3330)@6aa4ca6fe73c: "TC_lcls_gcr_nomatch_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_nomatch_bway_connect-A(3330)@6aa4ca6fe73c: "TC_lcls_gcr_nomatch_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3321)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3321)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_nomatch_bway_connect-B(3331) VirtMSC-SCCP(3320)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3320)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3321)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3321)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_nomatch_bway_connect-B(3331) VirtMSC-RAN(3321)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_nomatch_bway_connect-B(3331)3252807 VirtMSC-SCCP(3320)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3320)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3329)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3327)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_nomatch_bway_connect-B(3331) VirtMSC-SCCP(3320)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3320)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3320)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3320)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090B8A008B00'O VirtMGW-MGCP-0(3327)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "619", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "141" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_nomatch_bway_connect-B(3331) IPA-BTS0-TRX0-RSL-RSL(3329)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3329)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_gcr_nomatch_bway_connect-B(3331)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3329)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3320)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3320)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3320)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3320)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_nomatch_bway_connect-B(3331)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_nomatch_bway_connect-B(3331)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '02084144'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '4814BF14'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_nomatch_bway_connect-B(3331)@6aa4ca6fe73c: "TC_lcls_gcr_nomatch_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_nomatch_bway_connect-B(3331)@6aa4ca6fe73c: "TC_lcls_gcr_nomatch_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_gcr_nomatch_bway_connect-A(3330)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_nomatch_bway_connect-B(3331)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-RAN(3321)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3320)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3325)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3322)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3324)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3329)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3319)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3323)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3327)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3326)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3328)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3319): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3320): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3321): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3322): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3323): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3324): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3325): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3326): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3327): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3328): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3329): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_nomatch_bway_connect-A(3330): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_nomatch_bway_connect-B(3331): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_nomatch_bway_connect finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect pass'. Sun Apr 21 07:00:54 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=456841) Waiting for packet dumper to finish... 1 (prev_count=456841, count=651962) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect'. ------ BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect ------ Sun Apr 21 07:01:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_dont_connect started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect": using IMSI '001017808305484'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3335)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3335)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3335)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3333)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3338)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3338)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3338)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3336)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3335)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3338)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3334)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3334)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3337)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3341)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3341)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3341)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3341)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect() start" VirtMSC-RAN(3334)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108780034548'O, n_connectPointCode := omit VirtMSC-RAN(3334)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108780034548'O to be handled at TC_lcls_gcr_bway_dont_connect-A(3343) VirtMSC-SCCP(3333)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3333)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3334)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3334)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108780034548'O handled at TC_lcls_gcr_bway_dont_connect-A(3343) VirtMSC-RAN(3334)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_bway_dont_connect-A(3343)5921403 VirtMSC-SCCP(3333)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3333)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3342)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3340)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_dont_connect-A(3343) VirtMSC-SCCP(3333)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3333)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3333)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3333)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B01'O VirtMGW-MGCP-0(3340)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "626", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "142" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_dont_connect-A(3343) TC_lcls_gcr_bway_dont_connect-A(3343)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3342)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3333)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_dont_connect-A(3343)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_dont_connect-A(3343)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '02B985F6'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '075EEADF'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_bway_dont_connect-A(3343)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_dont_connect-A(3343)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3334)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3334)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_bway_dont_connect-B(3344) VirtMSC-SCCP(3333)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3333)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3334)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3334)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_bway_dont_connect-B(3344) VirtMSC-RAN(3334)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_bway_dont_connect-B(3344)6750662 VirtMSC-SCCP(3333)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3333)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3342)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3340)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_dont_connect-B(3344) VirtMSC-SCCP(3333)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3333)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3333)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3333)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B01'O VirtMGW-MGCP-0(3340)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "629", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "143" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_dont_connect-B(3344) IPA-BTS0-TRX0-RSL-RSL(3342)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3342)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_gcr_bway_dont_connect-B(3344)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3342)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3333)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3333)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3333)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_dont_connect-B(3344)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_dont_connect-B(3344)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1EFCD4D4'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '418AF364'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_bway_dont_connect-B(3344)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_dont_connect-B(3344)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_gcr_bway_dont_connect-A(3343)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_bway_dont_connect-B(3344)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(3333)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3342)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3336)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3337)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3338)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3332)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3341)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3340)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3339)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3335)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3334)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3332): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3333): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3334): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3335): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3336): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3337): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3338): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3339): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3340): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3341): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3342): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_dont_connect-A(3343): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_dont_connect-B(3344): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_dont_connect finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect pass'. Sun Apr 21 07:01:12 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=470162) Waiting for packet dumper to finish... 1 (prev_count=470162, count=667522) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg'. ------ BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg ------ Sun Apr 21 07:01:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_unsuppported_cfg started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_cfg": using IMSI '001015716308843'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3348)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3348)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3348)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3346)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3351)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3351)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3351)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3349)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3348)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3351)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3347)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3347)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3350)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3354)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3354)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3354)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3354)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_cfg() start" VirtMSC-RAN(3347)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107561038834'O, n_connectPointCode := omit VirtMSC-RAN(3347)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107561038834'O to be handled at TC_lcls_gcr_unsuppported_cfg-A(3356) VirtMSC-SCCP(3346)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3346)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3347)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3347)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107561038834'O handled at TC_lcls_gcr_unsuppported_cfg-A(3356) VirtMSC-RAN(3347)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_unsuppported_cfg-A(3356)9405200 VirtMSC-SCCP(3346)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3346)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3355)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3353)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_unsuppported_cfg-A(3356) VirtMSC-SCCP(3346)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3346)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3346)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3346)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A028B00'O VirtMGW-MGCP-0(3353)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "636", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "144" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_unsuppported_cfg-A(3356) TC_lcls_gcr_unsuppported_cfg-A(3356)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3355)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3346)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3346)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3346)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3346)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_unsuppported_cfg-A(3356)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_unsuppported_cfg-A(3356)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1695D752'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3616370A'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_unsuppported_cfg-A(3356)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_cfg": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_unsuppported_cfg-A(3356)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_cfg": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3347)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3347)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_unsuppported_cfg-B(3357) VirtMSC-SCCP(3346)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3346)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3347)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3347)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_unsuppported_cfg-B(3357) VirtMSC-RAN(3347)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_unsuppported_cfg-B(3357)2096372 VirtMSC-SCCP(3346)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3346)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3355)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3353)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_unsuppported_cfg-B(3357) VirtMSC-SCCP(3346)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3346)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3346)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3346)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A028B00'O VirtMGW-MGCP-0(3353)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "639", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "145" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_unsuppported_cfg-B(3357) IPA-BTS0-TRX0-RSL-RSL(3355)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3355)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_gcr_unsuppported_cfg-B(3357)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3355)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3346)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3346)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3346)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3346)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_unsuppported_cfg-B(3357)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_unsuppported_cfg-B(3357)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '46BAC606'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '0A3591AF'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_unsuppported_cfg-B(3357)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_cfg": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_unsuppported_cfg-B(3357)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_cfg": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_gcr_unsuppported_cfg-A(3356)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_unsuppported_cfg-B(3357)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-RAN(3347)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3346)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3350)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3349)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3348)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3355)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3345)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3351)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3353)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3354)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3352)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3345): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3346): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3347): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3348): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3349): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3350): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3351): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3352): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3353): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3354): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3355): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_unsuppported_cfg-A(3356): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_unsuppported_cfg-B(3357): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_unsuppported_cfg finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg pass'. Sun Apr 21 07:01:30 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=457367) Waiting for packet dumper to finish... 1 (prev_count=457367, count=653490) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc'. ------ BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc ------ Sun Apr 21 07:01:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_unsuppported_csc started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_csc": using IMSI '001015676521946'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3361)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3361)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3361)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3359)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3364)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3364)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3364)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3362)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3361)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3364)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3360)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3360)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3363)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3367)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3367)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3367)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3367)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_csc() start" VirtMSC-RAN(3360)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106567259164'O, n_connectPointCode := omit VirtMSC-RAN(3360)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106567259164'O to be handled at TC_lcls_gcr_unsuppported_csc-A(3369) VirtMSC-SCCP(3359)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3359)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3360)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3360)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106567259164'O handled at TC_lcls_gcr_unsuppported_csc-A(3369) VirtMSC-RAN(3360)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_unsuppported_csc-A(3369)6560165 VirtMSC-SCCP(3359)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3359)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3368)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3366)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_unsuppported_csc-A(3369) VirtMSC-SCCP(3359)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3359)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3359)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3359)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B04'O VirtMGW-MGCP-0(3366)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "646", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "146" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_unsuppported_csc-A(3369) TC_lcls_gcr_unsuppported_csc-A(3369)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3368)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3359)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_unsuppported_csc-A(3369)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_unsuppported_csc-A(3369)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1BDAAA43'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3E148DA7'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_unsuppported_csc-A(3369)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_csc": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_unsuppported_csc-A(3369)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_csc": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3360)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3360)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_unsuppported_csc-B(3370) VirtMSC-SCCP(3359)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3359)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3360)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3360)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_unsuppported_csc-B(3370) VirtMSC-RAN(3360)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_unsuppported_csc-B(3370)6540738 VirtMSC-SCCP(3359)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3359)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3368)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3366)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_unsuppported_csc-B(3370) VirtMSC-SCCP(3359)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3359)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3359)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3359)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B04'O VirtMGW-MGCP-0(3366)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "649", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "147" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_unsuppported_csc-B(3370) IPA-BTS0-TRX0-RSL-RSL(3368)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3368)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_gcr_unsuppported_csc-B(3370)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3368)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3359)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3359)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3359)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_unsuppported_csc-B(3370)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_unsuppported_csc-B(3370)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '0A088F5D'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '236C75B9'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_unsuppported_csc-B(3370)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_csc": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_unsuppported_csc-B(3370)@6aa4ca6fe73c: "TC_lcls_gcr_unsuppported_csc": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_gcr_unsuppported_csc-A(3369)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_unsuppported_csc-B(3370)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-RAN(3360)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3359)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3364)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3358)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3368)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3363)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3361)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3362)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3366)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3365)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3367)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3358): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3359): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3360): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3361): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3362): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3363): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3364): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3365): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3366): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3367): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3368): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_unsuppported_csc-A(3369): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_unsuppported_csc-B(3370): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_unsuppported_csc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc pass'. Sun Apr 21 07:01:45 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=463424) Waiting for packet dumper to finish... 1 (prev_count=463424, count=650841) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc'. ------ BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc ------ Sun Apr 21 07:01:50 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_dont_connect_csc started. MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect_csc": using IMSI '001015844740956'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3374)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3374)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3374)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3372)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3377)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3377)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3377)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3375)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3374)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3377)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3373)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3373)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3376)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3380)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3380)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3380)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3380)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect_csc() start" VirtMSC-RAN(3373)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910108544479065'O, n_connectPointCode := omit VirtMSC-RAN(3373)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910108544479065'O to be handled at TC_lcls_gcr_bway_dont_connect_csc-A(3382) VirtMSC-SCCP(3372)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3373)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3373)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910108544479065'O handled at TC_lcls_gcr_bway_dont_connect_csc-A(3382) VirtMSC-RAN(3373)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_gcr_bway_dont_connect_csc-A(3382)14682509 VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3381)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3379)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_dont_connect_csc-A(3382) VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B01'O VirtMGW-MGCP-0(3379)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "656", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "148" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_dont_connect_csc-A(3382) TC_lcls_gcr_bway_dont_connect_csc-A(3382)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3381)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_dont_connect_csc-A(3382)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_dont_connect_csc-A(3382)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '3302D98F'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '36BEF903'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_gcr_bway_dont_connect_csc-A(3382)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect_csc": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_dont_connect_csc-A(3382)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect_csc": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3373)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3373)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_gcr_bway_dont_connect_csc-B(3383) VirtMSC-SCCP(3372)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3372)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3373)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3373)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_gcr_bway_dont_connect_csc-B(3383) VirtMSC-RAN(3373)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_gcr_bway_dont_connect_csc-B(3383)2745478 VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3372)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3381)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3379)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_gcr_bway_dont_connect_csc-B(3383) VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B01'O VirtMGW-MGCP-0(3379)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "659", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "149" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_gcr_bway_dont_connect_csc-B(3383) IPA-BTS0-TRX0-RSL-RSL(3381)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3381)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_gcr_bway_dont_connect_csc-B(3383)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3381)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_dont_connect_csc-B(3383)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_gcr_bway_dont_connect_csc-B(3383)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '7CAF3C43'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '7B392ADD'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_gcr_bway_dont_connect_csc-B(3383)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect_csc": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_gcr_bway_dont_connect_csc-B(3383)@6aa4ca6fe73c: "TC_lcls_gcr_bway_dont_connect_csc": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_len:5 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0003748B00'O VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_len:5 VirtMSC-SCCP(3372)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0003748B00'O VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3372)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3372)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_gcr_bway_dont_connect_csc-A(3382)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_gcr_bway_dont_connect_csc-B(3383)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(3372)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3376)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3374)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3371)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3375)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3373)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3381)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3377)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3379)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3378)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3380)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3371): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3372): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3373): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3374): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3375): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3376): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3377): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3378): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3379): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3380): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3381): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_dont_connect_csc-A(3382): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_gcr_bway_dont_connect_csc-B(3383): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_gcr_bway_dont_connect_csc finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc pass'. Sun Apr 21 07:02:07 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=509756) Waiting for packet dumper to finish... 1 (prev_count=509756, count=697997) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_connect_break'. ------ BSC_Tests_LCLS.TC_lcls_connect_break ------ Sun Apr 21 07:02:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_connect_break' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_connect_break started. MTC@6aa4ca6fe73c: "TC_lcls_connect_break": using IMSI '001015775776789'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3387)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3387)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3387)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3385)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3390)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3390)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3390)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3388)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3387)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3390)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3386)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3386)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3389)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3393)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3393)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3393)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3393)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_connect_break() start" VirtMSC-RAN(3386)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910107557777698'O, n_connectPointCode := omit VirtMSC-RAN(3386)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910107557777698'O to be handled at TC_lcls_connect_break-A(3395) VirtMSC-SCCP(3385)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3386)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3386)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910107557777698'O handled at TC_lcls_connect_break-A(3395) VirtMSC-RAN(3386)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_connect_break-A(3395)6022516 VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3394)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3392)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_connect_break-A(3395) VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3392)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "668", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14a" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_connect_break-A(3395) TC_lcls_connect_break-A(3395)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3394)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_connect_break-A(3395)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_connect_break-A(3395)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '02CEA894'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '0BAA28EE'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_connect_break-A(3395)@6aa4ca6fe73c: "TC_lcls_connect_break": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_connect_break-A(3395)@6aa4ca6fe73c: "TC_lcls_connect_break": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3386)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3386)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_connect_break-B(3396) VirtMSC-SCCP(3385)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3385)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3386)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3386)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_connect_break-B(3396) VirtMSC-RAN(3386)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_connect_break-B(3396)15613112 VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3385)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3394)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3392)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_connect_break-B(3396) VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3392)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "671", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14b" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_connect_break-B(3396) IPA-BTS0-TRX0-RSL-RSL(3394)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3394)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_connect_break-B(3396)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3394)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_connect_break-B(3396)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_connect_break-B(3396)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '4BD1EB01'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '312445C4'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "127.0.0.5", port_nr := 11002 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_connect_break-B(3396)@6aa4ca6fe73c: "TC_lcls_connect_break": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_connect_break-B(3396)@6aa4ca6fe73c: "TC_lcls_connect_break": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_len:5 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0003748B02'O VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_len:5 VirtMSC-SCCP(3385)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0003748B02'O VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3385)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3385)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_connect_break-A(3395)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_connect_break-B(3396)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(3385)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3394)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3384)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3387)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3386)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3392)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3390)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3388)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3389)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3391)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3393)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3384): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3385): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3386): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3387): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3388): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3389): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3390): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3391): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3392): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3393): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3394): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_connect_break-A(3395): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_connect_break-B(3396): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_connect_break finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_connect_break pass'. Sun Apr 21 07:02:24 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_connect_break pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_connect_break.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=510358) Waiting for packet dumper to finish... 1 (prev_count=510358, count=700547) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_connect_break pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_connect_clear'. ------ BSC_Tests_LCLS.TC_lcls_connect_clear ------ Sun Apr 21 07:02:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_connect_clear' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_connect_clear started. MTC@6aa4ca6fe73c: "TC_lcls_connect_clear": using IMSI '001013602240469'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3400)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3400)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3400)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3398)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3403)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3403)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3403)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3401)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3400)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3403)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3399)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3399)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3402)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3406)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3406)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3406)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3406)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_connect_clear() start" VirtMSC-RAN(3399)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910106320424096'O, n_connectPointCode := omit VirtMSC-RAN(3399)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910106320424096'O to be handled at TC_lcls_connect_clear-A(3408) VirtMSC-SCCP(3398)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3399)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3399)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910106320424096'O handled at TC_lcls_connect_clear-A(3408) VirtMSC-RAN(3399)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_connect_clear-A(3408)5243026 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3407)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3405)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_connect_clear-A(3408) VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3398)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3405)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "682", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14c" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_connect_clear-A(3408) TC_lcls_connect_clear-A(3408)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3407)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_connect_clear-A(3408)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_connect_clear-A(3408)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '0ED7EA91'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '38208FA7'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_connect_clear-A(3408)@6aa4ca6fe73c: "TC_lcls_connect_clear": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_connect_clear-A(3408)@6aa4ca6fe73c: "TC_lcls_connect_clear": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3399)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3399)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_connect_clear-B(3409) VirtMSC-SCCP(3398)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3399)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3399)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_connect_clear-B(3409) VirtMSC-RAN(3399)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_connect_clear-B(3409)2747966 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3407)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3405)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_connect_clear-B(3409) VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3398)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3398)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3405)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "685", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14d" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_connect_clear-B(3409) TC_lcls_connect_clear-B(3409)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3407)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3407)@6aa4ca6fe73c: Storing an RSL message in the waiting queue IPA-BTS0-TRX0-RSL-RSL(3407)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_connect_clear-B(3409)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_connect_clear-B(3409)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '3EECDCEE'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '05FDC277'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "127.0.0.5", port_nr := 11002 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9004 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_connect_clear-B(3409)@6aa4ca6fe73c: "TC_lcls_connect_clear": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_connect_clear-B(3409)@6aa4ca6fe73c: "TC_lcls_connect_clear": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3398)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040109'O VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-RAN(3399)@6aa4ca6fe73c: Deleted conn table entry 0TC_lcls_connect_clear-A(3408)5243026 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3398)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3398)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3398)@6aa4ca6fe73c: RLC received in state:disconnect_pending TC_lcls_connect_clear-A(3408)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_connect_clear-B(3409)@6aa4ca6fe73c: Final verdict of PTC: pass VirtSMLC-BSSAP_LE(3402)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3403)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3407)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3398)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3399)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3400)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3401)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3405)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3397)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3404)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3406)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3397): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3398): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3399): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3400): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3401): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3402): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3403): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3404): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3405): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3406): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3407): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_connect_clear-A(3408): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_connect_clear-B(3409): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_connect_clear finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_connect_clear pass'. Sun Apr 21 07:02:43 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_connect_clear pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_connect_clear.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=505364) Waiting for packet dumper to finish... 1 (prev_count=505364, count=692394) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_connect_clear pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect'. ------ BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect ------ Sun Apr 21 07:02:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_bts_gcr_bway_connect started. MTC@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect": using IMSI '001017329648981'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3413)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3413)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3413)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3411)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3416)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3416)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3416)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3414)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3413)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3416)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3412)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3412)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3415)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3419)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3419)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3419)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3419)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect() start" VirtMSC-RAN(3412)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910103792469818'O, n_connectPointCode := omit VirtMSC-RAN(3412)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910103792469818'O to be handled at TC_lcls_bts_gcr_bway_connect-A(3421) VirtMSC-SCCP(3411)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3412)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3412)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910103792469818'O handled at TC_lcls_bts_gcr_bway_connect-A(3421) VirtMSC-RAN(3412)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_bts_gcr_bway_connect-A(3421)9447065 VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3420)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3418)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_bts_gcr_bway_connect-A(3421) VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3411)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O TC_lcls_bts_gcr_bway_connect-A(3421)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } VirtMGW-MGCP-0(3418)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "694", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14e" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_bts_gcr_bway_connect-A(3421) IPA-BTS0-TRX0-RSL-RSL(3420)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_bts_gcr_bway_connect-A(3421)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_bts_gcr_bway_connect-A(3421)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '265FB379'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '10C7FDA6'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_bts_gcr_bway_connect-A(3421)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_bts_gcr_bway_connect-A(3421)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3412)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3412)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_bts_gcr_bway_connect-B(3422) VirtMSC-SCCP(3411)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3411)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3412)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3412)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_bts_gcr_bway_connect-B(3422) VirtMSC-RAN(3412)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_bts_gcr_bway_connect-B(3422)10185836 VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3411)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3420)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3418)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_bts_gcr_bway_connect-B(3422) VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3411)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3411)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3418)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "697", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14f" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_bts_gcr_bway_connect-B(3422) IPA-BTS0-TRX0-RSL-RSL(3420)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3420)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_bts_gcr_bway_connect-B(3422)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3420)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3411)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3411)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: LCLS IPA MDCX for lchan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } connection ID 1 host "127.0.0.5":9004 TC_lcls_bts_gcr_bway_connect-B(3422)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_bts_gcr_bway_connect-B(3422)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '1A9DBECC'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '2759D533'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_bts_gcr_bway_connect-B(3422)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_bts_gcr_bway_connect-B(3422)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_bts_gcr_bway_connect-A(3421)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_bts_gcr_bway_connect-B(3422)@6aa4ca6fe73c: Final verdict of PTC: pass VirtMSC-SCCP(3411)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3410)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3417)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3412)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3419)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3413)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3415)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3414)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3416)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3420)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3418)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3410): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3411): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3412): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3413): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3414): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3415): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3416): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3417): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3418): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3419): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3420): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_bts_gcr_bway_connect-A(3421): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_bts_gcr_bway_connect-B(3422): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_bts_gcr_bway_connect finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect pass'. Sun Apr 21 07:02:58 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=465725) Waiting for packet dumper to finish... 1 (prev_count=465725, count=653344) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr'. ------ BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr ------ Sun Apr 21 07:03:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_bts_gcr_bway_connect_hr started. MTC@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect_hr": using IMSI '001014902080873'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3426)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3426)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3426)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3424)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3429)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3429)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3429)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3427)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3426)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3429)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3425)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3425)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3428)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3432)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3432)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3432)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3432)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect_hr() start" VirtMSC-RAN(3425)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910109420808037'O, n_connectPointCode := omit VirtMSC-RAN(3425)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910109420808037'O to be handled at TC_lcls_bts_gcr_bway_connect_hr-A(3434) VirtMSC-SCCP(3424)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3425)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3425)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910109420808037'O handled at TC_lcls_bts_gcr_bway_connect_hr-A(3434) VirtMSC-RAN(3425)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_bts_gcr_bway_connect_hr-A(3434)4573976 VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3433)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3431)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_bts_gcr_bway_connect_hr-A(3434) VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3424)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030109057C060102030409267D0181890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3431)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "704", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "150" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_bts_gcr_bway_connect_hr-A(3434) TC_lcls_bts_gcr_bway_connect_hr-A(3434)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00010'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3433)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_bts_gcr_bway_connect_hr-A(3434)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_bts_gcr_bway_connect_hr-A(3434)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '23F34927'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '70F77FF1'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_bts_gcr_bway_connect_hr-A(3434)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_bts_gcr_bway_connect_hr-A(3434)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3425)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3425)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_bts_gcr_bway_connect_hr-B(3435) VirtMSC-SCCP(3424)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3424)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3425)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3425)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_bts_gcr_bway_connect_hr-B(3435) VirtMSC-RAN(3425)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_bts_gcr_bway_connect_hr-B(3435)13997079 VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3424)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3433)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3431)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_bts_gcr_bway_connect_hr-B(3435) VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3424)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3424)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030109057C060102030409267D0181890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3431)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "707", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "151" }, { code := "L", val := "p:20, a:GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_bts_gcr_bway_connect_hr-B(3435) IPA-BTS0-TRX0-RSL-RSL(3433)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { lm := { tag := '0001'B, sub_chan := 1 } }, tn := 5 } IPA-BTS0-TRX0-RSL-RSL(3433)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_bts_gcr_bway_connect_hr-B(3435)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '101'B, channelTypeandTDMAOffset := '00011'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3433)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3424)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3424)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: LCLS IPA MDCX for lchan { u := { lm := { tag := '0001'B, sub_chan := 0 } }, tn := 5 } connection ID 1 host "127.0.0.5":9004 TC_lcls_bts_gcr_bway_connect_hr-B(3435)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_bts_gcr_bway_connect_hr-B(3435)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '01644465'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '3E0746EB'H, mime_type := "GSM-HR-08", sample_rate := 8000, ptime := 20, rtp_pt := 111, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 96, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_bts_gcr_bway_connect_hr-B(3435)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_bts_gcr_bway_connect_hr-B(3435)@6aa4ca6fe73c: "TC_lcls_bts_gcr_bway_connect_hr": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 TC_lcls_bts_gcr_bway_connect_hr-A(3434)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_bts_gcr_bway_connect_hr-B(3435)@6aa4ca6fe73c: Final verdict of PTC: pass VirtSMLC-BSSAP_LE(3428)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3427)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3426)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3424)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3425)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3423)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3433)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3429)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3431)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3432)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3430)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3423): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3424): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3425): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3426): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3427): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3428): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3429): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3430): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3431): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3432): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3433): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_bts_gcr_bway_connect_hr-A(3434): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_bts_gcr_bway_connect_hr-B(3435): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_bts_gcr_bway_connect_hr finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr pass'. Sun Apr 21 07:03:13 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=467811) Waiting for packet dumper to finish... 1 (prev_count=467811, count=654841) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_bts_connect_break'. ------ BSC_Tests_LCLS.TC_lcls_bts_connect_break ------ Sun Apr 21 07:03:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_LCLS.TC_lcls_bts_connect_break' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_lcls_bts_connect_break started. MTC@6aa4ca6fe73c: "TC_lcls_bts_connect_break": using IMSI '001016551946494'H MTC@6aa4ca6fe73c: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting RAN_Emulation VirtMSC-M3UA(3439)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3439)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3439)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3437)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 MTC@6aa4ca6fe73c: Connecting BSSAP_LE_Emulation to SCCP_SP_PORT MTC@6aa4ca6fe73c: Starting BSSAP_LE_Emulation VirtSMLC-M3UA(3442)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3442)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3442)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3440)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3439)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtSMLC-M3UA(3442)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 VirtMSC-RAN(3438)@6aa4ca6fe73c: BSSMAP: Responding to inbound RESET with RESET-ACK VirtMSC-RAN(3438)@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-BSSAP_LE(3441)@6aa4ca6fe73c: BSSMAP-LE: Received RESET-ACK in response to RESET, we're ready to go! IPA-BTS0-TRX0-RSL-IPA(3445)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3445)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3445)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3445)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_lcls_bts_connect_break() start" VirtMSC-RAN(3438)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080910105615494649'O, n_connectPointCode := omit VirtMSC-RAN(3438)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080910105615494649'O to be handled at TC_lcls_bts_connect_break-A(3447) VirtMSC-SCCP(3437)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. VirtMSC-RAN(3438)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3438)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080910105615494649'O handled at TC_lcls_bts_connect_break-A(3447) VirtMSC-RAN(3438)@6aa4ca6fe73c: Added conn table entry 0TC_lcls_bts_connect_break-A(3447)13232731 VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3446)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3444)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_bts_connect_break-A(3447) VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3444)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "714", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "152" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_bts_connect_break-A(3447) TC_lcls_bts_connect_break-A(3447)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '001'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3446)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lcls_bts_connect_break-A(3447)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_bts_connect_break-A(3447)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/1@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '10C8294D'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10002 }, peer := { host := "127.0.0.2", port_nr := 9002 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '41182DB3'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11002 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 1, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 1, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9002 }, peer := <unbound>, local_osmux_cid := 1, remote_osmux_cid := omit } } TC_lcls_bts_connect_break-A(3447)@6aa4ca6fe73c: "TC_lcls_bts_connect_break": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_bts_connect_break-A(3447)@6aa4ca6fe73c: "TC_lcls_bts_connect_break": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-RAN(3438)@6aa4ca6fe73c: f_create_expect(l3 := '05240103505902080920208967452301'O, n_connectPointCode := omit VirtMSC-RAN(3438)@6aa4ca6fe73c: Created Expect[0] for '05240103505902080920208967452301'O to be handled at TC_lcls_bts_connect_break-B(3448) VirtMSC-SCCP(3437)@6aa4ca6fe73c: First idle individual index:1 VirtMSC-SCCP(3437)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[1]. VirtMSC-RAN(3438)@6aa4ca6fe73c: ExpectedCreateCallback completeLayer3Information VirtMSC-RAN(3438)@6aa4ca6fe73c: Found Expect[0] for '05240103505902080920208967452301'O handled at TC_lcls_bts_connect_break-B(3448) VirtMSC-RAN(3438)@6aa4ca6fe73c: Added conn table entry 1TC_lcls_bts_connect_break-B(3448)14599085 VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3437)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[1], which is already active (running or expired). IPA-BTS0-TRX0-RSL-RSL(3446)@6aa4ca6fe73c: Enabled queueing of DChan messages VirtMGW-MGCP-0(3444)@6aa4ca6fe73c: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lcls_bts_connect_break-B(3448) VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_len:38 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0024010B030108017C060102030409267D0180890D0301020302040505060708090A8A008B00'O VirtMGW-MGCP-0(3444)@6aa4ca6fe73c: Found Expect[0] for { line := { verb := "CRCX", trans_id := "717", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "153" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lcls_bts_connect_break-B(3448) IPA-BTS0-TRX0-RSL-RSL(3446)@6aa4ca6fe73c: No Dchan handler for trx_nr=0 and chan_nr={ u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } IPA-BTS0-TRX0-RSL-RSL(3446)@6aa4ca6fe73c: Storing an RSL message in the waiting queue TC_lcls_bts_connect_break-B(3448)@6aa4ca6fe73c: Rx L3 from net: { discriminator := '0110'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { assignmentCommand := { messageType := '00101110'B, descrOf1stChAfterTime := { timeslotNumber := '010'B, channelTypeandTDMAOffset := '00001'B, octet3 := '43'O ("C"), octet4 := '67'O ("g") }, PowerCommand := { powerlevel := '00111'B, fPC_EP := '0'B, ePC_Mode := '0'B, spare_1 := '0'B }, frequencyList_at := omit, cellChannelDescr := omit, descrMultislotAllocation := omit, modeOf1stChannel := { elementIdentifier := '63'O ("c"), mode := '01'O }, channelSet2 := omit, channelSet3 := omit, channelSet4 := omit, channelSet5 := omit, channelSet6 := omit, channelSet7 := omit, channelSet8 := omit, descrOf2ndChAfterTime := omit, modeOf2ndChannel := omit, mobileAllocation_at := omit, startingTime := omit, frequencyList_bt := omit, descrOf1stCh_bt := omit, descrOf2ndCh_bt := omit, frequencyChannelSequence := omit, mobileAllocation_bt := omit, cipherModeSetting := omit, vGCS_TargetModeIndication := omit, multiRateConfiguration := omit, vGCS_Ciphering_Parameters := omit, extendedTSCSet_afterTime := omit, extendedTSCSet_beforeTime := omit } } } } IPA-BTS0-TRX0-RSL-RSL(3446)@6aa4ca6fe73c: Disabled queueing of DChan messages VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: LCLS IPA MDCX for lchan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } connection ID 1 host "127.0.0.5":9004 TC_lcls_bts_connect_break-B(3448)@6aa4ca6fe73c: setverdict(pass): none -> pass TC_lcls_bts_connect_break-B(3448)@6aa4ca6fe73c: g_media { mgcp_ep := "rtpbridge/2@mgw", mgcp_conn := { { crcx_seen := 1, mdcx_seen := 1, crcx_seen_exp := 1, mdcx_seen_exp := 1, conn_id := '2E14A106'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 10004 }, peer := { host := "127.0.0.2", port_nr := 9004 }, local_osmux_cid := 0, remote_osmux_cid := omit }, { crcx_seen := 1, mdcx_seen := 0, crcx_seen_exp := 1, mdcx_seen_exp := 0, conn_id := '19B043E5'H, mime_type := "GSM", sample_rate := 8000, ptime := 20, rtp_pt := 3, mgw := { host := "127.0.0.3", port_nr := 11004 }, peer := { host := "1.2.3.4", port_nr := 2342 }, local_osmux_cid := 1, remote_osmux_cid := omit } }, bts := { ipa_crcx_seen := true, ipa_mdcx_seen := true, conn_id := 2, rtp_pt := 3, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := { host := "127.0.0.5", port_nr := 9002 }, local_osmux_cid := omit, remote_osmux_cid := omit }, bts1 := { ipa_crcx_seen := false, ipa_mdcx_seen := false, conn_id := 2, rtp_pt := 0, bts := { host := "127.0.0.2", port_nr := 9004 }, peer := <unbound>, local_osmux_cid := 2, remote_osmux_cid := omit } } TC_lcls_bts_connect_break-B(3448)@6aa4ca6fe73c: "TC_lcls_bts_connect_break": Check MGCP test expectations for g_media.mgcp_conn[0]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=1, mdcx_seen_exp=1 TC_lcls_bts_connect_break-B(3448)@6aa4ca6fe73c: "TC_lcls_bts_connect_break": Check MGCP test expectations for g_media.mgcp_conn[1]: crcx_seen=1, crcx_seen_exp=1, mdcx_seen=0, mdcx_seen_exp=0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_len:5 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0003748B02'O VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on connection ID:1 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_len:5 VirtMSC-SCCP(3437)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '0003748B02'O VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3437)@6aa4ca6fe73c: Session index based on local reference:1 VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3437)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MTC@6aa4ca6fe73c: LCLS IPA MDCX for lchan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 } connection ID 2 host "127.0.0.5":9004 MTC@6aa4ca6fe73c: LCLS IPA MDCX for lchan { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 } connection ID 1 host "127.0.0.5":9002 TC_lcls_bts_connect_break-A(3447)@6aa4ca6fe73c: Final verdict of PTC: pass TC_lcls_bts_connect_break-B(3448)@6aa4ca6fe73c: Final verdict of PTC: pass VirtSMLC-SCCP(3440)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-RSL(3446)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-BSSAP_LE(3441)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3436)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-RAN(3438)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3437)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3439)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3442)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3444)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3443)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3445)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: none MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3436): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3437): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-RAN(3438): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3439): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3440): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-BSSAP_LE(3441): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3442): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3443): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3444): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3445): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-RSL(3446): none (none -> none) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_bts_connect_break-A(3447): pass (none -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC TC_lcls_bts_connect_break-B(3448): pass (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_lcls_bts_connect_break finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_bts_connect_break pass'. Sun Apr 21 07:03:30 UTC 2024 ====== BSC_Tests_LCLS.TC_lcls_bts_connect_break pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_LCLS.TC_lcls_bts_connect_break.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=497968) Waiting for packet dumper to finish... 1 (prev_count=497968, count=685587) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_LCLS.TC_lcls_bts_connect_break pass' was executed successfully (exit status: 0). MC@6aa4ca6fe73c: Test execution finished. MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_server'. ------ BSC_Tests_CBSP.TC_cbsp_bsc_server ------ Sun Apr 21 07:03:35 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_server' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_server started. VirtMSC-M3UA(3451)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3451)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3451)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3450)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3451)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3451)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3453)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3453)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3453)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3452)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3453)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3456)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3456)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3456)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3456)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3457)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3457)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3457)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3457)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3458)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3458)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3458)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3458)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3459)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3459)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3459)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3459)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3460)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3460)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3460)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3460)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3461)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3461)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3461)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3461)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_bsc_server() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3451)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3450)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3449)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3454)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3452)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3453)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3456)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3455)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3457)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3458)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3460)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3461)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3459)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3449): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3450): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3451): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3452): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3453): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3454): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3455): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3456): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3457): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3458): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3459): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3460): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3461): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_server finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_server pass'. Sun Apr 21 07:03:42 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_bsc_server pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_bsc_server.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=550878) Waiting for packet dumper to finish... 1 (prev_count=550878, count=1338696) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_server pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6'. ------ BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6 ------ Sun Apr 21 07:03:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_server_ipv6 started. VirtMSC-M3UA(3464)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3464)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3464)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3463)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3464)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3464)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3466)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3466)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3466)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3465)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3466)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3469)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3469)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3469)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3469)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3470)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3470)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3470)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3470)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3471)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3471)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3471)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3471)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3472)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3472)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3472)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3472)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3473)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3473)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3473)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3473)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3474)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3474)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3474)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3474)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_bsc_server_ipv6() start" MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3463)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3464)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3462)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3467)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3465)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3470)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3473)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3474)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3472)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3468)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3471)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3469)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3466)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3462): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3463): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3464): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3465): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3466): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3467): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3468): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3469): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3470): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3471): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3472): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3473): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3474): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_server_ipv6 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6 pass'. Sun Apr 21 07:03:55 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=553288) Waiting for packet dumper to finish... 1 (prev_count=553288, count=1341106) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_client'. ------ BSC_Tests_CBSP.TC_cbsp_bsc_client ------ Sun Apr 21 07:04:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_client' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_client started. VirtMSC-M3UA(3477)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3477)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3477)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3476)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3477)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3477)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3479)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3479)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-SCCP(3478)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3479)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3479)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3482)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3482)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3482)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3482)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3483)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3483)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3483)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3483)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3484)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3484)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3484)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3484)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3485)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3485)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3486)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3486)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3486)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3486)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3487)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3487)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3487)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3487)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_bsc_client() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=0 g_cbsp_ser_no=0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3477)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3475)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3476)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3480)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3478)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3481)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3483)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3479)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3485)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3482)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3484)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3486)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3487)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3475): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3476): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3477): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3478): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3479): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3480): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3481): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3482): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3483): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3484): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3485): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3486): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3487): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_client finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_client pass'. Sun Apr 21 07:04:12 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_bsc_client pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_bsc_client.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=566785) Waiting for packet dumper to finish... 1 (prev_count=566785, count=1354921) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_client pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6'. ------ BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6 ------ Sun Apr 21 07:04:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_client_ipv6 started. VirtMSC-M3UA(3490)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3490)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3490)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3489)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3490)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3490)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3492)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3492)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3492)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3491)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3492)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3495)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3495)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3495)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3495)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3496)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3496)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3496)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3496)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3497)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3497)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3497)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3497)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3498)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3498)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3498)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3498)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3499)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3499)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3499)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3499)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3500)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3500)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3500)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3500)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_bsc_client_ipv6() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=0 g_cbsp_ser_no=0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3489)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3490)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3488)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3493)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3491)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3492)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3494)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3495)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3499)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3498)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3497)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3496)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3500)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3488): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3489): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3490): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3491): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3492): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3493): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3494): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3495): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3496): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3497): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3498): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3499): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3500): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_bsc_client_ipv6 finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6 pass'. Sun Apr 21 07:04:29 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6 pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=568554) Waiting for packet dumper to finish... 1 (prev_count=568554, count=1356653) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6 pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_reset_bss'. ------ BSC_Tests_CBSP.TC_cbsp_reset_bss ------ Sun Apr 21 07:04:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_reset_bss' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_reset_bss started. VirtMSC-M3UA(3503)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3503)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3503)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3502)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3503)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3503)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3505)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3505)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3505)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3504)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3505)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3508)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3508)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3508)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3508)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3509)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3509)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3509)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3509)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3510)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3510)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3510)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3510)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3511)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3511)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3511)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3511)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3512)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3512)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3512)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3512)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3513)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3513)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3513)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3513)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_reset_bss() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=0 g_cbsp_ser_no=0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3503)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3502)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3501)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3506)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3504)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3505)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3511)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3512)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3513)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3507)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3508)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3509)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3510)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3501): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3502): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3503): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3504): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3505): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3506): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3507): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3508): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3509): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3510): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3511): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3512): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3513): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_reset_bss finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_reset_bss pass'. Sun Apr 21 07:04:47 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_reset_bss pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_reset_bss.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=569377) Waiting for packet dumper to finish... 1 (prev_count=569377, count=1357513) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_reset_bss pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart'. ------ BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart ------ Sun Apr 21 07:04:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_cell_rflock_failure_restart started. VirtMSC-M3UA(3516)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3516)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3516)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3515)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3516)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3516)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3518)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3518)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3518)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3517)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3518)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3521)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3521)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3521)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3521)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3522)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3522)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3522)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3522)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3523)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3523)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3523)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3523)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3524)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3524)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3524)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3524)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3525)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3525)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3525)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3525)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3526)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3526)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3526)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3526)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_cell_rflock_failure_restart() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=0 g_cbsp_ser_no=0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3515)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3516)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3514)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3519)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-M3UA(3518)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-SCCP(3517)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3521)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3524)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3525)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3520)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3526)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3522)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3523)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3514): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3515): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3516): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3517): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3518): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3519): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3520): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3521): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3522): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3523): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3524): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3525): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3526): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_cell_rflock_failure_restart finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart pass'. Sun Apr 21 07:05:04 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=598708) Waiting for packet dumper to finish... 1 (prev_count=598708, count=1386844) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure'. ------ BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure ------ Sun Apr 21 07:05:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_cell_rsl_down_failure started. VirtMSC-M3UA(3529)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3529)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3529)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3528)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3529)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3529)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3531)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3531)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3531)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3530)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3531)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3534)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3534)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3534)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3534)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3535)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3535)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3535)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3535)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3536)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3536)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3536)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3536)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3537)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3537)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3537)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3537)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3538)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3538)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3538)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3538)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3539)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3539)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3539)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3539)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_cell_rsl_down_failure() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=0 g_cbsp_ser_no=0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3528)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3529)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3527)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3532)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtSMLC-SCCP(3530)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3534)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3538)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3531)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3533)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3535)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3539)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3536)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3537)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3527): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3528): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3529): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3530): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3531): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3532): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3533): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3534): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3535): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3536): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3537): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3538): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3539): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_cell_rsl_down_failure finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure pass'. Sun Apr 21 07:05:22 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=568382) Waiting for packet dumper to finish... 1 (prev_count=568382, count=1356725) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_bss'. ------ BSC_Tests_CBSP.TC_cbsp_write_bss ------ Sun Apr 21 07:05:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_bss' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_bss started. VirtMSC-M3UA(3542)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3542)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3542)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3541)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3542)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3542)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3544)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3544)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3544)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3543)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3544)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3547)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3547)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3547)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3547)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3548)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3548)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3548)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3548)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3549)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3549)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3549)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3549)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3550)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3550)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3550)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3550)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3551)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3551)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3551)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3551)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3552)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3552)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3552)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3552)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_bss() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=1001 g_cbsp_ser_no=1501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: Generating CBSP payload: 1 octets MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 1 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05DD03E900117E000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1002 g_cbsp_ser_no=1502 MTC@6aa4ca6fe73c: Generating CBSP payload: 2 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 1 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05DE03EA0011BE6D0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1003 g_cbsp_ser_no=1503 MTC@6aa4ca6fe73c: Generating CBSP payload: 16 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 1 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05DF03EB0011C335702844B459207201C361D1C16376000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1004 g_cbsp_ser_no=1504 MTC@6aa4ca6fe73c: Generating CBSP payload: 17 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 2 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E003EC0011E788C310D39A93A9290629AEDC03D944A10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1005 g_cbsp_ser_no=1505 MTC@6aa4ca6fe73c: Generating CBSP payload: 23 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 2 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E103ED0011ACE3BF1FDCE416C17D59A9380E6D8EFEA93082838A6BE80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1006 g_cbsp_ser_no=1506 MTC@6aa4ca6fe73c: Generating CBSP payload: 38 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 2 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E203EE0011526A0C49702A2C8672AC6D0245B6DAA27B3694E8A9F27BF42449D496C7E0D3515A494B20DC3D0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1007 g_cbsp_ser_no=1507 MTC@6aa4ca6fe73c: Generating CBSP payload: 39 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 3 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E303EF0011FA49E844487C018C9CC3D1BD102F2CD7032912B0CC2FBBD6162AFA24991372ED65637E63B42E4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1008 g_cbsp_ser_no=1508 MTC@6aa4ca6fe73c: Generating CBSP payload: 42 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 3 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E403F000110D3420B971A9F156713D537EF039FA7EB27A47B8757E977CD4FF1B8DC75A16BB5C2DFF5582F215AFCE1C00000000000000000000000000000000000000000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1009 g_cbsp_ser_no=1509 MTC@6aa4ca6fe73c: Generating CBSP payload: 60 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 3 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E503F1001145E5173B506F644AE7431D35BC082DCEA66D98739BDE5B6E2BE6DD12127DCBFC9A925EE84676A634C8ADDF2874572E43FA0248375A1BC7C052EB628700000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1010 g_cbsp_ser_no=1510 MTC@6aa4ca6fe73c: Generating CBSP payload: 61 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 0 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E603F20011847976875A5ECECA5BE43080E7037C989A7B8FAB6F541F0AD1EFA0524CD4FD4BC8FAD94BB7B9E2643E506F9772C2E5E23FABB490B49C0DF86E414DE5D4000000000000000000000000000000000000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1011 g_cbsp_ser_no=1511 MTC@6aa4ca6fe73c: Generating CBSP payload: 77 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 0 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E703F30011D411E11308A8885A5F9F3C461144646DA700F0B2B5098E8D512EE97F8B19023A52C4C48FDA62B2BA5AA3E8F9B85007865D954BCE29FD27EFB2862C804F6DC679759ABFF843512C0EB6B5A242200000000000'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1012 g_cbsp_ser_no=1512 MTC@6aa4ca6fe73c: Generating CBSP payload: 82 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: RSL[0,1,2] EXPECTING { conn_id := *, streamId := IPAC_PROTO_RSL_TRX0 (0), rsl := { msg_disc := { msg_group := RSL_MDISC_CCHAN (6), transparent := false }, msg_type := RSL_MT_SMS_BC_CMD (29), ies := { { iei := ?, body := { chan_nr := ? } }, { iei := ?, body := { cb_cmd_type := { command := ?, default_bcast_null := ?, spare := ?, last_block := 0 } } }, { iei := ?, body := { smscb_message := { len := ?, payload := '05E803F40011425C9A87C55404AB30FEE24C7AB04D5B57C94C51F2A5378EFCB0497743DDC284BBDA6DAD9F1FACF74110B6FC7F9BB35ADD96A625DAF6834878EFAC496065BE292B460E7B547B0F0ACC6310F1838EE52F9434'O } } }, * } } } MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[0] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[1] MTC@6aa4ca6fe73c: Got SMSCB CMD on RSL[2] MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: g_cbsp_msg_id=1013 g_cbsp_ser_no=1513 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3542)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3541)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3540)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3545)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3543)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3546)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3549)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3544)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3547)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3552)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3551)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3548)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3550)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3540): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3541): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3542): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3543): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3544): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3545): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3546): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3547): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3548): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3549): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3550): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3551): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3552): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_bss finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_bss pass'. Sun Apr 21 07:06:01 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_bss pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_bss.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=713162) Waiting for packet dumper to finish... 1 (prev_count=713162, count=1501681) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_bss pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_bts_cgi'. ------ BSC_Tests_CBSP.TC_cbsp_write_bts_cgi ------ Sun Apr 21 07:06:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_bts_cgi' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_bts_cgi started. MTC@6aa4ca6fe73c: Generating CBSP payload: 14 octets VirtMSC-M3UA(3555)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3555)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3555)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3554)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3555)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3555)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3557)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3557)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3557)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3556)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3557)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3560)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3560)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3560)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3560)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3561)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3561)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3561)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3561)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3562)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3562)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3562)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3562)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3563)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3563)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3563)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3563)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3564)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3564)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3564)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3564)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3565)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3565)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3565)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3565)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_bts_cgi() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=2001 g_cbsp_ser_no=2501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3554)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3553)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3555)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3558)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3556)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3560)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3563)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3564)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3557)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3565)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3562)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3561)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3559)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3553): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3554): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3555): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3556): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3557): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3558): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3559): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3560): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3561): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3562): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3563): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3564): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3565): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_bts_cgi finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_bts_cgi pass'. Sun Apr 21 07:06:24 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_bts_cgi pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_bts_cgi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=595655) Waiting for packet dumper to finish... 1 (prev_count=595655, count=1383752) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_bts_cgi pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch'. ------ BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch ------ Sun Apr 21 07:06:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_bts_no_cbch started. MTC@6aa4ca6fe73c: Generating CBSP payload: 82 octets VirtMSC-M3UA(3568)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3568)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3568)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3567)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3568)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3568)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3570)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3570)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3570)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3569)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3570)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3573)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3573)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3573)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3573)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3574)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3574)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3574)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3574)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3575)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3575)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3575)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3575)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3576)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3576)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3576)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3576)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3577)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3577)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3577)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3577)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3578)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3578)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3578)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3578)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_bts_no_cbch() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=3001 g_cbsp_ser_no=3501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3567)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3568)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3571)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3566)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3569)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3570)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3577)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3574)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3572)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3576)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3578)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3573)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3575)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3566): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3567): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3568): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3569): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3570): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3571): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3572): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3573): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3574): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3575): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3576): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3577): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3578): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_bts_no_cbch finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch pass'. Sun Apr 21 07:06:46 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=596059) Waiting for packet dumper to finish... 1 (prev_count=596059, count=1384195) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_unknown_bts'. ------ BSC_Tests_CBSP.TC_cbsp_write_unknown_bts ------ Sun Apr 21 07:06:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_unknown_bts' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_unknown_bts started. MTC@6aa4ca6fe73c: Generating CBSP payload: 4 octets VirtMSC-M3UA(3581)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3581)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3581)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3580)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3581)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3581)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3583)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3583)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3583)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3582)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3583)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3586)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3586)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3586)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3586)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3587)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3587)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3587)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3587)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3588)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3588)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3588)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3588)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3589)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3589)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3589)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3589)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3590)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3590)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3590)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3590)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3591)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3591)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3591)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3591)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_unknown_bts() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=4001 g_cbsp_ser_no=4501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3581)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3580)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3584)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3579)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3582)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3583)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3585)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3588)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3589)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3586)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3587)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3591)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3590)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3579): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3580): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3581): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3582): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3583): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3584): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3585): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3586): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3587): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3588): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3589): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3590): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3591): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_unknown_bts finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_unknown_bts pass'. Sun Apr 21 07:07:09 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_unknown_bts pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_unknown_bts.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=589953) Waiting for packet dumper to finish... 1 (prev_count=589953, count=1377246) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_unknown_bts pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_lac_ci'. ------ BSC_Tests_CBSP.TC_cbsp_write_lac_ci ------ Sun Apr 21 07:07:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_lac_ci' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_lac_ci started. MTC@6aa4ca6fe73c: Generating CBSP payload: 37 octets VirtMSC-M3UA(3594)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3594)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3594)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3593)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3594)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3594)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3596)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3596)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3596)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3595)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3596)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3599)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3599)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3599)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3599)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3600)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3600)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3600)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3600)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3601)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3601)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3601)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3601)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3602)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3602)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3602)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3602)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3603)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3603)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3603)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3603)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3604)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3604)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3604)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3604)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_lac_ci() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=5001 g_cbsp_ser_no=5501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3593)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3594)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3597)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3592)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3595)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3602)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3598)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3596)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3604)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3599)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3603)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3600)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3601)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3592): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3593): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3594): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3595): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3596): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3597): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3598): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3599): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3600): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3601): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3602): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3603): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3604): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_lac_ci finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_lac_ci pass'. Sun Apr 21 07:07:32 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_lac_ci pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_lac_ci.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=599417) Waiting for packet dumper to finish... 1 (prev_count=599417, count=1387936) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_lac_ci pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_ci'. ------ BSC_Tests_CBSP.TC_cbsp_write_ci ------ Sun Apr 21 07:07:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_ci' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_ci started. MTC@6aa4ca6fe73c: Generating CBSP payload: 61 octets VirtMSC-M3UA(3607)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3607)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3607)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3606)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3607)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3607)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3609)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3609)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3609)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3608)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3609)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3612)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3612)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3612)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3612)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3613)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3613)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3613)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3613)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3614)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3614)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3614)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3614)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3615)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3615)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3615)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3615)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3616)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3616)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3616)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3616)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3617)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3617)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3617)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3617)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_ci() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=6001 g_cbsp_ser_no=6501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3606)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3607)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3610)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3605)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3608)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3612)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3616)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3613)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3609)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3615)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3614)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3611)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3617)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3605): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3606): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3607): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3608): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3609): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3610): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3611): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3612): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3613): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3614): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3615): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3616): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3617): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_ci finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_ci pass'. Sun Apr 21 07:07:55 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_ci pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_ci.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=584610) Waiting for packet dumper to finish... 1 (prev_count=584610, count=1372872) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_ci pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_lai'. ------ BSC_Tests_CBSP.TC_cbsp_write_lai ------ Sun Apr 21 07:08:00 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_lai' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_lai started. MTC@6aa4ca6fe73c: Generating CBSP payload: 81 octets VirtMSC-M3UA(3620)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3620)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3620)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3619)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3620)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3620)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3622)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3622)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3622)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3621)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3622)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3625)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3625)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3625)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3625)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3626)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3626)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3626)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3626)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3627)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3627)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3627)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3627)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3628)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3628)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3628)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3628)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3629)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3629)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3629)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3629)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3630)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3630)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3630)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3630)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_lai() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=7001 g_cbsp_ser_no=7501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3620)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3618)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3619)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3623)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3621)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3622)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3625)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3628)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3624)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3630)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3627)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3626)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3629)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3618): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3619): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3620): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3621): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3622): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3623): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3624): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3625): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3626): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3627): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3628): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3629): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3630): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_lai finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_lai pass'. Sun Apr 21 07:08:18 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_lai pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_lai.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=590859) Waiting for packet dumper to finish... 1 (prev_count=590859, count=1379378) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_lai pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_lac'. ------ BSC_Tests_CBSP.TC_cbsp_write_lac ------ Sun Apr 21 07:08:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_lac' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_lac started. MTC@6aa4ca6fe73c: Generating CBSP payload: 46 octets VirtMSC-M3UA(3633)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3633)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3633)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3632)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3633)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3633)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3635)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3635)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3635)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3634)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3635)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3638)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3638)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3638)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3638)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3639)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3639)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3639)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3639)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3640)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3640)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3640)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3640)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3641)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3641)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3641)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3641)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3642)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3642)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3642)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3642)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3643)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3643)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3643)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3643)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_lac() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=8001 g_cbsp_ser_no=8501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3633)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3631)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3632)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3636)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3634)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3637)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3638)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3635)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3639)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3642)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3643)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3640)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3641)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3631): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3632): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3633): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3634): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3635): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3636): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3637): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3638): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3639): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3640): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3641): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3642): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3643): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_lac finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_lac pass'. Sun Apr 21 07:08:41 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_lac pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_lac.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=592645) Waiting for packet dumper to finish... 1 (prev_count=592645, count=1380907) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_lac pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_then_replace'. ------ BSC_Tests_CBSP.TC_cbsp_write_then_replace ------ Sun Apr 21 07:08:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_then_replace' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_then_replace started. MTC@6aa4ca6fe73c: Generating CBSP payload: 79 octets VirtMSC-M3UA(3646)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3646)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3646)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3645)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3646)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3646)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3648)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3648)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3648)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3647)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3648)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3651)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3651)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3651)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3651)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3652)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3652)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3652)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3652)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3653)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3653)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3653)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3653)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3654)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3654)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3654)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3654)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3655)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3655)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3655)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3655)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3656)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3656)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3656)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3656)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_then_replace() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=9001 g_cbsp_ser_no=9501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3645)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3646)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3644)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3649)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3647)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3652)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3648)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3655)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3651)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3650)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3656)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3653)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3654)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3644): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3645): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3646): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3647): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3648): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3649): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3650): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3651): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3652): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3653): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3654): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3655): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3656): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_then_replace finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_then_replace pass'. Sun Apr 21 07:09:02 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_then_replace pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_then_replace.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=599845) Waiting for packet dumper to finish... 1 (prev_count=599845, count=1387981) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_then_replace pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_rep_period_num'. ------ BSC_Tests_CBSP.TC_cbsp_write_rep_period_num ------ Sun Apr 21 07:09:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_rep_period_num' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_rep_period_num started. MTC@6aa4ca6fe73c: Generating CBSP payload: 8 octets VirtMSC-M3UA(3659)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3659)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3659)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3658)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3659)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3659)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3661)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3661)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3661)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3660)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3661)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3664)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3664)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3664)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3664)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3665)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3665)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3665)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3665)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3666)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3666)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3666)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3666)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3667)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3667)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3667)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3667)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3668)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3668)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3668)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3668)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3669)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3669)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3669)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3669)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_rep_period_num() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=9001 g_cbsp_ser_no=9501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: Rx SMSCB message: count := 1, elapsed := 0.714612s, diff := 0.714504s MTC@6aa4ca6fe73c: Rx SMSCB message: count := 2, elapsed := 4.481219s, diff := 3.766421s MTC@6aa4ca6fe73c: Rx SMSCB message: count := 3, elapsed := 8.248142s, diff := 3.766515s MTC@6aa4ca6fe73c: Rx SMSCB message: count := 4, elapsed := 12.015787s, diff := 3.767602s MTC@6aa4ca6fe73c: Rx SMSCB message: count := 5, elapsed := 15.783668s, diff := 3.767844s MTC@6aa4ca6fe73c: Received 5 messages during 15.783685s MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3658)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3659)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3657)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3662)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3660)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3668)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3664)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3667)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3661)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3666)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3663)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3665)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3669)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3657): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3658): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3659): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3660): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3661): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3662): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3663): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3664): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3665): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3666): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3667): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3668): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3669): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_rep_period_num finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_rep_period_num pass'. Sun Apr 21 07:09:47 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_rep_period_num pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_rep_period_num.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=687309) Waiting for packet dumper to finish... 1 (prev_count=687309, count=1475445) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_rep_period_num pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_replace_nonexist'. ------ BSC_Tests_CBSP.TC_cbsp_replace_nonexist ------ Sun Apr 21 07:09:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_replace_nonexist' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_replace_nonexist started. MTC@6aa4ca6fe73c: Generating CBSP payload: 35 octets VirtMSC-M3UA(3672)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3672)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3672)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3671)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3672)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3672)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3674)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3674)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3674)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3673)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3674)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3677)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3677)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3677)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3677)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3678)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3678)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3678)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3678)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3679)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3679)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3679)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3679)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3680)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3680)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3680)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3680)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3681)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3681)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3681)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3681)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3682)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3682)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3682)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3682)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_replace_nonexist() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=10001 g_cbsp_ser_no=10501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3671)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3672)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3670)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3675)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3673)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3682)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3678)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3674)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3679)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3681)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3676)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3677)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3680)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3670): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3671): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3672): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3673): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3674): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3675): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3676): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3677): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3678): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3679): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3680): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3681): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3682): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_replace_nonexist finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_replace_nonexist pass'. Sun Apr 21 07:10:04 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_replace_nonexist pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_replace_nonexist.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=580265) Waiting for packet dumper to finish... 1 (prev_count=580265, count=1368401) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_replace_nonexist pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_too_many'. ------ BSC_Tests_CBSP.TC_cbsp_write_too_many ------ Sun Apr 21 07:10:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_too_many' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_too_many started. MTC@6aa4ca6fe73c: Generating CBSP payload: 15 octets MTC@6aa4ca6fe73c: Generating CBSP payload: 68 octets MTC@6aa4ca6fe73c: Generating CBSP payload: 62 octets VirtMSC-M3UA(3685)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3685)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3685)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3684)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3685)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3685)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3687)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3687)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3687)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3686)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3687)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3690)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3690)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3690)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3690)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3691)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3691)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3691)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3691)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3692)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3692)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3692)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3692)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3693)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3693)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3693)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3693)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3694)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3694)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3694)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3694)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3695)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3695)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3695)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3695)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_too_many() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=11001 g_cbsp_ser_no=11501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3684)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3685)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3683)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3688)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3686)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3687)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3695)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3693)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3689)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3692)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3691)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3690)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3694)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3683): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3684): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3685): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3686): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3687): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3688): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3689): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3690): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3691): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3692): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3693): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3694): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3695): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_too_many finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_too_many pass'. Sun Apr 21 07:10:22 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_too_many pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_too_many.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=568781) Waiting for packet dumper to finish... 1 (prev_count=568781, count=1356917) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_too_many pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_kill_nonexist'. ------ BSC_Tests_CBSP.TC_cbsp_kill_nonexist ------ Sun Apr 21 07:10:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_kill_nonexist' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_kill_nonexist started. MTC@6aa4ca6fe73c: Generating CBSP payload: 7 octets VirtMSC-M3UA(3698)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3698)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3698)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3697)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3698)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3698)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3700)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3700)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3700)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3699)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3700)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3703)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3703)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3703)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3703)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3704)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3704)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3704)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3704)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3705)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3705)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3705)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3705)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3706)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3706)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3706)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3706)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3707)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3707)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3707)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3707)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3708)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3708)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3708)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3708)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_kill_nonexist() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=12001 g_cbsp_ser_no=12501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3698)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3697)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3701)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3696)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3699)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3703)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3707)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3708)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3702)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3700)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3704)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3705)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3706)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3696): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3697): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3698): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3699): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3700): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3701): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3702): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3703): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3704): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3705): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3706): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3707): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3708): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_kill_nonexist finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_kill_nonexist pass'. Sun Apr 21 07:10:39 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_kill_nonexist pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_kill_nonexist.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=564886) Waiting for packet dumper to finish... 1 (prev_count=564886, count=1352949) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_kill_nonexist pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_then_kill'. ------ BSC_Tests_CBSP.TC_cbsp_write_then_kill ------ Sun Apr 21 07:10:44 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_then_kill' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_then_kill started. MTC@6aa4ca6fe73c: Generating CBSP payload: 7 octets VirtMSC-M3UA(3711)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3711)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3711)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3710)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3711)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3711)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3713)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3713)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3713)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3712)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3713)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3716)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3716)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3716)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3716)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3717)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3717)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3717)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3717)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3718)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3718)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3718)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3718)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3719)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3719)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3719)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3719)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3720)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3720)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3720)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3720)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3721)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3721)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3721)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3721)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_then_kill() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=13001 g_cbsp_ser_no=13501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3711)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3710)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3709)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3714)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3712)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3720)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3713)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3719)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3718)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3721)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3716)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3715)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3717)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3709): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3710): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3711): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3712): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3713): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3714): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3715): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3716): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3717): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3718): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3719): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3720): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3721): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_then_kill finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_then_kill pass'. Sun Apr 21 07:10:57 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_then_kill pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_then_kill.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=581150) Waiting for packet dumper to finish... 1 (prev_count=581150, count=1369412) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_then_kill pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_then_reset'. ------ BSC_Tests_CBSP.TC_cbsp_write_then_reset ------ Sun Apr 21 07:11:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_write_then_reset' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_write_then_reset started. MTC@6aa4ca6fe73c: Generating CBSP payload: 30 octets VirtMSC-M3UA(3724)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3724)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3724)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3723)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3724)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3724)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3726)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3726)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3726)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3725)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3726)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3729)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3729)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3729)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3729)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3730)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3730)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3730)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3730)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3731)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3731)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3731)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3731)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3732)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3732)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3732)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3732)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3733)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3733)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3733)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3733)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3734)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3734)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3734)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3734)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_write_then_reset() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=14001 g_cbsp_ser_no=14501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3724)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3723)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3722)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3727)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3725)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3726)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3729)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3734)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3733)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3732)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3728)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3731)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3730)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3722): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3723): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3724): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3725): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3726): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3727): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3728): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3729): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3730): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3731): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3732): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3733): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3734): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_write_then_reset finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_then_reset pass'. Sun Apr 21 07:11:15 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_write_then_reset pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_write_then_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=578555) Waiting for packet dumper to finish... 1 (prev_count=578555, count=1366691) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_write_then_reset pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_status_q_empty'. ------ BSC_Tests_CBSP.TC_cbsp_status_q_empty ------ Sun Apr 21 07:11:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_status_q_empty' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_status_q_empty started. VirtMSC-M3UA(3737)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3737)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3737)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3736)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3737)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3737)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3739)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3739)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3739)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3738)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3739)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3742)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3742)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3742)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3742)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3743)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3743)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3743)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3743)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3744)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3744)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3744)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3744)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3745)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3745)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3745)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3745)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3746)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3746)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3746)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3746)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3747)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3747)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3747)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3747)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_status_q_empty() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=21001 g_cbsp_ser_no=21501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3737)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3736)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3740)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3735)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3738)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3739)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3747)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3744)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3746)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3742)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3741)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3743)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3745)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3735): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3736): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3737): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3738): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3739): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3740): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3741): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3742): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3743): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3744): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3745): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3746): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3747): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_status_q_empty finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_status_q_empty pass'. Sun Apr 21 07:11:32 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_status_q_empty pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_status_q_empty.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=570460) Waiting for packet dumper to finish... 1 (prev_count=570460, count=1358596) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_status_q_empty pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi'. ------ BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi ------ Sun Apr 21 07:11:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_status_q_bts_cgi started. VirtMSC-M3UA(3750)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3750)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3750)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3749)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3750)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3750)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3752)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3752)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3752)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3751)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3752)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3755)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3755)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3755)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3755)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3756)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3756)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3756)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3756)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3757)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3757)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3757)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3757)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3758)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3758)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3758)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3758)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3759)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3759)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3759)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3759)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3760)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3760)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3760)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3760)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_status_q_bts_cgi() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=22001 g_cbsp_ser_no=22501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: Generating CBSP payload: 7 octets MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3749)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3750)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3748)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3753)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3751)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3756)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3755)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3760)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3752)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3757)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3754)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3758)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3759)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3748): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3749): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3750): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3751): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3752): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3753): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3754): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3755): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3756): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3757): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3758): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3759): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3760): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_status_q_bts_cgi finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi pass'. Sun Apr 21 07:11:51 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=573337) Waiting for packet dumper to finish... 1 (prev_count=573337, count=1361856) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan'. ------ BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan ------ Sun Apr 21 07:11:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_dchan started. MTC@6aa4ca6fe73c: Generating CBSP payload: 81 octets VirtMSC-M3UA(3763)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3763)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3763)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3762)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3763)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3763)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3765)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3765)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3765)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3764)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3765)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3768)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3768)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3768)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3768)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3769)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3769)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3769)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3769)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3770)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3770)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3770)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3770)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3771)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3771)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3771)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3771)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3772)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3772)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3772)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3772)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3773)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3773)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3773)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3773)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_emerg_write_bts_cgi_dchan() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=15001 g_cbsp_ser_no=15501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 VirtMSC-SCCP(3762)@6aa4ca6fe73c: First idle individual index:0 VirtMSC-SCCP(3762)@6aa4ca6fe73c: Warning: Stopping inactive timer T_ias[0]. MTC@6aa4ca6fe73c: Generating CBSP payload: 57 octets VirtMSC-SCCP(3762)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3762)@6aa4ca6fe73c: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MTC@6aa4ca6fe73c: setverdict(pass): none -> pass VirtMSC-SCCP(3762)@6aa4ca6fe73c: Session index based on connection ID:0 VirtMSC-SCCP(3762)@6aa4ca6fe73c: vl_len:6 VirtMSC-SCCP(3762)@6aa4ca6fe73c: vl_from0 VirtMSC-SCCP(3762)@6aa4ca6fe73c: data sent by MTP3_SCCP_PORT: '000420040100'O VirtMSC-SCCP(3762)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3762)@6aa4ca6fe73c: DT1 will be put to the reassembly buffer VirtMSC-SCCP(3762)@6aa4ca6fe73c: DT1 data has been put to the reassembly buffer VirtMSC-SCCP(3762)@6aa4ca6fe73c: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes VirtMSC-SCCP(3762)@6aa4ca6fe73c: Session index based on connection ID:0 MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 1, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 1, expecting 0 MTC@6aa4ca6fe73c: count mismatch, retrying in 3.000000 VirtMSC-SCCP(3762)@6aa4ca6fe73c: Session index based on local reference:0 VirtMSC-SCCP(3762)@6aa4ca6fe73c: RLC received in state:disconnect_pending MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3763)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3762)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3761)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3766)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3764)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3770)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3772)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3765)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3769)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3767)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3768)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3771)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3773)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3761): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3762): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3763): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3764): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3765): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3766): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3767): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3768): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3769): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3770): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3771): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3772): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3773): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_dchan finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan pass'. Sun Apr 21 07:12:13 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=644236) Waiting for packet dumper to finish... 1 (prev_count=644236, count=1432372) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan'. ------ BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan ------ Sun Apr 21 07:12:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_cchan started. MTC@6aa4ca6fe73c: Generating CBSP payload: 21 octets VirtMSC-M3UA(3776)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3776)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3776)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3775)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3776)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3776)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3778)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3778)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3778)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3777)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3778)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3781)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3781)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3781)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3781)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3782)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3782)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3782)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3782)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3783)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3783)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3783)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3783)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3784)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3784)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3784)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3784)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3785)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3785)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3785)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3785)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3786)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3786)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3786)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3786)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_emerg_write_bts_cgi_cchan() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=16001 g_cbsp_ser_no=16501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: Generating CBSP payload: 6 octets MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3775)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3776)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3774)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3779)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3777)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3783)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3780)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3778)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3781)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3782)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3786)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3784)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3785)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3774): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3775): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3776): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3777): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3778): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3779): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3780): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3781): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3782): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3783): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3784): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3785): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3786): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_cchan finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan pass'. Sun Apr 21 07:12:31 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=568274) Waiting for packet dumper to finish... 1 (prev_count=568274, count=1356525) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable'. ------ BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable ------ Sun Apr 21 07:12:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_cchan_disable started. MTC@6aa4ca6fe73c: Generating CBSP payload: 36 octets VirtMSC-M3UA(3789)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3789)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3789)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3788)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3789)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3789)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3791)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3791)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3791)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3790)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3791)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3794)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3794)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3794)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3794)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3795)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3795)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3795)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3795)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3796)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3796)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3796)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3796)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3797)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3797)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3797)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3797)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3798)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3798)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3798)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3798)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3799)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3799)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3799)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3799)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_emerg_write_bts_cgi_cchan_disable() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=17001 g_cbsp_ser_no=17501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: Generating CBSP payload: 38 octets MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3788)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3789)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3787)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3792)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3790)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3793)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3791)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3799)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3796)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3795)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3794)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3797)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3798)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3787): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3788): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3789): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3790): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3791): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3792): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3793): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3794): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3795): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3796): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3797): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3798): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3799): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_cchan_disable finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable pass'. Sun Apr 21 07:12:53 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=586452) Waiting for packet dumper to finish... 1 (prev_count=586452, count=1374356) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace'. ------ BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace ------ Sun Apr 21 07:12:58 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_noreplace started. MTC@6aa4ca6fe73c: Generating CBSP payload: 79 octets VirtMSC-M3UA(3802)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3802)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3802)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3801)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3802)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3802)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3804)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3804)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3804)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3803)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3804)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3807)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3807)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3807)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3807)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3808)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3808)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3808)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3808)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3809)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3809)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3809)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3809)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3810)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3810)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3810)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3810)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3811)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3811)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3811)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3811)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3812)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3812)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3812)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3812)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_emerg_write_bts_cgi_noreplace() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=18001 g_cbsp_ser_no=18501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: Generating CBSP payload: 79 octets MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: Generating CBSP payload: 29 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: Generating CBSP payload: 50 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-M3UA(3802)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-SCCP(3801)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3800)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3805)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3803)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3804)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3812)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3811)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3806)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3807)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3810)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3809)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3808)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3800): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3801): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3802): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3803): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3804): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3805): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3806): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3807): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3808): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3809): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3810): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3811): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3812): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_noreplace finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace pass'. Sun Apr 21 07:13:16 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=591316) Waiting for packet dumper to finish... 1 (prev_count=591316, count=1379310) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace'. ------ BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace ------ Sun Apr 21 07:13:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_replace started. MTC@6aa4ca6fe73c: Generating CBSP payload: 69 octets VirtMSC-M3UA(3815)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3815)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3815)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3814)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3815)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3815)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Respoding to inbound RESET with RESET-ACK MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3817)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3817)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3817)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3816)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3817)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3820)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3820)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3820)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3820)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3821)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3821)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3821)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3821)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3822)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3822)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3822)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3822)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3823)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3823)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3823)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3823)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3824)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3824)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3824)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3824)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3825)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3825)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3825)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3825)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_emerg_write_bts_cgi_replace() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=19001 g_cbsp_ser_no=19501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: Generating CBSP payload: 10 octets MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: Generating CBSP payload: 63 octets MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3814)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3815)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3813)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3818)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3816)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3820)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3824)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3817)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3823)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3825)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3822)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3821)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3819)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3813): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3814): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3815): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3816): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3817): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3818): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3819): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3820): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3821): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3822): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3823): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3824): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3825): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_replace finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace pass'. Sun Apr 21 07:13:33 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=577759) Waiting for packet dumper to finish... 1 (prev_count=577759, count=1366010) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace pass' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill'. ------ BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill ------ Sun Apr 21 07:13:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-start.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill' was executed successfully (exit status: 0). MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_kill started. MTC@6aa4ca6fe73c: Generating CBSP payload: 51 octets VirtMSC-M3UA(3828)@6aa4ca6fe73c: ************************************************* VirtMSC-M3UA(3828)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtMSC-M3UA(3828)@6aa4ca6fe73c: ************************************************* VirtMSC-SCCP(3827)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtMSC-M3UA(3828)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23905 to server: "172.18.60.200":2905 association #8 VirtMSC-M3UA(3828)@6aa4ca6fe73c: Sending buffered message #0 MTC@6aa4ca6fe73c: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! VirtSMLC-M3UA(3830)@6aa4ca6fe73c: ************************************************* VirtSMLC-M3UA(3830)@6aa4ca6fe73c: M3UA emulation initiated, the test can be started VirtSMLC-M3UA(3830)@6aa4ca6fe73c: ************************************************* VirtSMLC-SCCP(3829)@6aa4ca6fe73c: v_sccp_pdu_maxlen:268 VirtSMLC-M3UA(3830)@6aa4ca6fe73c: SCTP_ConnectResult -> connection established from: "172.18.60.203":23908 to server: "172.18.60.200":2905 association #8 IPA-BTS0-TRX0-RSL-IPA(3833)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS0-TRX0-RSL-IPA(3833)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS0-TRX0-RSL-IPA(3833)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS0-TRX0-RSL-IPA(3833)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3834)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS1-TRX0-RSL-IPA(3834)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS1-TRX0-RSL-IPA(3834)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233352F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS1-TRX0-RSL-IPA(3834)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3835)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX0-RSL-IPA(3835)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX0-RSL-IPA(3835)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3000'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX0-RSL-IPA(3835)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3836)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX1-RSL-IPA(3836)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX1-RSL-IPA(3836)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3100'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX1-RSL-IPA(3836)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3837)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX2-RSL-IPA(3837)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX2-RSL-IPA(3837)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX2-RSL-IPA(3837)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3838)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } IPA-BTS2-TRX3-RSL-IPA(3838)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_EQUIPVERS (4) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_SERNR (0) } } } } IPA-BTS2-TRX3-RSL-IPA(3838)@6aa4ca6fe73c: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '313233362F302F3300'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_EQUIPVERS (4), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D33204254532053696D756C61746F7200'O }, { len := 0, tag := IPAC_IDTAG_SERNR (0), data := '00'O } } } } IPA-BTS2-TRX3-RSL-IPA(3838)@6aa4ca6fe73c: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MTC@6aa4ca6fe73c: "TC_cbsp_emerg_write_bts_cgi_kill() start" MTC@6aa4ca6fe73c: g_cbsp_msg_id=20001 g_cbsp_ser_no=20501 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 0 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 1 MTC@6aa4ca6fe73c: CBSP: disabled ETWS PN broadcast on bts 2 MTC@6aa4ca6fe73c: Generating CBSP payload: 40 octets MTC@6aa4ca6fe73c: setverdict(pass): none -> pass MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed MTC@6aa4ca6fe73c: talloc reports "struct bsc_subscr" x 0, expecting 0 MTC@6aa4ca6fe73c: talloc reports "struct gsm_subscriber_connection" x 0, expecting 0 VirtMSC-SCCP(3827)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-M3UA(3828)@6aa4ca6fe73c: Final verdict of PTC: none VirtMSC-STATS(3826)@6aa4ca6fe73c: Final verdict of PTC: none IPA-CTRL-CLI-IPA(3831)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: setverdict(pass): pass -> pass, component reason not changed VirtSMLC-SCCP(3829)@6aa4ca6fe73c: Final verdict of PTC: none VirtMGW-MGCP-0(3832)@6aa4ca6fe73c: Final verdict of PTC: none VirtSMLC-M3UA(3830)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX2-RSL-IPA(3837)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX3-RSL-IPA(3838)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX1-RSL-IPA(3836)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS1-TRX0-RSL-IPA(3834)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS0-TRX0-RSL-IPA(3833)@6aa4ca6fe73c: Final verdict of PTC: none IPA-BTS2-TRX0-RSL-IPA(3835)@6aa4ca6fe73c: Final verdict of PTC: none MTC@6aa4ca6fe73c: Setting final verdict of the test case. MTC@6aa4ca6fe73c: Local verdict of MTC: pass MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-STATS(3826): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-SCCP(3827): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMSC-M3UA(3828): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-SCCP(3829): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtSMLC-M3UA(3830): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-CTRL-CLI-IPA(3831): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC VirtMGW-MGCP-0(3832): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS0-TRX0-RSL-IPA(3833): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS1-TRX0-RSL-IPA(3834): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX0-RSL-IPA(3835): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX1-RSL-IPA(3836): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX2-RSL-IPA(3837): none (pass -> pass) MTC@6aa4ca6fe73c: Local verdict of PTC IPA-BTS2-TRX3-RSL-IPA(3838): none (pass -> pass) MTC@6aa4ca6fe73c: Test case TC_cbsp_emerg_write_bts_cgi_kill finished. Verdict: pass MTC@6aa4ca6fe73c: Starting external command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill pass'. Sun Apr 21 07:13:51 UTC 2024 ====== BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill pass ====== Saving talloc report from 172.18.60.20:4242 to BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=565826) Waiting for packet dumper to finish... 1 (prev_count=565826, count=1353962) MTC@6aa4ca6fe73c: External command `../ttcn3-tcpdump-stop.sh BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill pass' was executed successfully (exit status: 0). MC@6aa4ca6fe73c: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@6aa4ca6fe73c: Terminating MTC. MC@6aa4ca6fe73c: MTC terminated. MC2> exit MC@6aa4ca6fe73c: Shutting down session. MC@6aa4ca6fe73c: Shutdown complete. Comparing expected results '/osmo-ttcn3-hacks/bsc/expected-results.xml' against results in 'junit-xml-21.log' -------------------- pass BSC_Tests.TC_ctrl_msc_connection_status pass BSC_Tests.TC_ctrl_msc0_connection_status pass BSC_Tests.TC_stat_num_msc_connected_1 pass BSC_Tests.TC_stat_num_msc_connected_2 pass BSC_Tests.TC_stat_num_msc_connected_3 pass BSC_Tests.TC_stat_num_bts_connected_1 pass BSC_Tests.TC_stat_num_bts_connected_2 pass BSC_Tests.TC_stat_num_bts_connected_3 pass BSC_Tests.TC_ctrl pass BSC_Tests.TC_si_default pass BSC_Tests.TC_si2quater_2_earfcns pass BSC_Tests.TC_si2quater_3_earfcns pass BSC_Tests.TC_si2quater_4_earfcns pass BSC_Tests.TC_si2quater_5_earfcns pass BSC_Tests.TC_si2quater_6_earfcns pass BSC_Tests.TC_si2quater_12_earfcns pass BSC_Tests.TC_si2quater_23_earfcns pass BSC_Tests.TC_si2quater_32_earfcns pass BSC_Tests.TC_si2quater_33_earfcns pass BSC_Tests.TC_si2quater_42_earfcns pass BSC_Tests.TC_si2quater_48_earfcns pass BSC_Tests.TC_si2quater_49_earfcns pass BSC_Tests.TC_si_acc_rotate pass BSC_Tests.TC_si_acc_ramp_rotate pass BSC_Tests.TC_si2_ncc_permitted pass BSC_Tests.TC_chan_act_noreply pass BSC_Tests.TC_chan_act_counter pass BSC_Tests.TC_chan_act_ack_noest pass BSC_Tests.TC_chan_act_ack_noest_emerg pass BSC_Tests.TC_chan_rqd_emerg_deny pass BSC_Tests.TC_chan_act_ack_est_ind_noreply pass BSC_Tests.TC_chan_act_ack_est_ind_refused pass BSC_Tests.TC_chan_act_nack pass BSC_Tests.TC_chan_exhaustion pass BSC_Tests.TC_chan_deact_silence pass BSC_Tests.TC_chan_rel_rll_rel_ind pass BSC_Tests.TC_chan_rel_conn_fail pass BSC_Tests.TC_chan_rel_hard_clear pass BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb pass BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb pass BSC_Tests.TC_chan_rel_hard_clear_csfb pass BSC_Tests.TC_chan_rel_hard_rlsd pass BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead pass BSC_Tests.TC_chan_rel_a_reset pass BSC_Tests.TC_chan_rel_sccp_tiar_timeout pass BSC_Tests.TC_chan_rel_rr_cause pass BSC_Tests.TC_outbound_connect pass BSC_Tests.TC_assignment_cic_only pass BSC_Tests.TC_assignment_csd pass BSC_Tests.TC_assignment_ctm pass BSC_Tests.TC_assignment_sign pass BSC_Tests.TC_assignment_aoip_tla_v6 pass BSC_Tests.TC_assignment_fr_a5_0 pass BSC_Tests.TC_assignment_fr_a5_1 pass BSC_Tests.TC_assignment_fr_a5_1_codec_missing pass BSC_Tests.TC_assignment_fr_a5_3 pass BSC_Tests.TC_assignment_fr_a5_4 pass BSC_Tests.TC_assignment_fr_a5_4_fail pass BSC_Tests.TC_assignment_fr_a5_not_sup pass BSC_Tests.TC_ciph_mode_a5_0 pass BSC_Tests.TC_ciph_mode_a5_1 pass BSC_Tests.TC_ciph_mode_a5_2_0 pass BSC_Tests.TC_ciph_mode_a5_2_1 pass BSC_Tests.TC_ciph_mode_a5_3 pass BSC_Tests.TC_ciph_mode_a5_4 pass BSC_Tests.TC_assignment_codec_fr pass BSC_Tests.TC_assignment_codec_fr_by_mode_modify pass BSC_Tests.TC_assignment_codec_hr pass BSC_Tests.TC_assignment_codec_efr pass BSC_Tests.TC_assignment_codec_amr_f pass BSC_Tests.TC_assignment_codec_amr_h pass BSC_Tests.TC_assignment_codec_amr_f_S1 pass BSC_Tests.TC_assignment_codec_amr_h_S1 pass BSC_Tests.TC_assignment_codec_amr_f_S124 pass BSC_Tests.TC_assignment_codec_amr_h_S124 pass BSC_Tests.TC_assignment_codec_amr_f_S0 pass BSC_Tests.TC_assignment_codec_amr_f_S02 pass BSC_Tests.TC_assignment_codec_amr_f_S024 pass BSC_Tests.TC_assignment_codec_amr_f_S0247 pass BSC_Tests.TC_assignment_codec_amr_h_S0 pass BSC_Tests.TC_assignment_codec_amr_h_S02 pass BSC_Tests.TC_assignment_codec_amr_h_S024 pass BSC_Tests.TC_assignment_codec_amr_h_S0247 pass BSC_Tests.TC_assignment_codec_amr_f_S01234567 pass BSC_Tests.TC_assignment_codec_amr_f_S0234567 pass BSC_Tests.TC_assignment_codec_amr_f_zero pass BSC_Tests.TC_assignment_codec_amr_f_unsupp pass BSC_Tests.TC_assignment_codec_amr_h_S7 pass BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto pass BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto pass BSC_Tests.TC_assignment_codec_amr_f_start_mode_4 pass BSC_Tests.TC_assignment_codec_amr_h_start_mode_4 pass BSC_Tests.TC_assignment_codec_amr_startmode_cruft pass BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr pass BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr pass BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr pass BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr pass BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr pass BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr pass BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr pass BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr pass BSC_Tests.TC_assignment_codec_req_hr_fr pass BSC_Tests.TC_assignment_codec_req_fr_hr pass BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling pass BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden pass BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden pass BSC_Tests.TC_assignment_codec_hr_osmux_on pass BSC_Tests.TC_assignment_osmux pass BSC_Tests.TC_assignment_osmux_cn pass BSC_Tests.TC_assignment_osmux_bts pass BSC_Tests.TC_rll_est_ind_inact_lchan pass BSC_Tests.TC_rll_est_ind_inval_sapi1 pass BSC_Tests.TC_rll_est_ind_inval_sapi3 pass BSC_Tests.TC_rll_est_ind_inval_sacch pass BSC_Tests.TC_tch_dlci_link_id_sapi pass BSC_Tests.TC_rll_rel_ind_sapi_n_reject pass BSC_Tests.TC_rll_err_ind_sapi_n_reject pass BSC_Tests.TC_rll_timeout_sapi_n_reject pass BSC_Tests.TC_rll_sapi_n_reject_dlci_cc pass BSC_Tests.TC_paging_imsi_nochan pass BSC_Tests.TC_paging_tmsi_nochan pass BSC_Tests.TC_paging_tmsi_any pass BSC_Tests.TC_paging_tmsi_sdcch pass BSC_Tests.TC_paging_tmsi_tch_f pass BSC_Tests.TC_paging_tmsi_tch_hf pass BSC_Tests.TC_paging_imsi_nochan_cgi pass BSC_Tests.TC_paging_imsi_nochan_lac_ci pass BSC_Tests.TC_paging_imsi_nochan_ci pass BSC_Tests.TC_paging_imsi_nochan_lai pass BSC_Tests.TC_paging_imsi_nochan_lac pass BSC_Tests.TC_paging_imsi_nochan_all pass BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc pass BSC_Tests.TC_paging_imsi_nochan_rnc pass BSC_Tests.TC_paging_imsi_nochan_lac_rnc pass BSC_Tests.TC_paging_imsi_nochan_lacs pass BSC_Tests.TC_paging_imsi_nochan_lacs_empty pass BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid pass BSC_Tests.TC_paging_imsi_a_reset pass BSC_Tests.TC_paging_imsi_load pass BSC_Tests.TC_paging_counter pass BSC_Tests.TC_paging_resp_unsol pass BSC_Tests.TC_paging_500req pass BSC_Tests.TC_paging_450req_no_paging_load_ind pass BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi pass BSC_Tests.TC_rsl_drop_counter pass BSC_Tests.TC_rsl_unknown_unit_id pass BSC_Tests.TC_oml_unknown_unit_id pass BSC_Tests.TC_classmark pass BSC_Tests.TC_common_id pass BSC_Tests.TC_unsol_ass_fail pass BSC_Tests.TC_unsol_ass_compl pass BSC_Tests.TC_unsol_ho_fail pass BSC_Tests.TC_err_82_short_msg pass BSC_Tests.TC_err_84_unknown_msg pass BSC_Tests.TC_ho_int pass BSC_Tests.TC_ho_int_a5_0 pass BSC_Tests.TC_ho_int_a5_1 pass BSC_Tests.TC_ho_int_a5_3 pass BSC_Tests.TC_ho_int_a5_4 pass BSC_Tests.TC_ho_int_radio_link_failure pass BSC_Tests.TC_ho_out_fail_no_msc_response pass BSC_Tests.TC_ho_out_fail_rr_ho_failure pass BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd pass BSC_Tests.TC_ho_into_this_bsc pass BSC_Tests.TC_ho_into_this_bsc_a5_0 pass BSC_Tests.TC_ho_into_this_bsc_a5_1 pass BSC_Tests.TC_ho_into_this_bsc_a5_3 pass BSC_Tests.TC_ho_into_this_bsc_a5_4 pass BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg pass BSC_Tests.TC_ho_into_this_bsc_a5_1_3 pass BSC_Tests.TC_ho_into_this_bsc_a5_mismatch pass BSC_Tests.TC_ho_into_this_bsc_tla_v6 pass BSC_Tests.TC_srvcc_eutran_to_geran pass BSC_Tests.TC_srvcc_eutran_to_geran_a5_3 pass BSC_Tests.TC_srvcc_eutran_to_geran_src_sai pass BSC_Tests.TC_srvcc_eutran_to_geran_ho_out pass BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return pass BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return pass BSC_Tests.TC_ho_in_fail_msc_clears pass BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect pass BSC_Tests.TC_ho_in_fail_no_detect pass BSC_Tests.TC_ho_in_fail_no_detect2 pass BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout pass BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout pass BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap pass BSC_Tests.TC_ho_neighbor_config_1 pass BSC_Tests.TC_ho_neighbor_config_2 pass BSC_Tests.TC_ho_neighbor_config_3 pass BSC_Tests.TC_ho_neighbor_config_4 pass BSC_Tests.TC_ho_neighbor_config_5 pass BSC_Tests.TC_ho_neighbor_config_6 pass BSC_Tests.TC_ho_neighbor_config_7 pass BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset pass BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset pass BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset pass BSC_Tests.TC_dyn_pdch_ipa_act_deact pass BSC_Tests.TC_dyn_pdch_ipa_act_nack pass BSC_Tests.TC_dyn_pdch_osmo_act_deact pass BSC_Tests.TC_dyn_pdch_osmo_act_nack pass BSC_Tests.TC_dyn_ts_sdcch8_act_deact pass BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used pass BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact pass BSC_Tests.TC_dyn_ts_sdcch8_act_nack pass BSC_Tests.TC_chopped_ipa_ping pass BSC_Tests.TC_chopped_ipa_payload pass BSC_Tests.TC_assignment_verify_ms_power_params_ie pass BSC_Tests.TC_c0_power_red_mode pass BSC_Tests.TC_mscpool_L3Compl_on_1_msc pass BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin pass BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin pass BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin pass BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin pass BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin pass BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1 pass BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2 pass BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN pass BSC_Tests.TC_mscpool_paging_and_response_imsi pass BSC_Tests.TC_mscpool_paging_and_response_tmsi pass BSC_Tests.TC_mscpool_no_allow_attach_round_robin pass BSC_Tests.TC_mscpool_no_allow_attach_valid_nri pass BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc pass BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc pass BSC_Tests.TC_early_conn_fail pass BSC_Tests.TC_late_conn_fail pass BSC_Tests.TC_stats_conn_fail pass BSC_Tests.TC_assignment_emerg_setup_allow pass BSC_Tests.TC_assignment_emerg_setup_allow_imei pass BSC_Tests.TC_assignment_emerg_setup_deny_msc pass BSC_Tests.TC_assignment_emerg_setup_deny_bts pass BSC_Tests.TC_emerg_premption pass BSC_Tests.TC_fh_params_chan_activ pass BSC_Tests.TC_fh_params_imm_ass pass BSC_Tests.TC_fh_params_assignment_cmd pass BSC_Tests.TC_fh_params_handover_cmd pass BSC_Tests.TC_fh_params_si4_cbch pass BSC_Tests.TC_lcs_loc_req_for_active_ms pass BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req pass BSC_Tests.TC_lcs_loc_req_for_idle_ms pass BSC_Tests.TC_lcs_loc_req_no_subscriber pass BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout pass BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2 pass BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp pass BSC_Tests.TC_cm_service_during_lcs_loc_req pass BSC_Tests.TC_ho_during_lcs_loc_req pass BSC_Tests.TC_emerg_call_and_lcs_loc_req pass BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind pass BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail pass BSC_Tests.TC_no_msc pass BSC_Tests.TC_refuse_chan_act_to_vamos pass BSC_Tests.TC_refuse_mode_modif_to_vamos pass BSC_Tests.TC_reassignment_fr pass BSC_Tests.TC_cm_reestablishment pass BSC_Tests.TC_imm_ass_post_chan_ack pass BSC_Tests.TC_imm_ass_pre_chan_ack pass BSC_Tests.TC_imm_ass_pre_ts_ack pass BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts pass BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts pass BSC_Tests.TC_ctrl_trx_rf_locked pass BSC_Tests.TC_ratectr_all_available_allocated pass BSC_Tests.TC_ratectr_all_available_allocated_dyn pass BSC_Tests.TC_cm_serv_rej pass BSC_Tests.TC_lost_sdcch_during_assignment pass BSC_Tests.TC_chan_alloc_algo_ascending pass BSC_Tests.TC_chan_alloc_algo_descending pass BSC_Tests.TC_chan_alloc_algo_ass_dynamic pass BSC_Tests.TC_mgwpool_all_used pass BSC_Tests.TC_mgwpool_blocked_not_used pass BSC_Tests.TC_mgwpool_pin_bts pass BSC_Tests.TC_mgwpool_keepalive_down_not_used pass BSC_Tests.TC_ho_meas_rep_multi_band pass BSC_Tests.TC_ho_out_of_this_bsc pass BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1 pass BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2 pass BSC_Tests_LCLS.TC_lcls_gcr_only pass BSC_Tests_LCLS.TC_lcls_gcr_bway_connect pass BSC_Tests_LCLS.TC_lcls_gcr_bway_connect_hr pass BSC_Tests_LCLS.TC_lcls_gcr_bway_codec_mismatch pass BSC_Tests_LCLS.TC_lcls_gcr_nomatch_bway_connect pass BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect pass BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_cfg pass BSC_Tests_LCLS.TC_lcls_gcr_unsuppported_csc pass BSC_Tests_LCLS.TC_lcls_gcr_bway_dont_connect_csc pass BSC_Tests_LCLS.TC_lcls_connect_break pass BSC_Tests_LCLS.TC_lcls_connect_clear pass BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect pass BSC_Tests_LCLS.TC_lcls_bts_gcr_bway_connect_hr pass BSC_Tests_LCLS.TC_lcls_bts_connect_break pass BSC_Tests_CBSP.TC_cbsp_bsc_server pass BSC_Tests_CBSP.TC_cbsp_bsc_server_ipv6 pass BSC_Tests_CBSP.TC_cbsp_bsc_client pass BSC_Tests_CBSP.TC_cbsp_bsc_client_ipv6 pass BSC_Tests_CBSP.TC_cbsp_reset_bss pass BSC_Tests_CBSP.TC_cbsp_cell_rflock_failure_restart pass BSC_Tests_CBSP.TC_cbsp_cell_rsl_down_failure pass BSC_Tests_CBSP.TC_cbsp_write_bss pass BSC_Tests_CBSP.TC_cbsp_write_bts_cgi pass BSC_Tests_CBSP.TC_cbsp_write_bts_no_cbch pass BSC_Tests_CBSP.TC_cbsp_write_unknown_bts pass BSC_Tests_CBSP.TC_cbsp_write_lac_ci pass BSC_Tests_CBSP.TC_cbsp_write_ci pass BSC_Tests_CBSP.TC_cbsp_write_lai pass BSC_Tests_CBSP.TC_cbsp_write_lac pass BSC_Tests_CBSP.TC_cbsp_write_then_replace pass BSC_Tests_CBSP.TC_cbsp_write_rep_period_num pass BSC_Tests_CBSP.TC_cbsp_replace_nonexist pass BSC_Tests_CBSP.TC_cbsp_write_too_many pass BSC_Tests_CBSP.TC_cbsp_kill_nonexist pass BSC_Tests_CBSP.TC_cbsp_write_then_kill pass BSC_Tests_CBSP.TC_cbsp_write_then_reset pass BSC_Tests_CBSP.TC_cbsp_status_q_empty pass BSC_Tests_CBSP.TC_cbsp_status_q_bts_cgi pass BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_dchan pass BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan pass BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_cchan_disable pass BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_noreplace pass BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_replace pass BSC_Tests_CBSP.TC_cbsp_emerg_write_bts_cgi_kill Summary: pass: 317 + exit_code=0 + /osmo-ttcn3-hacks/log_merge.sh BSC_Tests --rm Generated BSC_Tests.TC_assignment_aoip_tla_v6.merged Generated BSC_Tests.TC_assignment_cic_only.merged Generated BSC_Tests.TC_assignment_codec_amr_f.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S0.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S01234567.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S02.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S0234567.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S024.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S0247.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S1.merged Generated BSC_Tests.TC_assignment_codec_amr_f_S124.merged Generated BSC_Tests.TC_assignment_codec_amr_f_start_mode_4.merged Generated BSC_Tests.TC_assignment_codec_amr_f_start_mode_auto.merged Generated BSC_Tests.TC_assignment_codec_amr_f_unsupp.merged Generated BSC_Tests.TC_assignment_codec_amr_f_zero.merged Generated BSC_Tests.TC_assignment_codec_amr_h.merged Generated BSC_Tests.TC_assignment_codec_amr_h_S0.merged Generated BSC_Tests.TC_assignment_codec_amr_h_S02.merged Generated BSC_Tests.TC_assignment_codec_amr_h_S024.merged Generated BSC_Tests.TC_assignment_codec_amr_h_S0247.merged Generated BSC_Tests.TC_assignment_codec_amr_h_S1.merged Generated BSC_Tests.TC_assignment_codec_amr_h_S124.merged Generated BSC_Tests.TC_assignment_codec_amr_h_S7.merged Generated BSC_Tests.TC_assignment_codec_amr_h_start_mode_4.merged Generated BSC_Tests.TC_assignment_codec_amr_h_start_mode_auto.merged Generated BSC_Tests.TC_assignment_codec_amr_startmode_cruft.merged Generated BSC_Tests.TC_assignment_codec_efr.merged Generated BSC_Tests.TC_assignment_codec_fr.merged Generated BSC_Tests.TC_assignment_codec_fr_by_mode_modify.merged Generated BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr.merged Generated BSC_Tests.TC_assignment_codec_fr_exhausted_req_fr_hr.merged Generated BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr.merged Generated BSC_Tests.TC_assignment_codec_fr_exhausted_req_hr_fr.merged Generated BSC_Tests.TC_assignment_codec_hr.merged Generated BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr.merged Generated BSC_Tests.TC_assignment_codec_hr_exhausted_req_fr_hr.merged Generated BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr.merged Generated BSC_Tests.TC_assignment_codec_hr_exhausted_req_hr_fr.merged Generated BSC_Tests.TC_assignment_codec_hr_osmux_on.merged Generated BSC_Tests.TC_assignment_codec_req_fr_hr.merged Generated BSC_Tests.TC_assignment_codec_req_hr_fr.merged Generated BSC_Tests.TC_assignment_csd.merged Generated BSC_Tests.TC_assignment_ctm.merged Generated BSC_Tests.TC_assignment_emerg_setup_allow.merged Generated BSC_Tests.TC_assignment_emerg_setup_allow_imei.merged Generated BSC_Tests.TC_assignment_emerg_setup_deny_bts.merged Generated BSC_Tests.TC_assignment_emerg_setup_deny_msc.merged Generated BSC_Tests.TC_assignment_fr_a5_0.merged Generated BSC_Tests.TC_assignment_fr_a5_1.merged Generated BSC_Tests.TC_assignment_fr_a5_1_codec_missing.merged Generated BSC_Tests.TC_assignment_fr_a5_3.merged Generated BSC_Tests.TC_assignment_fr_a5_4.merged Generated BSC_Tests.TC_assignment_fr_a5_4_fail.merged Generated BSC_Tests.TC_assignment_fr_a5_not_sup.merged Generated BSC_Tests.TC_assignment_osmux.merged Generated BSC_Tests.TC_assignment_osmux_bts.merged Generated BSC_Tests.TC_assignment_osmux_cn.merged Generated BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling.merged Generated BSC_Tests.TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden.merged Generated BSC_Tests.TC_assignment_sdcch_exhausted_req_voice_tch_forbidden.merged Generated BSC_Tests.TC_assignment_sign.merged Generated BSC_Tests.TC_assignment_verify_ms_power_params_ie.merged Generated BSC_Tests.TC_bssap_rlsd_does_not_cause_bssmap_reset.merged Generated BSC_Tests.TC_bssmap_clear_does_not_cause_bssmap_reset.merged Generated BSC_Tests.TC_c0_power_red_mode.merged Generated BSC_Tests.TC_cbsp_bsc_client.merged Generated BSC_Tests.TC_cbsp_bsc_client_ipv6.merged Generated BSC_Tests.TC_cbsp_bsc_server.merged Generated BSC_Tests.TC_cbsp_bsc_server_ipv6.merged Generated BSC_Tests.TC_cbsp_cell_rflock_failure_restart.merged Generated BSC_Tests.TC_cbsp_cell_rsl_down_failure.merged Generated BSC_Tests.TC_cbsp_emerg_write_bts_cgi_cchan.merged Generated BSC_Tests.TC_cbsp_emerg_write_bts_cgi_cchan_disable.merged Generated BSC_Tests.TC_cbsp_emerg_write_bts_cgi_dchan.merged Generated BSC_Tests.TC_cbsp_emerg_write_bts_cgi_kill.merged Generated BSC_Tests.TC_cbsp_emerg_write_bts_cgi_noreplace.merged Generated BSC_Tests.TC_cbsp_emerg_write_bts_cgi_replace.merged Generated BSC_Tests.TC_cbsp_kill_nonexist.merged Generated BSC_Tests.TC_cbsp_replace_nonexist.merged Generated BSC_Tests.TC_cbsp_reset_bss.merged Generated BSC_Tests.TC_cbsp_status_q_bts_cgi.merged Generated BSC_Tests.TC_cbsp_status_q_empty.merged Generated BSC_Tests.TC_cbsp_write_bss.merged Generated BSC_Tests.TC_cbsp_write_bts_cgi.merged Generated BSC_Tests.TC_cbsp_write_bts_no_cbch.merged Generated BSC_Tests.TC_cbsp_write_ci.merged Generated BSC_Tests.TC_cbsp_write_lac.merged Generated BSC_Tests.TC_cbsp_write_lac_ci.merged Generated BSC_Tests.TC_cbsp_write_lai.merged ttcn3_logmerge: warning: timestamp is in wrong order in file BSC_Tests-TC_cbsp_write_rep_period_num-6aa4ca6fe73c-mtc.log line 1337 ttcn3_logmerge: warning: timestamp is in wrong order in file BSC_Tests-TC_cbsp_write_rep_period_num-6aa4ca6fe73c-mtc.log line 1345 ttcn3_logmerge: warning: timestamp is in wrong order in file BSC_Tests-TC_cbsp_write_rep_period_num-6aa4ca6fe73c-mtc.log line 1353 ttcn3_logmerge: warning: timestamp is in wrong order in file BSC_Tests-TC_cbsp_write_rep_period_num-6aa4ca6fe73c-mtc.log line 1361 Generated BSC_Tests.TC_cbsp_write_rep_period_num.merged Generated BSC_Tests.TC_cbsp_write_then_kill.merged Generated BSC_Tests.TC_cbsp_write_then_replace.merged Generated BSC_Tests.TC_cbsp_write_then_reset.merged Generated BSC_Tests.TC_cbsp_write_too_many.merged Generated BSC_Tests.TC_cbsp_write_unknown_bts.merged Generated BSC_Tests.TC_chan_act_ack_est_ind_noreply.merged Generated BSC_Tests.TC_chan_act_ack_est_ind_refused.merged Generated BSC_Tests.TC_chan_act_ack_noest.merged Generated BSC_Tests.TC_chan_act_ack_noest_emerg.merged Generated BSC_Tests.TC_chan_act_counter.merged Generated BSC_Tests.TC_chan_act_nack.merged Generated BSC_Tests.TC_chan_act_noreply.merged Generated BSC_Tests.TC_chan_alloc_algo_ascending.merged Generated BSC_Tests.TC_chan_alloc_algo_ass_dynamic.merged Generated BSC_Tests.TC_chan_alloc_algo_descending.merged Generated BSC_Tests.TC_chan_deact_silence.merged Generated BSC_Tests.TC_chan_exhaustion.merged Generated BSC_Tests.TC_chan_rel_a_reset.merged Generated BSC_Tests.TC_chan_rel_conn_fail.merged Generated BSC_Tests.TC_chan_rel_hard_clear.merged Generated BSC_Tests.TC_chan_rel_hard_clear_csfb.merged Generated BSC_Tests.TC_chan_rel_hard_rlsd.merged Generated BSC_Tests.TC_chan_rel_hard_rlsd_ms_dead.merged Generated BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_csfb.merged Generated BSC_Tests.TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb.merged Generated BSC_Tests.TC_chan_rel_rll_rel_ind.merged Generated BSC_Tests.TC_chan_rel_rr_cause.merged Generated BSC_Tests.TC_chan_rel_sccp_tiar_timeout.merged Generated BSC_Tests.TC_chan_rqd_emerg_deny.merged Generated BSC_Tests.TC_chopped_ipa_payload.merged Generated BSC_Tests.TC_chopped_ipa_ping.merged Generated BSC_Tests.TC_ciph_mode_a5_0.merged Generated BSC_Tests.TC_ciph_mode_a5_1.merged Generated BSC_Tests.TC_ciph_mode_a5_2_0.merged Generated BSC_Tests.TC_ciph_mode_a5_2_1.merged Generated BSC_Tests.TC_ciph_mode_a5_3.merged Generated BSC_Tests.TC_ciph_mode_a5_4.merged Generated BSC_Tests.TC_classmark.merged Generated BSC_Tests.TC_cm_reestablishment.merged Generated BSC_Tests.TC_cm_serv_rej.merged Generated BSC_Tests.TC_cm_service_during_lcs_loc_req.merged Generated BSC_Tests.TC_common_id.merged Generated BSC_Tests.TC_ctrl.merged Generated BSC_Tests.TC_ctrl_msc0_connection_status.merged Generated BSC_Tests.TC_ctrl_msc_connection_status.merged Generated BSC_Tests.TC_ctrl_trx_rf_locked.merged Generated BSC_Tests.TC_dyn_pdch_ipa_act_deact.merged Generated BSC_Tests.TC_dyn_pdch_ipa_act_nack.merged Generated BSC_Tests.TC_dyn_pdch_osmo_act_deact.merged Generated BSC_Tests.TC_dyn_pdch_osmo_act_nack.merged Generated BSC_Tests.TC_dyn_ts_sdcch8_act_deact.merged Generated BSC_Tests.TC_dyn_ts_sdcch8_act_nack.merged Generated BSC_Tests.TC_dyn_ts_sdcch8_all_subslots_used.merged Generated BSC_Tests.TC_dyn_ts_sdcch8_tch_call_act_deact.merged Generated BSC_Tests.TC_early_conn_fail.merged Generated BSC_Tests.TC_emerg_call_and_lcs_loc_req.merged Generated BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail.merged Generated BSC_Tests.TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind.merged Generated BSC_Tests.TC_emerg_premption.merged Generated BSC_Tests.TC_err_82_short_msg.merged Generated BSC_Tests.TC_err_84_unknown_msg.merged Generated BSC_Tests.TC_fh_params_assignment_cmd.merged Generated BSC_Tests.TC_fh_params_chan_activ.merged Generated BSC_Tests.TC_fh_params_handover_cmd.merged Generated BSC_Tests.TC_fh_params_imm_ass.merged Generated BSC_Tests.TC_fh_params_si4_cbch.merged Generated BSC_Tests.TC_ho_during_lcs_loc_req.merged Generated BSC_Tests.TC_ho_in_fail_ipa_crcx_timeout.merged Generated BSC_Tests.TC_ho_in_fail_mgw_mdcx_timeout.merged Generated BSC_Tests.TC_ho_in_fail_msc_clears.merged Generated BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect.merged Generated BSC_Tests.TC_ho_in_fail_no_detect.merged Generated BSC_Tests.TC_ho_in_fail_no_detect2.merged Generated BSC_Tests.TC_ho_int.merged Generated BSC_Tests.TC_ho_int_a5_0.merged Generated BSC_Tests.TC_ho_int_a5_1.merged Generated BSC_Tests.TC_ho_int_a5_3.merged Generated BSC_Tests.TC_ho_int_a5_4.merged Generated BSC_Tests.TC_ho_int_radio_link_failure.merged Generated BSC_Tests.TC_ho_into_this_bsc.merged Generated BSC_Tests.TC_ho_into_this_bsc_a5_0.merged Generated BSC_Tests.TC_ho_into_this_bsc_a5_1.merged Generated BSC_Tests.TC_ho_into_this_bsc_a5_1_3.merged Generated BSC_Tests.TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg.merged Generated BSC_Tests.TC_ho_into_this_bsc_a5_3.merged Generated BSC_Tests.TC_ho_into_this_bsc_a5_4.merged Generated BSC_Tests.TC_ho_into_this_bsc_a5_mismatch.merged Generated BSC_Tests.TC_ho_into_this_bsc_sccp_cr_without_bssap.merged Generated BSC_Tests.TC_ho_into_this_bsc_tla_v6.merged Generated BSC_Tests.TC_ho_meas_rep_multi_band.merged Generated BSC_Tests.TC_ho_neighbor_config_1.merged Generated BSC_Tests.TC_ho_neighbor_config_2.merged Generated BSC_Tests.TC_ho_neighbor_config_3.merged Generated BSC_Tests.TC_ho_neighbor_config_4.merged Generated BSC_Tests.TC_ho_neighbor_config_5.merged Generated BSC_Tests.TC_ho_neighbor_config_6.merged Generated BSC_Tests.TC_ho_neighbor_config_7.merged Generated BSC_Tests.TC_ho_out_fail_no_msc_response.merged Generated BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd.merged Generated BSC_Tests.TC_ho_out_fail_rr_ho_failure.merged Generated BSC_Tests.TC_ho_out_of_this_bsc.merged Generated BSC_Tests.TC_imm_ass_post_chan_ack.merged Generated BSC_Tests.TC_imm_ass_pre_chan_ack.merged Generated BSC_Tests.TC_imm_ass_pre_chan_ack_dyn_ts.merged Generated BSC_Tests.TC_imm_ass_pre_ts_ack.merged Generated BSC_Tests.TC_imm_ass_pre_ts_ack_dyn_ts.merged Generated BSC_Tests.TC_late_conn_fail.merged Generated BSC_Tests.TC_lcls_bts_connect_break.merged Generated BSC_Tests.TC_lcls_bts_gcr_bway_connect.merged Generated BSC_Tests.TC_lcls_bts_gcr_bway_connect_hr.merged Generated BSC_Tests.TC_lcls_connect_break.merged Generated BSC_Tests.TC_lcls_connect_clear.merged Generated BSC_Tests.TC_lcls_gcr_bway_codec_mismatch.merged Generated BSC_Tests.TC_lcls_gcr_bway_connect.merged Generated BSC_Tests.TC_lcls_gcr_bway_connect_hr.merged Generated BSC_Tests.TC_lcls_gcr_bway_dont_connect.merged Generated BSC_Tests.TC_lcls_gcr_bway_dont_connect_csc.merged Generated BSC_Tests.TC_lcls_gcr_nomatch_bway_connect.merged Generated BSC_Tests.TC_lcls_gcr_only.merged Generated BSC_Tests.TC_lcls_gcr_unsuppported_cfg.merged Generated BSC_Tests.TC_lcls_gcr_unsuppported_csc.merged Generated BSC_Tests.TC_lcs_loc_req_for_active_ms.merged Generated BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout.merged Generated BSC_Tests.TC_lcs_loc_req_for_active_ms_le_timeout2.merged Generated BSC_Tests.TC_lcs_loc_req_for_active_ms_ta_req.merged Generated BSC_Tests.TC_lcs_loc_req_for_idle_ms.merged Generated BSC_Tests.TC_lcs_loc_req_for_idle_ms_no_pag_resp.merged Generated BSC_Tests.TC_lcs_loc_req_no_subscriber.merged Generated BSC_Tests.TC_lost_sdcch_during_assignment.merged Generated BSC_Tests.TC_mgwpool_all_used.merged Generated BSC_Tests.TC_mgwpool_blocked_not_used.merged Generated BSC_Tests.TC_mgwpool_keepalive_down_not_used.merged Generated BSC_Tests.TC_mgwpool_pin_bts.merged Generated BSC_Tests.TC_ms_rel_ind_does_not_cause_bssmap_reset.merged Generated BSC_Tests.TC_mscpool_L3Compl_on_1_msc.merged Generated BSC_Tests.TC_mscpool_L3Complete_by_imsi_round_robin.merged Generated BSC_Tests.TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin.merged Generated BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_1.merged Generated BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_2.merged Generated BSC_Tests.TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin.merged Generated BSC_Tests.TC_mscpool_LU_by_tmsi_from_other_PLMN.merged Generated BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_0_round_robin.merged Generated BSC_Tests.TC_mscpool_LU_by_tmsi_null_nri_1_round_robin.merged Generated BSC_Tests.TC_mscpool_no_allow_attach_round_robin.merged Generated BSC_Tests.TC_mscpool_no_allow_attach_valid_nri.merged Generated BSC_Tests.TC_mscpool_paging_and_response_imsi.merged Generated BSC_Tests.TC_mscpool_paging_and_response_tmsi.merged Generated BSC_Tests.TC_mscpool_sccp_n_pcstate_attaches_msc.merged Generated BSC_Tests.TC_mscpool_sccp_n_pcstate_detaches_msc.merged Generated BSC_Tests.TC_no_msc.merged Generated BSC_Tests.TC_oml_unknown_unit_id.merged Generated BSC_Tests.TC_outbound_connect.merged Generated BSC_Tests.TC_paging_450req_no_paging_load_ind.merged Generated BSC_Tests.TC_paging_500req.merged Generated BSC_Tests.TC_paging_counter.merged Generated BSC_Tests.TC_paging_imsi_a_reset.merged Generated BSC_Tests.TC_paging_imsi_load.merged Generated BSC_Tests.TC_paging_imsi_nochan.merged Generated BSC_Tests.TC_paging_imsi_nochan_all.merged Generated BSC_Tests.TC_paging_imsi_nochan_cgi.merged Generated BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid.merged Generated BSC_Tests.TC_paging_imsi_nochan_ci.merged Generated BSC_Tests.TC_paging_imsi_nochan_ci_resp_invalid_mi.merged Generated BSC_Tests.TC_paging_imsi_nochan_lac.merged Generated BSC_Tests.TC_paging_imsi_nochan_lac_ci.merged Generated BSC_Tests.TC_paging_imsi_nochan_lac_rnc.merged Generated BSC_Tests.TC_paging_imsi_nochan_lacs.merged Generated BSC_Tests.TC_paging_imsi_nochan_lacs_empty.merged Generated BSC_Tests.TC_paging_imsi_nochan_lai.merged Generated BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc.merged Generated BSC_Tests.TC_paging_imsi_nochan_rnc.merged Generated BSC_Tests.TC_paging_resp_unsol.merged Generated BSC_Tests.TC_paging_tmsi_any.merged Generated BSC_Tests.TC_paging_tmsi_nochan.merged Generated BSC_Tests.TC_paging_tmsi_sdcch.merged Generated BSC_Tests.TC_paging_tmsi_tch_f.merged Generated BSC_Tests.TC_paging_tmsi_tch_hf.merged Generated BSC_Tests.TC_ratectr_all_available_allocated.merged Generated BSC_Tests.TC_ratectr_all_available_allocated_dyn.merged ttcn3_logmerge: warning: timestamp is in wrong order in file BSC_Tests-TC_reassignment_fr-6aa4ca6fe73c-3015.log line 318 Generated BSC_Tests.TC_reassignment_fr.merged Generated BSC_Tests.TC_refuse_chan_act_to_vamos.merged Generated BSC_Tests.TC_refuse_mode_modif_to_vamos.merged Generated BSC_Tests.TC_rll_err_ind_sapi_n_reject.merged Generated BSC_Tests.TC_rll_est_ind_inact_lchan.merged Generated BSC_Tests.TC_rll_est_ind_inval_sacch.merged Generated BSC_Tests.TC_rll_est_ind_inval_sapi1.merged Generated BSC_Tests.TC_rll_est_ind_inval_sapi3.merged Generated BSC_Tests.TC_rll_rel_ind_sapi_n_reject.merged Generated BSC_Tests.TC_rll_sapi_n_reject_dlci_cc.merged Generated BSC_Tests.TC_rll_timeout_sapi_n_reject.merged Generated BSC_Tests.TC_rsl_drop_counter.merged Generated BSC_Tests.TC_rsl_unknown_unit_id.merged Generated BSC_Tests.TC_si2_ncc_permitted.merged Generated BSC_Tests.TC_si2quater_12_earfcns.merged Generated BSC_Tests.TC_si2quater_23_earfcns.merged Generated BSC_Tests.TC_si2quater_2_earfcns.merged Generated BSC_Tests.TC_si2quater_32_earfcns.merged Generated BSC_Tests.TC_si2quater_33_earfcns.merged Generated BSC_Tests.TC_si2quater_3_earfcns.merged Generated BSC_Tests.TC_si2quater_42_earfcns.merged Generated BSC_Tests.TC_si2quater_48_earfcns.merged Generated BSC_Tests.TC_si2quater_49_earfcns.merged Generated BSC_Tests.TC_si2quater_4_earfcns.merged Generated BSC_Tests.TC_si2quater_5_earfcns.merged Generated BSC_Tests.TC_si2quater_6_earfcns.merged Generated BSC_Tests.TC_si_acc_ramp_rotate.merged Generated BSC_Tests.TC_si_acc_rotate.merged Generated BSC_Tests.TC_si_default.merged Generated BSC_Tests.TC_srvcc_eutran_to_geran.merged Generated BSC_Tests.TC_srvcc_eutran_to_geran_a5_3.merged Generated BSC_Tests.TC_srvcc_eutran_to_geran_forbid_fast_return.merged Generated BSC_Tests.TC_srvcc_eutran_to_geran_ho_out.merged Generated BSC_Tests.TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return.merged Generated BSC_Tests.TC_srvcc_eutran_to_geran_src_sai.merged Generated BSC_Tests.TC_stat_num_bts_connected_1.merged Generated BSC_Tests.TC_stat_num_bts_connected_2.merged Generated BSC_Tests.TC_stat_num_bts_connected_3.merged Generated BSC_Tests.TC_stat_num_msc_connected_1.merged Generated BSC_Tests.TC_stat_num_msc_connected_2.merged Generated BSC_Tests.TC_stat_num_msc_connected_3.merged Generated BSC_Tests.TC_stats_conn_fail.merged Generated BSC_Tests.TC_tch_dlci_link_id_sapi.merged Generated BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_1.merged Generated BSC_Tests.TC_unbreak_lchan_after_missing_rel_ack_2.merged Generated BSC_Tests.TC_unsol_ass_compl.merged Generated BSC_Tests.TC_unsol_ass_fail.merged Generated BSC_Tests.TC_unsol_ho_fail.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-bsc-test-60 + grep Name + cut -d : -f2 + awk -F" NR>1{print $2} + local containers=jenkins-ttcn3-bsc-test-2462-stp jenkins-ttcn3-bsc-test-2462-bts2 jenkins-ttcn3-bsc-test-2462-bts0 jenkins-ttcn3-bsc-test-2462-bts1 jenkins-ttcn3-bsc-test-2462-bsc + [ -n jenkins-ttcn3-bsc-test-2462-stp jenkins-ttcn3-bsc-test-2462-bts2 jenkins-ttcn3-bsc-test-2462-bts0 jenkins-ttcn3-bsc-test-2462-bts1 jenkins-ttcn3-bsc-test-2462-bsc ] + docker_kill_wait jenkins-ttcn3-bsc-test-2462-stp jenkins-ttcn3-bsc-test-2462-bts2 jenkins-ttcn3-bsc-test-2462-bts0 jenkins-ttcn3-bsc-test-2462-bts1 jenkins-ttcn3-bsc-test-2462-bsc + docker kill jenkins-ttcn3-bsc-test-2462-stp jenkins-ttcn3-bsc-test-2462-bts2 jenkins-ttcn3-bsc-test-2462-bts0 jenkins-ttcn3-bsc-test-2462-bts1 jenkins-ttcn3-bsc-test-2462-bsc jenkins-ttcn3-bsc-test-2462-stp jenkins-ttcn3-bsc-test-2462-bts2 jenkins-ttcn3-bsc-test-2462-bts0 jenkins-ttcn3-bsc-test-2462-bts1 jenkins-ttcn3-bsc-test-2462-bsc + docker wait jenkins-ttcn3-bsc-test-2462-stp jenkins-ttcn3-bsc-test-2462-bts2 jenkins-ttcn3-bsc-test-2462-bts0 jenkins-ttcn3-bsc-test-2462-bts1 jenkins-ttcn3-bsc-test-2462-bsc 137 Error response from daemon: No such container: jenkins-ttcn3-bsc-test-2462-stp Error response from daemon: No such container: jenkins-ttcn3-bsc-test-2462-bts2 Error response from daemon: No such container: jenkins-ttcn3-bsc-test-2462-bts1 Error response from daemon: No such container: jenkins-ttcn3-bsc-test-2462-bsc + true + network_remove + set +x Removing network ttcn3-bsc-test-60 + docker network remove ttcn3-bsc-test-60 ttcn3-bsc-test-60 + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs/unix + fix_perms + set +x Fixing permissions + id -u + id -g + docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-bsc-test/_cache:/cache --name jenkins-ttcn3-bsc-test-2462-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-bsc-test/logs/bsc-tester/junit-xml-21.log <?xml version="1.0"?> <testsuite name='BSC_Tests' tests='317' failures='0' errors='0' skipped='0' inconc='0' time='5565.00'> <testcase classname='BSC_Tests' name='TC_ctrl_msc_connection_status' time='7.175403'/> <testcase classname='BSC_Tests' name='TC_ctrl_msc0_connection_status' time='2.372657'/> <testcase classname='BSC_Tests' name='TC_stat_num_msc_connected_1' time='3.403110'/> <testcase classname='BSC_Tests' name='TC_stat_num_msc_connected_2' time='3.383665'/> <testcase classname='BSC_Tests' name='TC_stat_num_msc_connected_3' time='3.380778'/> <testcase classname='BSC_Tests' name='TC_stat_num_bts_connected_1' time='3.353345'/> <testcase classname='BSC_Tests' name='TC_stat_num_bts_connected_2' time='5.516376'/> <testcase classname='BSC_Tests' name='TC_stat_num_bts_connected_3' time='7.683632'/> <testcase classname='BSC_Tests' name='TC_ctrl' time='4.434564'/> <testcase classname='BSC_Tests' name='TC_si_default' time='7.384249'/> <testcase classname='BSC_Tests' name='TC_si2quater_2_earfcns' time='9.588923'/> <testcase classname='BSC_Tests' name='TC_si2quater_3_earfcns' time='9.572240'/> <testcase classname='BSC_Tests' name='TC_si2quater_4_earfcns' time='9.601951'/> <testcase classname='BSC_Tests' name='TC_si2quater_5_earfcns' time='9.622388'/> <testcase classname='BSC_Tests' name='TC_si2quater_6_earfcns' time='9.630463'/> <testcase classname='BSC_Tests' name='TC_si2quater_12_earfcns' time='9.622689'/> <testcase classname='BSC_Tests' name='TC_si2quater_23_earfcns' time='9.627119'/> <testcase classname='BSC_Tests' name='TC_si2quater_32_earfcns' time='9.663228'/> <testcase classname='BSC_Tests' name='TC_si2quater_33_earfcns' time='9.701485'/> <testcase classname='BSC_Tests' name='TC_si2quater_42_earfcns' time='9.661171'/> <testcase classname='BSC_Tests' name='TC_si2quater_48_earfcns' time='9.685184'/> <testcase classname='BSC_Tests' name='TC_si2quater_49_earfcns' time='7.418092'/> <testcase classname='BSC_Tests' name='TC_si_acc_rotate' time='39.381831'/> <testcase classname='BSC_Tests' name='TC_si_acc_ramp_rotate' time='15.311054'/> <testcase classname='BSC_Tests' name='TC_si2_ncc_permitted' time='2.369302'/> <testcase classname='BSC_Tests' name='TC_chan_act_noreply' time='2.347148'/> <testcase classname='BSC_Tests' name='TC_chan_act_counter' time='8.672383'/> <testcase classname='BSC_Tests' name='TC_chan_act_ack_noest' time='5.363686'/> <testcase classname='BSC_Tests' name='TC_chan_act_ack_noest_emerg' time='5.344487'/> <testcase classname='BSC_Tests' name='TC_chan_rqd_emerg_deny' time='2.334191'/> <testcase classname='BSC_Tests' name='TC_chan_act_ack_est_ind_noreply' time='22.361843'/> <testcase classname='BSC_Tests' name='TC_chan_act_ack_est_ind_refused' time='4.334636'/> <testcase classname='BSC_Tests' name='TC_chan_act_nack' time='2.880847'/> <testcase classname='BSC_Tests' name='TC_chan_exhaustion' time='2.498820'/> <testcase classname='BSC_Tests' name='TC_chan_deact_silence' time='5.401979'/> <testcase classname='BSC_Tests' name='TC_chan_rel_rll_rel_ind' time='5.394089'/> <testcase classname='BSC_Tests' name='TC_chan_rel_conn_fail' time='5.592667'/> <testcase classname='BSC_Tests' name='TC_chan_rel_hard_clear' time='4.566279'/> <testcase classname='BSC_Tests' name='TC_chan_rel_last_eutran_plmn_hard_clear_no_csfb' time='4.550003'/> <testcase classname='BSC_Tests' name='TC_chan_rel_last_eutran_plmn_hard_clear_csfb' time='4.583751'/> <testcase classname='BSC_Tests' name='TC_chan_rel_hard_clear_csfb' time='4.582331'/> <testcase classname='BSC_Tests' name='TC_chan_rel_hard_rlsd' time='4.540215'/> <testcase classname='BSC_Tests' name='TC_chan_rel_hard_rlsd_ms_dead' time='4.571502'/> <testcase classname='BSC_Tests' name='TC_chan_rel_a_reset' time='4.624847'/> <testcase classname='BSC_Tests' name='TC_chan_rel_sccp_tiar_timeout' time='9.377479'/> <testcase classname='BSC_Tests' name='TC_chan_rel_rr_cause' time='15.681435'/> <testcase classname='BSC_Tests' name='TC_outbound_connect' time='2.383824'/> <testcase classname='BSC_Tests' name='TC_assignment_cic_only' time='7.577422'/> <testcase classname='BSC_Tests' name='TC_assignment_csd' time='51.253500'/> <testcase classname='BSC_Tests' name='TC_assignment_ctm' time='7.581120'/> <testcase classname='BSC_Tests' name='TC_assignment_sign' time='5.619939'/> <testcase classname='BSC_Tests' name='TC_assignment_aoip_tla_v6' time='7.577375'/> <testcase classname='BSC_Tests' name='TC_assignment_fr_a5_0' time='7.611308'/> <testcase classname='BSC_Tests' name='TC_assignment_fr_a5_1' time='7.628337'/> <testcase classname='BSC_Tests' name='TC_assignment_fr_a5_1_codec_missing' time='5.498050'/> <testcase classname='BSC_Tests' name='TC_assignment_fr_a5_3' time='7.534492'/> <testcase classname='BSC_Tests' name='TC_assignment_fr_a5_4' time='7.610129'/> <testcase classname='BSC_Tests' name='TC_assignment_fr_a5_4_fail' time='5.492415'/> <testcase classname='BSC_Tests' name='TC_assignment_fr_a5_not_sup' time='5.488865'/> <testcase classname='BSC_Tests' name='TC_ciph_mode_a5_0' time='5.516856'/> <testcase classname='BSC_Tests' name='TC_ciph_mode_a5_1' time='5.503810'/> <testcase classname='BSC_Tests' name='TC_ciph_mode_a5_2_0' time='5.573843'/> <testcase classname='BSC_Tests' name='TC_ciph_mode_a5_2_1' time='5.535642'/> <testcase classname='BSC_Tests' name='TC_ciph_mode_a5_3' time='5.518244'/> <testcase classname='BSC_Tests' name='TC_ciph_mode_a5_4' time='5.522722'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_fr' time='7.652880'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_fr_by_mode_modify' time='5.561101'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_hr' time='7.629921'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_efr' time='7.600330'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f' time='7.637217'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h' time='7.587105'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S1' time='7.565173'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_S1' time='7.550595'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S124' time='7.572768'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_S124' time='7.549483'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S0' time='7.597180'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S02' time='7.577792'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S024' time='7.579928'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S0247' time='7.552546'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_S0' time='7.571466'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_S02' time='7.633841'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_S024' time='7.593565'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_S0247' time='7.574653'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S01234567' time='7.574626'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_S0234567' time='7.546715'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_zero' time='5.494183'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_unsupp' time='5.505426'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_S7' time='5.533731'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_start_mode_auto' time='7.579483'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_start_mode_auto' time='7.557275'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_f_start_mode_4' time='7.558197'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_h_start_mode_4' time='7.589418'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_amr_startmode_cruft' time='7.628142'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_fr_exhausted_req_hr' time='7.545750'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_fr_exhausted_req_fr' time='5.535218'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_fr_exhausted_req_fr_hr' time='7.576124'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_fr_exhausted_req_hr_fr' time='7.612666'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_hr_exhausted_req_fr' time='7.580133'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_hr_exhausted_req_hr' time='5.499606'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_hr_exhausted_req_hr_fr' time='7.573268'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_hr_exhausted_req_fr_hr' time='7.591873'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_req_hr_fr' time='7.553318'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_req_fr_hr' time='7.551391'/> <testcase classname='BSC_Tests' name='TC_assignment_sdcch_exhausted_req_signalling' time='5.452887'/> <testcase classname='BSC_Tests' name='TC_assignment_sdcch_exhausted_req_signalling_tch_forbidden' time='3.396342'/> <testcase classname='BSC_Tests' name='TC_assignment_sdcch_exhausted_req_voice_tch_forbidden' time='5.502051'/> <testcase classname='BSC_Tests' name='TC_assignment_codec_hr_osmux_on' time='7.566499'/> <testcase classname='BSC_Tests' name='TC_assignment_osmux' time='7.595881'/> <testcase classname='BSC_Tests' name='TC_assignment_osmux_cn' time='7.543671'/> <testcase classname='BSC_Tests' name='TC_assignment_osmux_bts' time='7.568481'/> <testcase classname='BSC_Tests' name='TC_rll_est_ind_inact_lchan' time='2.368353'/> <testcase classname='BSC_Tests' name='TC_rll_est_ind_inval_sapi1' time='4.396867'/> <testcase classname='BSC_Tests' name='TC_rll_est_ind_inval_sapi3' time='4.354293'/> <testcase classname='BSC_Tests' name='TC_rll_est_ind_inval_sacch' time='4.360069'/> <testcase classname='BSC_Tests' name='TC_tch_dlci_link_id_sapi' time='10.885692'/> <testcase classname='BSC_Tests' name='TC_rll_rel_ind_sapi_n_reject' time='4.601708'/> <testcase classname='BSC_Tests' name='TC_rll_err_ind_sapi_n_reject' time='4.613701'/> <testcase classname='BSC_Tests' name='TC_rll_timeout_sapi_n_reject' time='11.575018'/> <testcase classname='BSC_Tests' name='TC_rll_sapi_n_reject_dlci_cc' time='4.572885'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan' time='20.511142'/> <testcase classname='BSC_Tests' name='TC_paging_tmsi_nochan' time='20.528041'/> <testcase classname='BSC_Tests' name='TC_paging_tmsi_any' time='20.533154'/> <testcase classname='BSC_Tests' name='TC_paging_tmsi_sdcch' time='20.485964'/> <testcase classname='BSC_Tests' name='TC_paging_tmsi_tch_f' time='20.458644'/> <testcase classname='BSC_Tests' name='TC_paging_tmsi_tch_hf' time='20.479940'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_cgi' time='20.710160'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_lac_ci' time='20.690831'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_ci' time='20.698457'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_lai' time='20.620088'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_lac' time='20.636503'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_all' time='20.505075'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_plmn_lac_rnc' time='8.764446'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_rnc' time='8.784434'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_lac_rnc' time='8.740255'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_lacs' time='20.496131'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_lacs_empty' time='8.620169'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_cgi_unknown_cid' time='8.684356'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_a_reset' time='11.564456'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_load' time='18.544066'/> <testcase classname='BSC_Tests' name='TC_paging_counter' time='20.328071'/> <testcase classname='BSC_Tests' name='TC_paging_resp_unsol' time='7.545300'/> <testcase classname='BSC_Tests' name='TC_paging_500req' time='15.549970'/> <testcase classname='BSC_Tests' name='TC_paging_450req_no_paging_load_ind' time='56.789553'/> <testcase classname='BSC_Tests' name='TC_paging_imsi_nochan_ci_resp_invalid_mi' time='19.745942'/> <testcase classname='BSC_Tests' name='TC_rsl_drop_counter' time='2.323100'/> <testcase classname='BSC_Tests' name='TC_rsl_unknown_unit_id' time='0.032332'/> <testcase classname='BSC_Tests' name='TC_oml_unknown_unit_id' time='0.053591'/> <testcase classname='BSC_Tests' name='TC_classmark' time='5.459086'/> <testcase classname='BSC_Tests' name='TC_common_id' time='5.389054'/> <testcase classname='BSC_Tests' name='TC_unsol_ass_fail' time='10.199492'/> <testcase classname='BSC_Tests' name='TC_unsol_ass_compl' time='10.203042'/> <testcase classname='BSC_Tests' name='TC_unsol_ho_fail' time='10.206592'/> <testcase classname='BSC_Tests' name='TC_err_82_short_msg' time='10.244957'/> <testcase classname='BSC_Tests' name='TC_err_84_unknown_msg' time='5.455763'/> <testcase classname='BSC_Tests' name='TC_ho_int' time='12.581029'/> <testcase classname='BSC_Tests' name='TC_ho_int_a5_0' time='12.598631'/> <testcase classname='BSC_Tests' name='TC_ho_int_a5_1' time='12.620388'/> <testcase classname='BSC_Tests' name='TC_ho_int_a5_3' time='12.681760'/> <testcase classname='BSC_Tests' name='TC_ho_int_a5_4' time='12.695991'/> <testcase classname='BSC_Tests' name='TC_ho_int_radio_link_failure' time='11.287325'/> <testcase classname='BSC_Tests' name='TC_ho_out_fail_no_msc_response' time='23.716693'/> <testcase classname='BSC_Tests' name='TC_ho_out_fail_rr_ho_failure' time='11.367365'/> <testcase classname='BSC_Tests' name='TC_ho_out_fail_no_result_after_ho_cmd' time='17.170613'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc' time='6.476782'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_a5_0' time='6.430380'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_a5_1' time='6.478427'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_a5_3' time='6.464863'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_a5_4' time='6.496793'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_a5_1_3_no_chosen_enc_alg' time='6.521733'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_a5_1_3' time='6.536006'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_a5_mismatch' time='4.354892'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_tla_v6' time='6.525767'/> <testcase classname='BSC_Tests' name='TC_srvcc_eutran_to_geran' time='6.574446'/> <testcase classname='BSC_Tests' name='TC_srvcc_eutran_to_geran_a5_3' time='6.577148'/> <testcase classname='BSC_Tests' name='TC_srvcc_eutran_to_geran_src_sai' time='6.565547'/> <testcase classname='BSC_Tests' name='TC_srvcc_eutran_to_geran_ho_out' time='10.219429'/> <testcase classname='BSC_Tests' name='TC_srvcc_eutran_to_geran_forbid_fast_return' time='6.496747'/> <testcase classname='BSC_Tests' name='TC_srvcc_eutran_to_geran_ho_out_forbid_fast_return' time='10.251392'/> <testcase classname='BSC_Tests' name='TC_ho_in_fail_msc_clears' time='6.511225'/> <testcase classname='BSC_Tests' name='TC_ho_in_fail_msc_clears_after_ho_detect' time='5.444002'/> <testcase classname='BSC_Tests' name='TC_ho_in_fail_no_detect' time='8.429731'/> <testcase classname='BSC_Tests' name='TC_ho_in_fail_no_detect2' time='8.470804'/> <testcase classname='BSC_Tests' name='TC_ho_in_fail_mgw_mdcx_timeout' time='8.548054'/> <testcase classname='BSC_Tests' name='TC_ho_in_fail_ipa_crcx_timeout' time='7.449755'/> <testcase classname='BSC_Tests' name='TC_ho_into_this_bsc_sccp_cr_without_bssap' time='6.491539'/> <testcase classname='BSC_Tests' name='TC_ho_neighbor_config_1' time='28.919341'/> <testcase classname='BSC_Tests' name='TC_ho_neighbor_config_2' time='20.987950'/> <testcase classname='BSC_Tests' name='TC_ho_neighbor_config_3' time='21.061203'/> <testcase classname='BSC_Tests' name='TC_ho_neighbor_config_4' time='27.062662'/> <testcase classname='BSC_Tests' name='TC_ho_neighbor_config_5' time='17.008522'/> <testcase classname='BSC_Tests' name='TC_ho_neighbor_config_6' time='17.522638'/> <testcase classname='BSC_Tests' name='TC_ho_neighbor_config_7' time='20.554659'/> <testcase classname='BSC_Tests' name='TC_bssap_rlsd_does_not_cause_bssmap_reset' time='14.555326'/> <testcase classname='BSC_Tests' name='TC_bssmap_clear_does_not_cause_bssmap_reset' time='32.148951'/> <testcase classname='BSC_Tests' name='TC_ms_rel_ind_does_not_cause_bssmap_reset' time='31.179132'/> <testcase classname='BSC_Tests' name='TC_dyn_pdch_ipa_act_deact' time='10.119843'/> <testcase classname='BSC_Tests' name='TC_dyn_pdch_ipa_act_nack' time='9.140719'/> <testcase classname='BSC_Tests' name='TC_dyn_pdch_osmo_act_deact' time='7.135509'/> <testcase classname='BSC_Tests' name='TC_dyn_pdch_osmo_act_nack' time='7.115036'/> <testcase classname='BSC_Tests' name='TC_dyn_ts_sdcch8_act_deact' time='16.483428'/> <testcase classname='BSC_Tests' name='TC_dyn_ts_sdcch8_all_subslots_used' time='28.943683'/> <testcase classname='BSC_Tests' name='TC_dyn_ts_sdcch8_tch_call_act_deact' time='16.583023'/> <testcase classname='BSC_Tests' name='TC_dyn_ts_sdcch8_act_nack' time='13.480601'/> <testcase classname='BSC_Tests' name='TC_chopped_ipa_ping' time='72.082520'/> <testcase classname='BSC_Tests' name='TC_chopped_ipa_payload' time='84.103888'/> <testcase classname='BSC_Tests' name='TC_assignment_verify_ms_power_params_ie' time='7.472930'/> <testcase classname='BSC_Tests' name='TC_c0_power_red_mode' time='2.393118'/> <testcase classname='BSC_Tests' name='TC_mscpool_L3Compl_on_1_msc' time='16.109385'/> <testcase classname='BSC_Tests' name='TC_mscpool_L3Complete_by_imsi_round_robin' time='17.335194'/> <testcase classname='BSC_Tests' name='TC_mscpool_LU_by_tmsi_null_nri_0_round_robin' time='17.414280'/> <testcase classname='BSC_Tests' name='TC_mscpool_LU_by_tmsi_null_nri_1_round_robin' time='17.220545'/> <testcase classname='BSC_Tests' name='TC_mscpool_L3Complete_by_tmsi_unassigned_nri_round_robin' time='17.188254'/> <testcase classname='BSC_Tests' name='TC_mscpool_L3Complete_by_tmsi_valid_nri_msc_not_connected_round_robin' time='17.345633'/> <testcase classname='BSC_Tests' name='TC_mscpool_L3Complete_by_tmsi_valid_nri_1' time='17.317853'/> <testcase classname='BSC_Tests' name='TC_mscpool_L3Complete_by_tmsi_valid_nri_2' time='17.353667'/> <testcase classname='BSC_Tests' name='TC_mscpool_LU_by_tmsi_from_other_PLMN' time='14.140312'/> <testcase classname='BSC_Tests' name='TC_mscpool_paging_and_response_imsi' time='7.598390'/> <testcase classname='BSC_Tests' name='TC_mscpool_paging_and_response_tmsi' time='7.487261'/> <testcase classname='BSC_Tests' name='TC_mscpool_no_allow_attach_round_robin' time='17.336369'/> <testcase classname='BSC_Tests' name='TC_mscpool_no_allow_attach_valid_nri' time='17.405349'/> <testcase classname='BSC_Tests' name='TC_mscpool_sccp_n_pcstate_detaches_msc' time='17.404962'/> <testcase classname='BSC_Tests' name='TC_mscpool_sccp_n_pcstate_attaches_msc' time='18.370319'/> <testcase classname='BSC_Tests' name='TC_early_conn_fail' time='2.387045'/> <testcase classname='BSC_Tests' name='TC_late_conn_fail' time='5.621286'/> <testcase classname='BSC_Tests' name='TC_stats_conn_fail' time='6.698629'/> <testcase classname='BSC_Tests' name='TC_assignment_emerg_setup_allow' time='7.431843'/> <testcase classname='BSC_Tests' name='TC_assignment_emerg_setup_allow_imei' time='7.407048'/> <testcase classname='BSC_Tests' name='TC_assignment_emerg_setup_deny_msc' time='6.343434'/> <testcase classname='BSC_Tests' name='TC_assignment_emerg_setup_deny_bts' time='6.355044'/> <testcase classname='BSC_Tests' name='TC_emerg_premption' time='6.474088'/> <testcase classname='BSC_Tests' name='TC_fh_params_chan_activ' time='5.254326'/> <testcase classname='BSC_Tests' name='TC_fh_params_imm_ass' time='5.216194'/> <testcase classname='BSC_Tests' name='TC_fh_params_assignment_cmd' time='9.565642'/> <testcase classname='BSC_Tests' name='TC_fh_params_handover_cmd' time='7.737176'/> <testcase classname='BSC_Tests' name='TC_fh_params_si4_cbch' time='5.186746'/> <testcase classname='BSC_Tests' name='TC_lcs_loc_req_for_active_ms' time='8.744678'/> <testcase classname='BSC_Tests' name='TC_lcs_loc_req_for_active_ms_ta_req' time='8.721311'/> <testcase classname='BSC_Tests' name='TC_lcs_loc_req_for_idle_ms' time='12.780448'/> <testcase classname='BSC_Tests' name='TC_lcs_loc_req_no_subscriber' time='11.504499'/> <testcase classname='BSC_Tests' name='TC_lcs_loc_req_for_active_ms_le_timeout' time='16.707920'/> <testcase classname='BSC_Tests' name='TC_lcs_loc_req_for_active_ms_le_timeout2' time='16.972100'/> <testcase classname='BSC_Tests' name='TC_lcs_loc_req_for_idle_ms_no_pag_resp' time='16.753292'/> <testcase classname='BSC_Tests' name='TC_cm_service_during_lcs_loc_req' time='9.352326'/> <testcase classname='BSC_Tests' name='TC_ho_during_lcs_loc_req' time='13.024503'/> <testcase classname='BSC_Tests' name='TC_emerg_call_and_lcs_loc_req' time='7.650329'/> <testcase classname='BSC_Tests' name='TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind' time='8.393652'/> <testcase classname='BSC_Tests' name='TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail' time='5.575833'/> <testcase classname='BSC_Tests' name='TC_no_msc' time='3.264081'/> <testcase classname='BSC_Tests' name='TC_refuse_chan_act_to_vamos' time='8.351596'/> <testcase classname='BSC_Tests' name='TC_refuse_mode_modif_to_vamos' time='12.570588'/> <testcase classname='BSC_Tests' name='TC_reassignment_fr' time='15.234512'/> <testcase classname='BSC_Tests' name='TC_cm_reestablishment' time='21.119143'/> <testcase classname='BSC_Tests' name='TC_imm_ass_post_chan_ack' time='9.403886'/> <testcase classname='BSC_Tests' name='TC_imm_ass_pre_chan_ack' time='9.430641'/> <testcase classname='BSC_Tests' name='TC_imm_ass_pre_ts_ack' time='9.475800'/> <testcase classname='BSC_Tests' name='TC_imm_ass_pre_chan_ack_dyn_ts' time='12.248540'/> <testcase classname='BSC_Tests' name='TC_imm_ass_pre_ts_ack_dyn_ts' time='12.265411'/> <testcase classname='BSC_Tests' name='TC_ctrl_trx_rf_locked' time='10.378927'/> <testcase classname='BSC_Tests' name='TC_ratectr_all_available_allocated' time='30.925222'/> <testcase classname='BSC_Tests' name='TC_ratectr_all_available_allocated_dyn' time='54.255899'/> <testcase classname='BSC_Tests' name='TC_cm_serv_rej' time='7.714954'/> <testcase classname='BSC_Tests' name='TC_lost_sdcch_during_assignment' time='3.985381'/> <testcase classname='BSC_Tests' name='TC_chan_alloc_algo_ascending' time='18.539393'/> <testcase classname='BSC_Tests' name='TC_chan_alloc_algo_descending' time='20.602930'/> <testcase classname='BSC_Tests' name='TC_chan_alloc_algo_ass_dynamic' time='18.195706'/> <testcase classname='BSC_Tests' name='TC_mgwpool_all_used' time='9.865819'/> <testcase classname='BSC_Tests' name='TC_mgwpool_blocked_not_used' time='9.916488'/> <testcase classname='BSC_Tests' name='TC_mgwpool_pin_bts' time='9.980258'/> <testcase classname='BSC_Tests' name='TC_mgwpool_keepalive_down_not_used' time='10.488106'/> <testcase classname='BSC_Tests' name='TC_ho_meas_rep_multi_band' time='11.475883'/> <testcase classname='BSC_Tests' name='TC_ho_out_of_this_bsc' time='11.448993'/> <testcase classname='BSC_Tests' name='TC_unbreak_lchan_after_missing_rel_ack_1' time='17.528020'/> <testcase classname='BSC_Tests' name='TC_unbreak_lchan_after_missing_rel_ack_2' time='17.532234'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_only' time='11.577980'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_connect' time='8.450148'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_connect_hr' time='8.510810'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_codec_mismatch' time='8.588974'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_nomatch_bway_connect' time='11.534424'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_dont_connect' time='11.600066'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_unsuppported_cfg' time='11.572037'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_unsuppported_csc' time='8.529891'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_dont_connect_csc' time='15.558495'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_connect_break' time='10.585467'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_connect_clear' time='12.582691'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_bts_gcr_bway_connect' time='8.552022'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_bts_gcr_bway_connect_hr' time='8.534879'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_bts_connect_break' time='10.557409'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_bsc_server' time='6.331376'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_bsc_server_ipv6' time='6.415326'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_bsc_client' time='11.397046'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_bsc_client_ipv6' time='11.394658'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_reset_bss' time='11.411621'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_cell_rflock_failure_restart' time='11.500272'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_cell_rsl_down_failure' time='11.540617'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_bss' time='32.860139'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_bts_cgi' time='17.150972'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_bts_no_cbch' time='16.542689'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_unknown_bts' time='16.527165'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_lac_ci' time='17.086273'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_ci' time='17.147300'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_lai' time='17.161461'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_lac' time='17.172483'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_then_replace' time='15.015554'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_rep_period_num' time='38.798229'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_replace_nonexist' time='11.487579'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_too_many' time='11.542825'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_kill_nonexist' time='11.485262'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_then_kill' time='12.152165'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_write_then_reset' time='11.529890'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_status_q_empty' time='11.484692'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_status_q_bts_cgi' time='12.163747'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_emerg_write_bts_cgi_dchan' time='16.792918'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_emerg_write_bts_cgi_cchan' time='11.494897'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_emerg_write_bts_cgi_cchan_disable' time='16.511662'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_emerg_write_bts_cgi_noreplace' time='16.489825'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_emerg_write_bts_cgi_replace' time='11.449073'/> <testcase classname='BSC_Tests_CBSP' name='TC_cbsp_emerg_write_bts_cgi_kill' time='11.535213'/> </testsuite> Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS